Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 569 Bytes

burp-extension

This is an extension for the web application security testing platform Burp Suite that allows reports to be uploaded directly to Code Dx.

Building

This project is built with sbt and is packaged with the sbt-assembly plugin.

To build, run sbt compile assembly from the project directory. The compiled jar will be in the target directory.

To generate the project files for use with eclipse, run sbt eclipse from the project directory.