domHound: A Browser extension that extracts, parameters, js urls, urls from js ,domains ,links from web pages for fast recon
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).
- 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.
- Clone the repo:
git clone https://github.com/NakuTenshi/domHound.git
cd domHound- Open Chrome/Edge (Chromium) and go to
chrome://extensions/. - Enable Developer mode (top-right).
- Click Load unpacked and select the
domHoundfolder . - The domHound icon should appear in the toolbar — pin it for quick access.
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