Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domHound

domHound Logo

domHound: A Browser extension that extracts, parameters, js urls, urls from js ,domains ,links from web pages for fast recon


domHound Logo domHound Logo domHound Logo

domHound is a lightweight Chrome extension for security researchers and recon-hunters that extracts and collects links and parameters from web pages with speed and precision. It filters out noise (non-URL strings)

This repository contains the domHound extension source — a frontend-focused Chromium extension designed to run locally in your browser (manifest v3 compatible).

Key features

  • Fast extraction from the current tab and selected page elements.
  • creating quary string with finded parameters (you can give keyword as value for paramters)
  • extract domains/js files from DOM page
  • Filters out non-URL strings and deduplicates results automatically.
  • modern and Lightweight popup UI.

Quick start

Install locally (developer mode)

  1. Clone the repo:
git clone https://github.com/NakuTenshi/domHound.git
cd domHound
  1. Open Chrome/Edge (Chromium) and go to chrome://extensions/.
  2. Enable Developer mode (top-right).
  3. Click Load unpacked and select the domHound folder .
  4. The domHound icon should appear in the toolbar — pin it for quick access.

Permissions

domHound requests only the permissions it needs to work:

  • activeTab — to read the current tab's DOM when extracting links.
  • scripting — to run js script on page for extacting attributes's data

No external servers are contacted by default. All processing happens locally in the browser.


created by: NakuTenshi

About

A Chrome extension that extracts, parameters, js urls, links from web pages for fast recon

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages