You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do this with reverse proxy and also with SSL certificates and all of that works perfectly. Nevertheless, when I try to press click on "Get URL" does nothing. Another thing, the reverse proxy always generates "404 not found", however, in the localhost on port 8080 it does work. What is really happening?.
Thank you.
The text was updated successfully, but these errors were encountered:
"GET URL" button copy victim's url to your clipboard (revise html code, the same thing happened to me jajaja). And the other thing you say, I don't understand it very well, but as I have tested it, the external server is the one that receives the code used to request the refresh token and the internal server is the one used to manage the victims. Be careful, when you put the redirect url both in the config file and in the application, you must put the endpoint "/gettoken", otherwise you always get a 404, I discovered this by digging into the code of the application.
However, the tests that I have done, (to this day) I do not get the refresh token or the access token, so I do not know ... I will continue investigating. I hope this can help you and anyone else who wants to use this tool.
Hi,
I'm trying to do this with reverse proxy and also with SSL certificates and all of that works perfectly. Nevertheless, when I try to press click on "Get URL" does nothing. Another thing, the reverse proxy always generates "404 not found", however, in the localhost on port 8080 it does work. What is really happening?.
Thank you.
The text was updated successfully, but these errors were encountered: