Home

Awesome

Interesting Files Scanner

About

<b>Interesting Files Scanner</b> extends Burp Suite's active scanner, with scans for interesting files and directories. A main feature of the extension is the check for false positives with tested patterns for each case. Furthermore, a Burp Suite tab is present to select/unselect the checks, to avoid network overload.

For example the following file checks are implemented:

Installation

  1. Download Burp Suite Pro: http://portswigger.net/burp/download.html
  2. Download Jython standalone JAR: http://www.jython.org/downloads.html
  3. Burp Suite -> Extender -> Options -> Python Environment -> Select File -> Choose the Jython standalone JAR
  4. Clone the GitHub repository: git clone https://github.com/modzero/interestingFileScanner.git
  5. Burp Suite -> Extender -> Add -> Extension type: Python -> Extension file: "downloaded interestingFileScanner.py" -> Next
  6. Go to "Interesting Files Scanner" tab in Burp Suite and configure the extension for your needs

Configuration

You can configure the scans <b>Interesting Files Scanner</b> will perform, select the <i>Interesting File Scanner</i> tab in Burp Suite and select the file checks that may apply to your scenario. Per default all checks are selected.

Furthermore, you can choose if you want <b>Interesting Files Scanner</b> to scan all subdirectories discovered on the target domain. Therefore, unselect the checkbox <i>'Scan once per domain'</i>, which is selected by default.

<img src="images/configuration_tab.png" width="100%" height="100%">

Requirements

This extension requires Burp Suite Professional and Jython 2.5 or later standalone. (http://www.jython.org)

Contributes to

The project was inspired by the following projects:

Thanks @floyd_ch for code review.

Contact

Please feel free to contact, if you miss any interesting file checks or discover any bugs. Only file checks with sufficient patterns, to avoid false positives, can be implemented.