安装环境可以看移动安全测试框架-MobSF环境搭建_阿凡提水壶的博客-优快云博客https://blog.youkuaiyun.com/ljh824144294/article/details/119181803有一点要更改的就是目前最新的MOBSF MobSF/Mobile-Security-Framework-MobSF: Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis. (github.com)
https://github.com/MobSF/Mobile-Security-Framework-MobSF的python版本需要3.9.0+自行更改即可,在此文件夹打开CMD通过
set https_proxy=http://代理:端口
set http_proxy=http://代理:端口
set all_proxy=socks5://代理:端口
然后输入setup.bat即可安装成功