Advanced Browser-Based Intelligence Suite v5.0.1
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 |
๐ Secure by Design & Privacy First We've completely overhauled the extension's security architecture. V5.0.1 introduces strict Privacy Consent flows for cross-origin tasks, targeted local network sniffing restricted strictly to target domains, and rigorous HTTPS schema validation for all dynamically loaded tools to prevent XSS.
๐ค Quad-Engine OSINT AI Assistant A groundbreaking update! We've integrated four powerful, privacy-first AI search engines (Google AI, Brave Search, Phind, and Andi) directly into the extension. Run parallel queries and cross-reference intelligence instantly.
๐ฅ Facial Recognition & Comparison New advanced forensic capability! Upload two images to perform local, client-side facial comparison securely within your browser.
๐ก๏ธ File Hash Generator & Validator Ensure file integrity with our new offline hashing tool. Generate checksum hashes for any file and compare them instantly to detect tampering.
๐จ Neon Theme & UI Overhaul Introducing a sleek, cyberpunk-inspired Neon theme! Switch between Modern, Classic, and Neon instantly.
๐ Investigation Graph A brand new visualization tool! Map out your investigation entities, connect dots, and create a visual relationship graph directly within the extension.
| 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 and forensic analyzers (like EXIF reading and hashing) run purely within your browser (Client-Side).
- No Tracking: We do not collect analytics, telemetry, or user data. Your investigation stays on your machine.
- Explicit User Consent: Features requiring cross-origin requests (such as URL Unshortening or Reverse Image Search) enforce an interactive privacy consent checkpoint before execution.
- Strict Network Scoping: Network sniffing tools (like the Google ID extractor) are strictly scoped to their target domains (e.g., Google APIs) and self-terminate automatically to prevent data leakage.
- Secure Remote Fetching: External OSINT tools fetched from GitHub are strictly verified through schema validation and HTTPS enforcement to neutralize XSS risks.
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.












