0xd34db33f / gfyp

Unification of dnstwist + SQLite + Email reporting. Set it as a cron job that runs every hour, give it a list of domains and email addresses for reporting, then watch it go find stuff.
66 stars 12 forks source link

feat: Add an option to domain adding to account for other TLDs #16

Closed 0xd34db33f closed 6 years ago

0xd34db33f commented 6 years ago

Had a request from an associate to add a feature where we check a bunch of TLDs in addition for the one assigned for the domain we are monitoring. While I'm inclined not to change the DNSTwist code, we can actually do this with the util.py add function. Suggest we add an optional parameter that can be a filename containing a CSV of all additional TLDs we'd like to check.

Example

Domain: example.com

CSV File Contents: tk xyz club

Result: example.com example.tk example.xyz example.club

0xd34db33f commented 6 years ago

Forgot the reference but fc150a129d0afc817f55088032291514f3cd452c addresses this.