A powerful 100% offline, browser-based OSINT tool to search through massive credential & breach datasets instantly.
OSINT Search Engine is a 100% offline local web application that lets you search through billions of leaked credential records in seconds — directly from your browser, with no internet connection required after setup.
Whether you're a security researcher, penetration tester, or OSINT investigator, this tool gives you a powerful search interface over combo/breach data including:
| Field | What It Finds |
|---|---|
| Find all accounts tied to an email address | |
| 🌐 Domain / URL | Find all breached accounts from a specific site (e.g. facebook.com) |
| 👤 Username | Track a username across multiple breached services |
| 🔑 Password | See how common a password is across breaches |
| 📞 Phone | Find accounts tied to a phone number |
Think of it like a local, private version of HaveIBeenPwned — but you control everything and it works offline.
✅ This tool runs entirely on your local machine. No data is ever sent anywhere.
Once you've downloaded the database and the tool, you can:
- 🔌 Disconnect from the internet completely
- 🔍 Search billions of records at full speed
- 🔒 Keep all your searches 100% private
- 💻 Run it on any PC, laptop, or server
Everything runs on localhost — your data never leaves your computer.
This tool supports three types of data you can search through:
We've already compiled a massive breach dataset for you. Hosted on pCloud for free:
This database contains hundreds of millions of records from major breaches worldwide. Just download the .txt files, drop them in the database/ folder — done. No setup needed.
Got stealer log folders from a botnet or archive? This tool reads them directly!
Stealer logs typically look like:
Passwords.txt → url:username:password
Cookies.txt → domain data
Just dump your stealer log .txt files into the database/ folder. The tool automatically detects and parses the format.
Already have combo lists, database dumps, or breach .txt files? Works out of the box!
Supported formats (auto-detected):
url:username:password
email:password
username:password
url:email:password
phone:password
username:email:password
Drop any .txt file into database/ → search it instantly. No import step needed.
git clone https://github.com/ramanneonx/osint.git
cd osintOption A — Pre-built Alien Database:
Download the .txt files and place them inside the database/ folder.
Option B — Your own stealer logs / combo / dump files:
Just copy your .txt files into the database/ folder. Any format works.
Windows (one click):
Double-click ➜ start.bat
Linux / macOS / Manual:
python server.pyOpen your browser and go to:
http://localhost:8080
Start searching — no internet needed from this point on! 🎉
osint/
├── 📄 index.html → Main OSINT search UI (open in browser)
├── 📄 profiler.html → Log profiler dashboard
├── 🐍 server.py → Main backend API server (runs locally)
├── 🐍 profiler_server.py → Profiler backend
├── 🐍 log_profiler.py → Log file analysis engine
├── 🐍 import_breaches.py → Breach data importer & preprocessor
├── 🖥️ start.bat → Windows one-click launcher
├── 🖥️ run_profiler.bat → Profiler launcher (Windows)
└── 📂 database/ → ← Put ALL your .txt files here
└── history.json → Search history (auto-generated)
- ⚡ Blazing fast search — searches billions of lines in seconds
- 📊 Analytics tab — top domains, email providers, patterns
- 📋 Results table — paginated, with copy buttons per field
- 📤 Export results — CSV, TXT, or JSON format
- 🕐 Search history — re-run past successful searches with one click
- 🎛️ File selector — choose exactly which database files to include
- 🖥️ Hardware info — shows your CPU/GPU stats live
- 🔒 Password masking — blurred by default, click to reveal
- 📈 Live progress bar — shows scan progress, matches found, time elapsed
| Python | 3.8 or higher |
| Dependencies | ❌ None — pure Python stdlib only |
| OS | Windows / Linux / macOS |
| Browser | Any modern browser (Chrome, Edge, Firefox) |
| Internet | ❌ Not needed after setup |
- 🔍 Check if your email/password was leaked in a breach
- 🦠 Parse & search stealer logs from botnets or archives
- 🔐 Penetration testing — credential stuffing & audit research
- 🕵️ OSINT investigations — trace targets across multiple breach datasets
- 🌐 Domain exposure analysis — see all leaked accounts from a company
- 🔑 Password auditing — discover how widespread certain passwords are
- 🗄️ Dump analysis — quickly index and search any leaked database
This tool is provided for educational and legal security research only.
- ✅ Checking your own accounts for exposure
- ✅ Authorized penetration testing & red team ops
- ✅ Security research & awareness
- ❌ Unauthorized access to others' accounts
- ❌ Any illegal or malicious activity
Use responsibly. You are solely responsible for how you use this tool.
Made with 🕵️ for the OSINT & security community | Star ⭐ if you find it useful!