Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)