A lightning-fast, privacy-first Open Source Intelligence (OSINT) dashboard made for threat hunters, SOC analysts, and digital investigators. OSINT Navigator lets you investigate IPs, domains, URLs, hashes, emails, and moreβacross 100+ open-source tools, all from one modern, beautifully designed interface.
- π Universal Search Bar: Instantly query multiple OSINT tools with a single input (IP, domain, hash, email, or keyword)
- π― Rich Categories: Over 20 categories including IP Info, Threat Intelligence, Hash Lookup, Email, Malware Analysis, Attack Surface, CVEs, Social Media, AI Tools, and more
- π·οΈ Tag-based Filtering: Dynamically filter tools by keyword, tag, or description
- π§© Collapsible Categories: Easily expand/collapse sections; favorites and search tools stay pinned
- π‘ Interactive Tooltips: Hover to get descriptions and tips for every tool and feature
- π Auto Dark/Light Mode: Modern theme toggle for all environments
- β‘ Super Fast & Fully Client-side: No backend, no tracking, 100% privacy
- π§ AI Assistant: Integrated Chatbot assistant (top-right π€ button) for instant OSINT questions and workflow help
- π₯ Drag & Drop: Reorder your favorite tools and categoriesβcustomize your workspace
- π οΈ Extensible: Add or edit tools easily by updating the categories JSON in the HTML file
- Open
index.html
(orLAST.html
) in your browser - Type an IP, domain, URL, hash, email, or keyword into the main search bar
- Click ADD to auto-update links in all relevant tools
- Filter by tool name, tags, or category
- Expand/collapse categories for focused investigations
- Click any tool card to open in a new tab
- Use the AI Assistant (π€ button) for tips, explanations, or threat hunting help
Note: Some tools (marked with
skipSearch: true
or πΆ) work standalone and do not reflect dashboard search queries.
- Investigate suspicious IPs or domains with 50+ threat intel feeds
- Enrich indicators with WHOIS, GeoIP, reverse DNS, malware analysis, and more
- Perform passive recon with open DNS, SSL, and certificate tools
- Detect data breaches and leaks by checking email/username in breach databases
- Pivot between categoriesβattack surface, vulnerabilities, social media, and AI recon
- Get instant guidance or workflow help from the built-in AI assistant
If you add new tools or categories and they donβt show up, clear your local layout:
-
Open DevTools β Console (
F12
) -
Paste:
localStorage.removeItem("osintToolOrder");
-
Refresh the page (Ctrl+Shift+R)
The dashboard uses a versioning system (toolConfigVersion
)βlayout updates automatically when new versions are detected!
π Chrome Extension β Install on Chrome Web Store
π Explore the PLUGINS directory for extra integrations and tools
Right-click any IP, domain, URL, or hash in Chrome and send it straight to OSINT Navigator.
- π Right-click β investigate any observable in OSINT Navigator
- β‘ No config, just works
- π Supports IPs, domains, hashes, URLs
- π‘ 100% client-side, privacy safe
- Download or clone this repo : - (https://github.com/ekky19/osint/tree/main/PLUGINS)
- Open Chrome, go to
chrome://extensions/
- Enable Developer Mode
- Click Load unpacked and select the extension folder (
manifest.json
,background.js
,icon.png
) - Done! Right-click on any observable β OSINT Navigator
The OSINT Favorites Chrome Extension version will also auto-trigger all links under βYOUR FAVORITES.β
π Known Issues Adding a tool card to Favorites while filter is active may cause Favorites to display incorrectly or lose the newly added item.
Workaround: Clear the filter before adding tools to Favorites to avoid this bug.
This issue will be fixed in the next version!
π‘οΈ Made for defenders, by Ekrem O.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
- Share β copy and redistribute the material
- Adapt β remix, transform, and build upon the material Under these terms:
- Attribution β credit the author with a link
- NonCommercial β you may not use for commercial purposes without permission
For commercial use, contact me for licensing inquiries.