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.72k stars 1.94k forks source link

Ability to use Multiple IP Addresses (Do not bind to All interfaces) #522

Closed JRodriguez556 closed 1 year ago

JRodriguez556 commented 3 years ago

Currently, evilginx2 binds to ::::80,443,53.

Requesting ability to specify bind IP when starting evilginx2 so that multiple domains can be used with multiple IP Addresses.

(This should also automatically set the "config ip x.x.x.x" to the IP specified on launch)

CraftedCat commented 3 years ago

You can run evilginx with custon config file ./evilginx2 -c

JRodriguez556 commented 3 years ago

You can run evilginx with custon config file ./evilginx2 -c

Yes, you can set the IP, but the Evilginx process will bind to all interfaces.

kgretzky commented 3 years ago

This may probably be useful to have an option to bind to specific interface. Noted.