Skip to content

Latest commit

 

History

History
196 lines (150 loc) · 7.84 KB

File metadata and controls

196 lines (150 loc) · 7.84 KB

IntelHub – OSINT Toolkit 🧠

IntelHub Logo

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.



Chrome Web Store Firefox add-ons Microsoft Store


IntelHub Logo

📚 Documentation / Guides

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

✨ What's New in Version 4.0?

🎨 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.


📸 Interface Preview

Main Interface Favorites & Custom Tools OSINT Tools Repository
Telegram Profiler Investigation Graph Site & Archive Recon
Google Dorks Builder Metadata Analyzer Text Profiler

🛠️ Key Features

📱 Telegram Intelligence

  • 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.

🌐 Site, Link & Archive Recon

  • 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.

🖼️ Media & Metadata

  • 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 & Social Analysis

  • 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.

⚡ Productivity

  • 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.

✅ System Requirements

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 preferences
    • scripting – Inject scripts into active tab (for ID extraction)
    • tabs – Get information about the current tab
    • clipboardRead – Allow pasting images from clipboard
    • downloads – Save snapshots and exported files
    • activeTab – Interact with the current tab when needed

📦 Project Structure

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/


🔒 Privacy Policy

  • 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).

🤝 Credits & Libraries

This project makes use of the following open-source libraries:

APIs Used

© All APIs and services belong to their respective owners.


Maintainer 👨‍💻

Built with care by TomSec8. Pull requests, issues, and suggestions are welcome!


License 📜

This project is licensed under the MIT License – see the LICENSE file for details.