A tool to automate OSINT tasks related to emails by combining popular industry favorite tools
- mkdir tools
- cd tools
- git clone https://github.com/nihilp/AutoInfoGather.git
- cd AutoInfoGather
- pip3 install -r requirements.txt
- git clone https://github.com/laramies/theHarvester
- cd theHarvester
- pip3 install -r requirements.txt
- pip3 install theHarvester
- sudo python3 setup.py install
- git clone https://github.com/khast3x/h8mail.git
- cd h8mail
- pip3 install h8mail
- sudo python3 setup.py install
- Change all values to your relative path locations (where everyting is located in your system)
- If you want to use API keys within theHarvester tool, edit "/etc/theHarvester/api-keys.yaml" file
- Navigate to installation folder (ex: if installed under /home/tools, cd /home/tools)
- python3 AutoInfoGather
This project would not be possible without the following tools, so special thanks is due to their creators