Skip to content

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

License

Notifications You must be signed in to change notification settings

tomsec8/IntelHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

85 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

IntelHub – OSINT Toolkit 🧠

IntelHub Logo

IntelHub Demo

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 cryptocurrency analysis, Telegram intelligence, and complete privacy protection.



Chrome Web Store Firefox add-ons Microsoft Store Opera add-ons


IntelHub 3.0.1: Your All-in-One OSINT Toolbox πŸš€

IntelHub 3.0.1 transforms your browser into a powerful, comprehensive Open-Source Intelligence (OSINT) suite. Designed for researchers, analysts, and investigators, this major update introduces advanced tools for cryptocurrency and Telegram analysis, alongside significant workflow enhancements.

All processing is done locally on your machine, ensuring your investigations remain completely private and secure.


What's New in Version 3.0.1? ✨

πŸš€ Crypto Wallet Analyzer: A brand-new, powerful module for analyzing Bitcoin and Ethereum wallets. Perform quick lookups directly from the extension, or launch the advanced analyzer to visualize transaction networks, assess risk, and uncover detailed blockchain data.

πŸ•΅οΈβ€β™‚οΈ Dedicated Telegram Tools: Instantly check if a phone number is registered on Telegram. Dive deep into chat history by uploading JSON exports to our new "Funstat Bot Analyzer" to extract insights, statistics, and critical intelligence.

βš™οΈ Custom Tools & Backup: You can now add your own custom tools to your favorites list. Never lose your personalized setup with the new Import/Export feature, allowing you to back up and share your favorite tools.


Screenshots πŸ“Έ

Main Menu Welcome Screen OSINT Tools
Social Tools Text Profiler Metadata Analyzer

Key Features πŸ› οΈ

Cryptocurrency & Social Media Intelligence

Crypto Wallet Analyzer: Investigate BTC and ETH addresses. The advanced tool provides transaction history, risk analysis, related addresses, and a visual network graph to map out fund flows.

Telegram Tools: Look up phone numbers on Telegram and perform in-depth analysis of chat data exports to understand activity patterns, identify key entities, and more.

Social Identifier Extractor: Extracts user IDs from various social media profile pages to aid in cross-platform analysis.

Deep Content Analysis

Text Profiler: Automatically extracts valuable identifiers from any text, including emails, phone numbers, crypto wallets, domains, and social media profiles.

Metadata Analyzer: Uncovers hidden metadata from uploaded images, PDFs, and Office documents directly on your device.

Website & Domain Intelligence

Site Analyzer: Provides a comprehensive overview of any website, including its technology stack, WHOIS information, and digital fingerprint. Includes an option to save a complete, offline snapshot of any page.

Archive Search: Instantly checks for historical versions of a webpage across various archive services.

Powerful Utility Tools

Reverse Image Search: Upload or paste any image to search for it across multiple leading search engines.

Link Analyzer: Expands shortened URLs to reveal their final destination and provides quick access to security scans.

Efficient Workflow

Curated & Custom Tool Library: Quick access to a categorized list of essential online OSINT tools, now with the ability to add your own tools to a persistent favorites list.

Import/Export: Back up and restore your personalized list of favorite tools at any time.

User-Friendly Interface: A clean, dark-mode interface with robust search functionality to help you work faster.


Privacy First: Your Work Stays Yours πŸ”’

IntelHub performs all its analysis locally on your computer. No data is ever sent to or stored on our servers. Your investigations are yours alone.

Whether you're a cybersecurity professional, journalist, researcher, or OSINT enthusiast, IntelHub 3.0.1 provides the critical tools you need to turn open data into actionable intelligence.


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
    • tabs – Get information about the current tab
    • clipboardRead – Allow pasting images from clipboard (for Reverse Image Search)
    • downloads – Save snapshots and exported files
    • activeTab – Interact with the current tab when needed

Installation πŸš€

From Browser Stores (Recommended)

