Skip to content

Auton-OSINT is a free, lightweight, and modular open-source intelligence (OSINT) framework built for Linux. It provides deep reconnaissance using public sources, with optional Tor-based dark web scanning, no paid APIs, and robust correlation/visualization tools.

License

Notifications You must be signed in to change notification settings

Into-The-Grey/Auton-OSINT

πŸ•΅οΈ AUTON-OSINT

CI Markdown Lint Project Board

Auton-OSINT is a free, lightweight, and modular open-source intelligence (OSINT) framework for Linux. Designed for cybersecurity professionals, researchers, and enthusiasts, it provides deep reconnaissance using public sources, with optional Tor-based dark web scanning, no paid APIs, and a robust correlation/visualization engine.


πŸš€ Features

  • πŸ“¦ Modular design β€” add/disable modules via config
  • πŸ” Input types: Email, phone, username, domain, IP, real name, onion URLs
  • 🌐 Tor/Darkweb support for anonymous or deep scans
  • πŸ“Š Graph-based correlation & relationship visualization
  • πŸ” Security-first: secure mode, config validation, rate limiting
  • 🧠 Headless or interactive CLI with optional HTML summary export
  • πŸ§ͺ No paid APIs β€” 100% open source intelligence

Features (Plain Text)

  • Modular design β€” add/disable modules via config
  • Input types: Email, phone, username, domain, IP, real name, onion URLs
  • Tor/Darkweb support for anonymous or deep scans
  • Username Search (via Maigret for detailed profiling, with Sherlock as a fallback for username availability checks)
  • Security-first: secure mode, config validation, rate limiting
  • Headless or interactive CLI with optional HTML summary export
  • No paid APIs β€” 100% open source intelligence

βœ… Supported Modules

  • Email Verification (MX, syntax, breach checks)
  • Username Search (via Maigret, Sherlock fallback)
  • Phone Lookup (NumVerify, PhoneInfoga)
  • Domain/IP Lookup (DNS, IPWhois, passive tools)
  • Real Name Discovery (Social media pattern-matching)
  • .onion Scan (Tor-enabled module scanner)

πŸ› οΈ Quick Start

git clone https://github.com/Into-The-Grey/Auton-OSINT.git
cd Auton-OSINT
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python3 main.py --help

Example:

python3 main.py "johnsmith1995" --headless --output-summary json
# Replace "johnsmith1995" with the username, email, or other input type you want to investigate.

βš™οΈ Configuration

Each module has its own YAML config in:

config/modules_config/*.yaml
Setting Description
enabled Toggle module on/off
rate_limit Optional cooldown between calls
output_format Choose JSON, CSV, etc.
use_tor Respect global or module TOR

Global config file: config/main_config.yaml


πŸ“ Output Files

Path Description
data/outputs/ Individual module results
data/correlated_results.json Normalized & cross-linked entity data
data/visualizations/ Graphs from networkx/matplotlib
logs/ Logs per run & per module
.last_run.json Cache of latest successful CLI run

πŸ”’ Security & Requirements

  • Python 3.12+
  • Tor (system daemon or embedded client)
  • Git
  • Ubuntu or Debian-based Linux (recommended)

Installation Instructions

  1. Python 3.12+: Install the latest version of Python from python.org or use your package manager:

    sudo apt update && sudo apt install -y python3 python3-venv python3-pip
  2. Tor: Install Tor using the following commands:

    sudo apt update && sudo apt install -y tor
    sudo systemctl start tor
    sudo systemctl enable tor
  3. Git: Install Git with:

    sudo apt update && sudo apt install -y git
  4. Ubuntu/Debian-based Linux: Ensure your system is up-to-date:

    sudo apt update && sudo apt upgrade -y

πŸ“¦ Development & Automation

  • πŸ“‹ GitHub Project: Auton-OSINT Dev Flow
  • βœ… CI Workflow
  • πŸ“„ Auto Markdown Linting & Doc Hygiene
  • πŸ”„ Weekly dependency checks via Dependabot

πŸ“Έ Demo Preview

Comming soon! Stay tuned for a demo video showcasing Auton-OSINT's capabilities.


πŸ›‘οΈ Contributing

  • We welcome contributions! Please read our Contributing Guidelines for details on how to get involved.

  • Be sure to check out our Code of Conduct to ensure a positive experience for everyone.


❀️ Credits

Built with πŸ’» by [REDACTED] and contributors.
Inspired by tools like SpiderFoot β€” reimagined with speed and simplicity.


πŸ“„ License

MIT License β€” see LICENSE for full details.


About

Auton-OSINT is a free, lightweight, and modular open-source intelligence (OSINT) framework built for Linux. It provides deep reconnaissance using public sources, with optional Tor-based dark web scanning, no paid APIs, and robust correlation/visualization tools.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Contributors 2

  •  
  •  

Languages