在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下

参考 https://www.sqlsec.com/2019/11/macbp.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-07-20
  • 2021-06-07
  • 2021-10-20
  • 2021-09-30
  • 2021-07-09
  • 2021-10-23
相关资源
相似解决方案