Win下
在win系統寫個腳本,能方便快捷的打開burp。
burp.bat
@echo oFF
if "%1" neq "1" (
>"%temp%\tmp.vbs" echo set WshShell = WScript.CreateObject^(^"WScript.Shell^"^)
>>"%temp%\tmp.vbs" echo WshShell.Run chr^(34^) ^& %0 ^& chr^(34^) ^& ^" 1^",0
start /d "%temp%" tmp.vbs
exit
)
::從這里開始,就是你的批處理代碼了,DOS黑框一閃而過,轉到后台運行了
java -noverify -Xbootclasspath/p:D:\mysticbinary\hacktools\【You understand】 -jar D:\mysticbinary\hacktools\burpsuite_pro_v2.1.05.jar
exit
::你會在任務管理器看到有一個隱藏窗口的CMD進程