Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 531 Bytes

BUILD.md

File metadata and controls

26 lines (20 loc) · 531 Bytes

Building Burp-NoSQLiScanner

Get a copy of Burp-NoSQLiScanner repository and jump inside

$ git clone https://github.com/matrix/Burp-NoSQLiScanner &>/dev/null
$ cd Burp-NoSQLiScanner

Run "gradle build fatJar"

$ gradle build fatJar

BUILD SUCCESSFUL in 888ms
3 actionable tasks: 3 executed

You can find the compiled jar in the following directory path

$ ls build/libs/
Burp-NoSQLiScanner-1.0.jar
Burp-NoSQLiScanner-all-1.0.jar

Use 'Burp-NoSQLiScanner-all-1.0.jar' when import with Burp UI.

;)