Skip to content

FJRG2007/snatch

Snatch

AI OSINT - Capture, download, and enjoy.

GitHub Kofi

Quickstart   •   Discord   •   All Features   •   Requirements   •   FAQ

Snatch is a versatile tool crafted for cybersecurity and hacking enthusiasts. Developed in Python and currently in active development, Snatch aims to serve as a powerful multipurpose tool for OSINT (Open Source Intelligence) tasks, leveraging Artificial Intelligence to enhance task efficiency and speed.

Imagine simply inputting a prompt that details all relevant information about your target. Snatch then autonomously generates potential password lists, identifies possible emails and social networks, and more.

Alternatively, you can directly execute commands via your terminal to utilize Snatch.

It's important to emphasize that Snatch is a work in progress, and all operations are conducted locally. Users should exercise caution as they assume full responsibility for their actions.

Note

All documentation will be migrated to Dymo Docs.

Disclaimer: This tool are for technical discussion and sharing only. Illegal use is strictly prohibited.

Use (for development)

First clone the repository:

$ git clone https://github.com/FJRG2007/snatch.git
$ cd snatch

Now install the requirements:

$ pip install -r requirements.txt

Then, replace the .env.example file to .env and fill in the tokens you need.

# For production (not available yet).
$ snatch help
# For development (replace snatch with python cli.py).
$ python cli.py help

Main Features (Modules)

Name Status Active
AI Prompt In development ⚠️
OSINT Automation Coming Soon
Vulnerability Scanning Algorithm Coming Soon
Data Search & Completion Tool In BETA Phase ⚠️
Ports Scanner Active
Website/video/data Downloader Active
Directory & Subdomain Listing Active
Password List Generation Active
WhatsApp Basic OSINT Active
Wifi Scanner Relatively Soon
Image Analysis In development ⚠️
Dark Web Monitoring Coming Soon
Metadata Extractor In development ⚠️
Personal Data Scraper In development ⚠️

All Features

Important

Due to the sensitive nature of OSINT tools, full versions of some tools will not be provided. For example, the WhatsApp LOGS tool is only available in a basic version.

Supported AI Models

Provider Models (Assorted) Execution Rating
Anthropic Claude API None
TPEOficial Dymo AGI, ELA API None
Google Gemini API None
Groq Llama3, Gemma, Whisper API None
Meta Llama3 API None
Ollama Llama3, Gemma Local None
OpenAI GPT-4o, GPT-4, GPT-3.5 Turbo, GPT-3.5 API None
Perplexity Llama3, Mixtral API None

Requirements available at REQUIREMENTS.

Author

Contributors

To contribute to the project visit the requirements at CONTRIBUTING.

Alt

Note: If you are a contributor and do not appear here, wait a little while until the image is reloaded.

License

The founder of the project, FJRG2007 & TPEOficial, reserves the right to modify the license at any time. This project is licensed under the terms of the GNU Affero General Public License.

Back to top 🔼