An organized repository of OSINT tools and methodologies for digital investigations, cybersecurity, and threat intelligence.
This project collects and organizes various Open Source Intelligence (OSINT) tools and resources to assist professionals and enthusiasts in conducting digital investigations, gathering threat intelligence, and enhancing cybersecurity processes. Whether you're searching public data, investigating online footprints, or profiling cyber threats, these tools facilitate a comprehensive and efficient workflow.
- Curated OSINT Tools: Includes proven tools for investigating social media, phone numbers, email addresses, and usernames.
- Centralized Methodologies: Repository includes organized resources to guide your OSINT workflows.
- Digital Investigation Support: Useful for threat research, forensics, and cybersecurity professionals.
- Python-based: Most tools and wrappers are implemented in Python for flexibility and integration.
Osint.json: A text list or guide of OSINT resources and methodologies.Osintgram/: Instagram OSINT automation tool.blackbird/: Username and social media investigation.intelx.py/: IntelX search wrapper or scripts for breach data analysis.phoneinfoga/: Phone number investigation tool.sherlock/: Username search across social networks.exiftool/: Image Meta data scrapper Information Gathering tool.
- Python (recommended version: 3.8+)
- git (for cloning the repository)
Some tools may have additional requirements. Refer to the specific tool's documentation in its respective directory.
-
Clone the repository:
git clone https://github.com/Pushpenderrathore/OSINT.git cd OSINT -
Set up tools: Follow the setup and installation instructions located in each tool's directory (
Osintgram,blackbird,phoneinfoga, etc.). -
Dependencies: For Python scripts, install required libraries using pip:
pip install -r requirements.txt
Each sub-tool comes with its own documentation and usage guides within its folder. Typical usage involves:
- Running Python scripts for searches and investigations.
- Executing shell commands for relevant tools.
- Reviewing
Osint.jsonfor methodology guidance and recommended workflows.
Refer to each tool's documentation or README.md (if provided) within its respective directory for detailed instructions and examples.
Contributions are welcome! If you have an OSINT tool, script, or methodology to share:
- Fork this repository.
- Add your resource or improvement.
- Create a pull request describing your changes.
MIT license has provided. Please Use with Ethics & Local Laws (Permissions) with redistribution terms.
Maintained by Pushpenderrathore.
Disclaimer: Use OSINT tools and resources responsibly and within the boundaries of all applicable laws and regulations.