kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.62k stars 1.92k forks source link

How to handle site redirection for Target Page? #734

Closed ajayfuloria closed 1 year ago

ajayfuloria commented 2 years ago

Hi,

I have a target which redirects on to a different port when the URI is opened. How can I configure the phishlet to cater for this redirection on the target page.

Scenario

  1. My target is abc.com/login
  2. On opening the page the it redirects to abc.com:2200/login
  3. My phishlet opens the page xyz.com/login but then goes to the actual page abc.com:2200/login

How can this be handled?

Thanks.

WilKGoodangel commented 2 years ago

is your issue on the url side?