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

Binding to ipv6 #930

Open FranklinS12 opened 1 year ago

FranklinS12 commented 1 year ago

Running latest release + previous release, it seems to bind to ipv6 and not ipv4. Even if ipv6 is disabled on the machine it seems go binds to the ipv6 nic for some reason. Not sure how to fix as I found a previous issue and they mentioned replacing net.Listen("tcp" with "tcp4"; however port 80 continues to bind to ipv6