Mac 自动操作 icns 图片转换器
Burp-Suite汉化及兼容调试
Mac air M1 上手及环境配置

我们以 Burp-Suite 为例子

Burp-Suite

结构

20210103173446040957.png

编写 .shell

1
java -noverify -javaagent:BurpSuiteLoader.jar -javaagent:BurpSuiteCn.jar -Dfile.encoding=utf-8 -jar bp.jar

但是每次都要终端启动,挺麻烦的

编写 .command

1
java -noverify -javaagent:BurpSuiteLoader.jar -javaagent:BurpSuiteCn.jar -Dfile.encoding=utf-8 -jar bp.jar

无需后缀

1
java -noverify -javaagent:BurpSuiteLoader.jar -javaagent:BurpSuiteCn.jar -Dfile.encoding=utf-8 -jar bp.jar

自动操作 .app

前提 配置绝对路径 或者设置一个变量,我设置的是my_path

首先刷新 bash.profile,接着拼接地址,看不懂可以看一下文首链接

1
2
source /etc/profile
java -noverify -javaagent:${my_path%/BAT/PATH}/DATA/Burp-Suite/BurpSuiteLoader.jar -javaagent:${my_path%/BAT/PATH}/DATA/Burp-Suite/BurpSuiteCn.jar -Dfile.encoding=utf-8 -jar ${my_path%/BAT/PATH}/DATA/Burp-Suite/burpsuite_pro_v2020.12.1.jar

然后就可以添加到 应用程序啦!

文章助手

20210103174749581056.png

下载

自己写的脚本,比较矬,大佬别喷,有兴趣一起交流

XRSec has the right to modify and interpret this article. If you want to reprint or disseminate this article, you must ensure the integrity of this article, including all contents such as copyright notice. Without the permission of the author, the content of this article shall not be modified or increased or decreased arbitrarily, and it shall not be used for commercial purposes in any way