Ai
1 Star 3 Fork 2

个人收藏室/Mobile-Security-Framework-MobSF

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.bat 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
if [%1]==[] goto usage
SET conf=%1
goto :run
:usage
SET conf="0.0.0.0:8000 [::]:8000"
:run
echo Running MobSF on %conf%
poetry run waitress-serve --listen=%conf% --threads=10 --channel-timeout=3600 mobsf.MobSF.wsgi:application
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/software-reverse-engineering/Mobile-Security-Framework-MobSF.git
git@gitee.com:software-reverse-engineering/Mobile-Security-Framework-MobSF.git
software-reverse-engineering
Mobile-Security-Framework-MobSF
Mobile-Security-Framework-MobSF
master

搜索帮助