Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Regala/burp-subdomains
Burp Suite extension to easily export sub domains
https://github.com/Regala/burp-subdomains
Last synced: 2 months ago
JSON representation
Burp Suite extension to easily export sub domains
- Host: GitHub
- URL: https://github.com/Regala/burp-subdomains
- Owner: Regala
- Created: 2019-04-22T17:06:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T15:02:46.000Z (about 5 years ago)
- Last Synced: 2024-08-02T00:23:02.566Z (6 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 42
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Subdomain Extractor - A very simple, straightforward extension to export sub domains from Burp using a context menu option. (Information Gathering)
README
# Burp Sub Domains Extractor
A very simple, straightforward extension to export sub domains from Burp using a context menu option.
![](http://g.recordit.co/qnpcbcsJH6.gif)
Unbestowed to many, Burp has amazing passive gathering capabilities that allows to easily discover sub domains related to a target you're assessing. These often only come up after browsing and using the target features extensively. Some of them are only linked - i.e. are not necessarily requested, which make them even more interesting for recon purposes.
## Install
1. Make sure you have Jython configured under Extender -> Options -> Python Environment. For further instructions, check PortSwigger official instructions at their [support page](https://support.portswigger.net/customer/portal/articles/1965930-how-to-install-an-extension-in-burp-suite).
2. `git clone [email protected]:Regala/burp-subdomains.git`
3. Import [main_release.py](main_release.py) in Extender - Extender -> Extensions -> Add -> Select Python -> Select [main_release.py](main_release.py)