Skip to content

tomsec8/IntelHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

131 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

IntelHub โ€“ OSINT Toolkit ๐Ÿง 

IntelHub Logo

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.



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 5.0.1?

๐Ÿ”’ 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.


๐Ÿ“ธ 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 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.

๐Ÿค 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.

About

A modern and intuitive Chrome extension that brings your favorite OSINT tools, metadata analyzers, and Google Dorking assistants right into your browser.

Topics

Resources

License

Stars

120 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors