From 15e4d1c42192c6be638ea2efcb2903307d9050bc Mon Sep 17 00:00:00 2001 From: InfoSec <1241112575@qq.com> Date: Mon, 9 May 2022 11:57:36 +0800 Subject: [PATCH] Add files via upload --- Burpsuite/BurpSuite_2021.bat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Burpsuite/BurpSuite_2021.bat diff --git a/Burpsuite/BurpSuite_2021.bat b/Burpsuite/BurpSuite_2021.bat new file mode 100644 index 0000000..f4ee6bd --- /dev/null +++ b/Burpsuite/BurpSuite_2021.bat @@ -0,0 +1,13 @@ +:: authour: ym2011 +:: time: 2020-8-19 +:: verison: 1.0 +@echo off +title burpsuite runs... +echo **************************************** +echo ********burpsuite is starting*********** +echo now burpsuite must runs with java sdk 9 or higher. +echo change the java.exe which you have installed. +echo here,for example, it's "C:\Program Files\java\jdk-12\bin\java.exe" +echo **************************************** + +"C:\Program Files\java\jdk-12\bin\java.exe" -Dfile.encoding=utf-8 -javaagent:BurpSuiteLoader.jar -noverify -jar burpsuite_pro_v2021.10.jar \ No newline at end of file