Map Local is Burp Suite's extender that maps URL and local files. A main feature of the extension is the file mapping. For example the following :
- Set http://www.test.com/test.js -> C:\test\test_1.js
If like that, you can see test_1.js contents in this link's response.
- Download Burp Suite Pro: http://portswigger.net/burp/download.html
- Download Jython standalone JAR: http://www.jython.org/downloads.html
- Burp Suite -> Extender -> Options -> Python Environment -> Select File -> Choose the Jython standalone JAR
- Download Map Local extender.zip -> Unzip
- Burp Suite -> Extender -> Add -> Extension type: Python -> Extension file: "map-local.py" -> Next
- Go to "Map Local" tab in Burp Suite and configure the extension for your needs
- Support ContextMenu (Now, no working)
- Support Viewer (Now, no working)
- Support Save and Load
Please feel free to contact, if you miss any interesting file checks or discover any bugs.