我们以 Burp-Suite 为例子
Burp-Suite
结构
编写 .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 | source /etc/profile |
然后就可以添加到 应用程序啦!
文章助手
下载
自己写的脚本,比较矬,大佬别喷,有兴趣一起交流
- 图标注册工具 密码: btjs
- Burp-Suite 密码: qw1v
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
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 XR-SEC!
评论
WalineGitalk