Skip to content
forked from 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.

Notifications You must be signed in to change notification settings

kristovatlas/gfyp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFYP - Go "Find Your" Phishers

Having experimented with dnstwist for some time now, it dawned on me that it could be useful for alerting of new domains as they pop up related to your domains of interest.

For more information on dnstwist, see https://github.com/elceef/dnstwist

Installation

  • pip install -r requirements.txt
  • Add notification email information (username/password) to the top of core.py
  • python util.py build
  • python util.py add (domain name) (email address)
  • python core.py (or set it as a cron job) - Start getting information reports hourly.

Notes

Yes I know some of the coding is horrible. I'm going to be cleaning it up sometime in the next few weeks here when I get some time, just wanting to share it for now.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%