- Joined
- May 15, 2017
- Messages
- 983
- Likes
- 759
- Points
- 1,045
Buster is a simple OSINT tool used to:
- Get social accounts from various sources(gravatar,about.me,myspace,skype,github,linkedin,avast)
- Get links to where the email was found using google,twitter,darksearch and paste sites
- Get domains registered with an email (reverse whois)
- Generate possible emails and usernames of a person
- Find the email of a social media account
- Find emails from a username
- Find the work email of a person using hunter.io
clone the repository:
Once you have a copy of the source, you can install it with:Code:
git clone git://github.com/sham00n/buster
API keysCode:
cd buster/
python3 setup.py install
buster -h
This project uses hunter.io to get information from company emails,the first couple "company email" searches dont require a key,if you have an interest in company emails i recommend that you sign up for an account on hunter.io.
Once you get an API key, add it to the file "api-keys.yaml" and rerun the command:
Download BusterCode:
python setup.py install