elceef / dnstwist

Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
https://dnstwist.it
Apache License 2.0
4.73k stars 753 forks source link

Feature proxy server #205

Closed jdieguez89 closed 6 months ago

jdieguez89 commented 8 months ago

Let's use facebook.com as an example,facebook.com returns more than 2000 registered domains, and Meta owns almost every one of them; when you use the phash and screenshot option, the typosquatting domain will redirect to the original domain, so if you run the scan repeatedly, Facebook will block your ip, and report as a malicious one. To prevent this kind of situation, it would be great if you could run the scan through a proxy server.

elceef commented 8 months ago

Pull the most recent code. Then set your environment variables $http_proxy $https_proxy and test the tool. Let me know if that works.