Skip to content

hassan0x/OSINT-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Intelligence Gathering Tools

This repo has 3 parts:

  • Find Emails.
  • Find Users.
  • Extract Metadata.

Find Emails

you can use this tool with the hunter API to download company's emails.

pip install pyhunter
python EmailsFinder.py microsoft.com {API_Key}

Find Users

you can use this tool to find the company's social medial accounts.

pip install google
python SocialFinder.py microsoft.com 50

Extract Metadata

you can use this tool to search for files related to the company, and then you can use tool like exiftool to extract the metadata from this files.

pip install google
python MetaAnalysis.py example.com pdf,doc,dot,docx,odp,ods,xls,xlt,xlsx,ppt,pot,pptx 20

About

Intelligence Gathering Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages