Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 840 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 840 Bytes

houey's tweaks to 0xd34db33f/gfyp (added in link to domaintools for each found domain)

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.