Choose your browser and click the install button above to get IntelHub from your browser's official store.

Manual Installation (Development)

You can also load the extension manually during development:

git clone https://github.com/tomsec8/IntelHub.git
  1. Open your browser's extensions page:
    • Chrome: chrome://extensions/
    • Firefox: about:addons
    • Edge: edge://extensions/
    • Opera: opera://extensions/
  2. Enable Developer mode (usually in the top-right corner)
  3. Click "Load unpacked" and select the IntelHub folder

Project Structure πŸ“¦

IntelHub/
β”œβ”€β”€ content.js
β”œβ”€β”€ manifest.json
β”œβ”€β”€ popup.html
β”œβ”€β”€ popup.js
β”œβ”€β”€ firefox/
β”‚   β”œβ”€β”€ import-favorites.html
β”‚   β”œβ”€β”€ import-favorites.js
β”‚   β”œβ”€β”€ metadata-upload.html
β”‚   β”œβ”€β”€ metadata-upload.js
β”‚   β”œβ”€β”€ reverse-image-upload.html
β”‚   β”œβ”€β”€ reverse-image-upload.js
β”‚   β”œβ”€β”€ text-profiler-upload.html
β”‚   └── text-profiler-upload.js
β”œβ”€β”€ icons/
β”‚   └── icon.png
β”œβ”€β”€ libs/
β”‚   β”œβ”€β”€ chart.min.js
β”‚   β”œβ”€β”€ cytoscape.min.js
β”‚   β”œβ”€β”€ date-fns.min.js
β”‚   β”œβ”€β”€ ExifReader.js
β”‚   β”œβ”€β”€ jszip.min.js
β”‚   β”œβ”€β”€ pdf-lib.min.js
β”‚   β”œβ”€β”€ psl.min.js
β”‚   └── single-file.js
β”œβ”€β”€ modules/
β”‚   β”œβ”€β”€ archiveSearch.js
β”‚   β”œβ”€β”€ cryptoAnalyzer.js
β”‚   β”œβ”€β”€ dorks.js
β”‚   β”œβ”€β”€ favorites.js
β”‚   β”œβ”€β”€ help.js
β”‚   β”œβ”€β”€ linkAnalyzer.js
β”‚   β”œβ”€β”€ metadataAnalyzer.js
β”‚   β”œβ”€β”€ osintTools.js
β”‚   β”œβ”€β”€ reverseImageSearch.js
β”‚   β”œβ”€β”€ siteAnalyzer.js
β”‚   β”œβ”€β”€ socialIdExtractor.js
β”‚   β”œβ”€β”€ telegramAnalyzer.js
β”‚   β”œβ”€β”€ textProfiler.js
β”‚   β”œβ”€β”€ utils.js
β”‚   β”œβ”€β”€ cryptoAnalyzer/
β”‚   β”‚   β”œβ”€β”€ cryptoAnalyzer.html
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   └── js/
β”‚   β”‚       └── main.js
β”‚   └── telegramAnalyzer/
β”‚       β”œβ”€β”€ analyzer.html
β”‚       β”œβ”€β”€ css/
β”‚       β”‚   └── style.css
β”‚       └── js/
β”‚           └── script.js
└── styles/
    └── styles.css

Maintainer πŸ‘¨β€πŸ’»

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


Credits 🀝

APIs 🌐

  • Unshorten.me – Used to resolve shortened URLs into their original form

  • corsproxy.io – CORS proxy service that enables secure access to blockchain APIs from browser extensions

  • Blockchain.info API – Public API service providing comprehensive Bitcoin wallet and transaction data

  • Blockscout API – Ethereum blockchain explorer API for ETH wallet analysis and token transaction history

  • ScamSniffer Database – Community-maintained database of known fraudulent crypto addresses for risk assessment

    Β© All APIs and services belong to their respective owners.


All trademarks, logos, and brand names are the property of their respective owners.


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

Watchers

Forks

Releases

No releases published

Packages

No packages published