Advanced Browser-Based Intelligence Suite v4.0
A comprehensive Open-Source Intelligence (OSINT) suite that transforms your browser into a powerful investigation toolkit.
Designed for researchers, analysts, and investigators with advanced tools for Telegram analysis, Digital Forensics, and complete privacy protection.
Full usage guides are available in the help section within the extension or here:
| 🇺🇸 English | 🇮🇱 Hebrew | 🇪🇸 Spanish | 🇫🇷 French | 🇩🇪 German | 🇧🇷 Portuguese | 🇵🇱 Polish |
|---|---|---|---|---|---|---|
| Link | Link | Link | Link | Link | Link | Link |
🎨 UI/UX Overhaul & Themes Switch between the Modern and Classic themes instantly via the new toggle button. We've also replaced intrusive pop-up alerts with smooth visual feedback.
📊 Investigation Graph A brand new visualization tool! Map out your investigation entities, connect dots, and create a visual relationship graph directly within the extension.
🔗 Unified Site Analysis We've merged "Site Analysis", "Link Analysis", and "Archive Search" into one powerful hub for streamlined domain reconnaissance.
| Main Interface | Favorites & Custom Tools | OSINT Tools Repository |
|---|---|---|
![]() |
![]() |
![]() |
| Telegram Profiler | Investigation Graph | Site & Archive Recon |
|---|---|---|
![]() |
![]() |
![]() |
| Google Dorks Builder | Metadata Analyzer | Text Profiler |
|---|---|---|
![]() |
![]() |
![]() |
- Deep User Profiler: Fetch details, profile pictures, and bio from usernames.
- Numeric ID Extraction: Grab unique Numeric IDs for users, groups, and channels (Web login required).
- Phone Lookup: Quick links to check phone number registrations.
- Digital Fingerprint: Identify tech stacks, cookies, and user-agent data.
- Safety Checks: Unshorten URLs and scan them with VirusTotal in one click.
- Time Travel: Search for historical versions of any site across Wayback Machine, Archive.today, and more.
- Offline Evidence: Save a perfect local HTML snapshot of any webpage.
- Reverse Image Search: Upload or paste any image to search for it across Google, Yandex, Bing, and TinEye simultaneously.
- Metadata (EXIF) Viewer: Extract hidden data from Images, PDFs, and Office documents locally.
- Text Profiler: Automatically extract emails, crypto addresses, and phone numbers from any text block.
- Social ID Extractor: One-click extraction of numeric IDs from Facebook and other social platforms.
- Favorites System: Save your most-used tools. Create custom categories and add your own external tools.
- Import/Export: Backup your configuration and share it with other analysts.
- Google Dorks Builder: Construct complex search queries with a simple UI.
To use this extension, you'll need:
- Browser: Chrome, Firefox, Opera, Edge, or any Chromium-based browser 🖥️
- Storage: Minimal – used only to save preferences and favorites 📦
- Internet Access: Required for launching online OSINT tools 🌐
- Permissions:
storage– Save favorites and preferencesscripting– Inject scripts into active tab (for ID extraction)tabs– Get information about the current tabclipboardRead– Allow pasting images from clipboarddownloads– Save snapshots and exported filesactiveTab– Interact with the current tab when needed
IntelHub/
├── manifest.json
├── popup.html
├── popup.js
├── content.js
├── README.md
├── help/
│ ├── guide_en.md
│ ├── guide_he.md
│ └── images/
├── styles/
│ ├── styles.css
│ └── styles_old.css
├── modules/
│ ├── osintTools.js
│ ├── favorites.js
│ ├── telegramAnalyzer.js
│ ├── siteAnalyzer.js
│ ├── investigationGraph.js
│ ├── help.js
│ ├── utils.js
│ └── ...
├── libs/
│ ├── cytoscape.min.js
│ ├── chart.min.js
│ ├── ExifReader.js
│ ├── pdf-lib.min.js
│ └── ...
└── icons/
- Local Execution: All scripts run within your browser (Client-Side).
- No Tracking: We do not collect analytics or user data.
- External Requests: Connections are made only when you explicitly use a tool (e.g., querying VirusTotal or fetching the tool list from GitHub).
This project makes use of the following open-source libraries:
- Compromise NLP: For text entity extraction.
- ExifReader: For parsing image metadata.
- pdf-lib: For PDF metadata analysis.
- jszip: For handling Office documents.
- SingleFile: For saving offline webpages.
- psl: For parsing domain names.
- Chart.js & Cytoscape.js: For data visualization and graphs.
- date-fns: For date manipulation.
- Unshorten.me – Resolving shortened URLs.
- corsproxy.io – Handling CORS for external requests.
- VirusTotal – Domain safety scanning.
© All APIs and services belong to their respective owners.
Built with care by TomSec8. Pull requests, issues, and suggestions are welcome!
This project is licensed under the MIT License – see the LICENSE file for details.












