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

Add missing TLD to http_proxy.go #898

Open f-bader opened 1 year ago

f-bader commented 1 year ago

There where quite a few TLD missing from the http_proxy.go. I added them from the original list but excluded special character TLDs. The sort order is on purpose (longest to shortest), because otherwise it would not be the closest match, but the first match, will will create errors.