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 761 forks source link

CSV formatting broken #143

Closed jamiebrand closed 2 years ago

jamiebrand commented 2 years ago

When using the --whois argument and outputting to .csv file, the formatting of the resultant .csv will be broken when the whois_registrar contains a comma.

e.g. if the registrar is "GoDaddy.com, LLC" we end up with the following columns in the csv:

whois_registrar: GoDaddy.com whois_created: LLC ssdeep: [date of domain registration]

elceef commented 2 years ago

Thank you for reporting this! It's been fixed in commit d7395646a2521d00aeb152aaefc16d3e6727e87c.