This commit is contained in:
2019-04-27 00:13:05 +08:00
parent 5a3f36ef72
commit 53ca25b1dc
7 changed files with 204 additions and 1 deletions

3
build.sh Normal file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
javac -target 1.8 -source 1.8 -cp ~/BurpSuitePro/burpsuite_pro.jar BurpExtender.java -d Build
jar -cvf copy-as-go-http.jar -C Build/ .