burpsuite start method

在win系统写个脚本,能方便快捷的打开burp。

burp.bat

@echo oFF
if "%1" neq "1" (
>"%temp%	mp.vbs" echo set WshShell = WScript.CreateObject^(^"WScript.Shell^"^)
>>"%temp%	mp.vbs" echo WshShell.Run chr^(34^) ^& %0 ^& chr^(34^) ^& ^" 1^",0
start /d "%temp%" tmp.vbs
exit

)
::从这里开始,就是你的批处理代码了,DOS黑框一闪而过,转到后台运行了
java -noverify -Xbootclasspath/p:D:mysticbinaryhacktools【You understand】 -jar D:mysticbinaryhacktoolsurpsuite_pro_v2.1.05.jar
exit
::你会在任务管理器看到有一个隐藏窗口的CMD进程
原文地址:https://www.cnblogs.com/mysticbinary/p/12774618.html