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