elceef / dnstwist

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

csv output issue with -w option. #156

Closed t2-aw closed 2 years ago

t2-aw commented 2 years ago

It is not uncommon for registrar names to have commas, which pushes "whois_created" and "ssdeep" values right. "Quoting" the output of the comma separated values should resolve it.

Example of WHOIS with comma in registrar name: subdomain,xxxx.xxxx.xxx,199.59.xxx.220,,,,,TurnCommerce, Inc. DBA NameBright.com,2000-02-21,

dnstwist_csv_whois_issue

Thanks, Andy

elceef commented 2 years ago

This has been already fixed with commit d7395646a2521d00aeb152aaefc16d3e6727e87c.

t2-aw commented 2 years ago

Guess I should freshen up. Sorry about that....appreciate passing that along.