Skip to content
/ hunt3 Public

A script that utilizes Pyhunter for collecting business intelligence

Notifications You must be signed in to change notification settings

go2dmny/hunt3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

hunt3

A script that utilizes Pyhunter for collecting business intelligence

To do:

  1. Install Python 3
  2. pip3 install pyhunter
  3. Change code for your own API key from www.hunter.io
  4. Change Line 18 for your domain

Use --help for optional switches. Most common: Use -fe to provide a text file with domains. Must be in format www.domainname.com

Output will be raw text (output.txt).

To grep email addresses use the following line in a terminal: grep -E -o "\b[a-zA-Z0-9.-]+@[a-zA-Z0-9.-]+.[a-zA-Z0-9.-]+\b" output.txt > emails.txt

About

A script that utilizes Pyhunter for collecting business intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages