command:
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar D:\home\program\test_tools\burpsuite_community_2023_5_4\burpsuite_community.jar

Windows System

在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进程

MacOS

Reference https://www.sqlsec.com/2019/11/macbp.html

posted on 2020-04-25 19:23  Mysticbinary  阅读(2005)  评论(0编辑  收藏  举报