elceef / dnstwist

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

SPYING-MX, mxcheck, missing from csv output #96

Closed 4g3n7 closed 1 year ago

4g3n7 commented 4 years ago

SPYING-MX, mxcheck, missing from csv output

$ ./dnstwist.py -f cli -rm example.com


| |_ _ | | ()| | / ` | ' \/ | \ \ /\ / / / | | | (| | | | _ \ | \ V V /| _ \ | _,|| ||/_| _/_/ ||/__| {20200429}

Processing 1648 domain variants ..........15%.......30%......57%..81%......96%..... 92 hits (5%) [...] Addition exampled.com 91.195.240.126 NS:ns1.sedoparking.com SPYING-MX:mail.pickelhost.com


$ ./dnstwist.py -f csv -rm example.com fuzzer,domain-name,dns-a,dns-aaaa,dns-mx,dns-ns,geoip-country,whois-created,whois-updated,ssdeep-score [...], Addition,exampled.com,91.195.240.126,,mail.pickelhost.com,ns1.sedoparking.com,,,,

elceef commented 1 year ago

This is has been fixed.