A Firefox/Chrome extension for bug bounty hunters and pentesters. Extract wildcard (*.example.com) and standard domains from any webpageโexcluding the current hostโand export them line by line. ๐
- ๐ต๏ธโโ๏ธ Scrapes wildcard and normal domains from any page
- โ Automatically excludes the current pageโs domain
- ๐ฅ Download results as
domains.txt - ๐ Copy domains to clipboard with one click
- โ๏ธ Zero configuration
- Go to: https://addons.mozilla.org/addon/brutscope-extractor
- Click Add to Firefox
- Clone this repo:
git clone https://github.com/yourusername/brutscope-extractor.git cd brutscope-extractor - Open
chrome://extensionsin Chrome - Enable Developer mode
- Click Load unpacked and select this folder
- Clone this repo (see above)
- Open
about:debugging#/runtime/this-firefoxin Firefox - Click Load Temporary Add-onโฆ and select
manifest.json
- Navigate to a bug bounty scope page (HackerOne, Bugcrowd, etc.)
- Click the BrutScope Extractor icon
- Click Copy to Clipboard or Download Domains
- Fork the repo
- Create a branch:
git checkout -b feature/YourFeature - Commit:
git commit -m "feat: Add YourFeature" - Push:
git push origin feature/YourFeature - Open a Pull Request
MIT License โ see LICENSE for details.
