我想在我的应用程序中检查SSL验证。我在我的santoku malloDroid.py上下载并尝试使用它(当然,我之前已经读到过这个脚本是Androguard的扩展)。我只是简单地运行mallo app:./malloroid.py -f test.apk,我得到了导入错误,没有androguard模块。如何运行malloDroid脚本来验证ssl?
发布于 2015-11-16 23:52:50
为了使用MalloDroid,您需要有AndroGuard。设置Androguard非常简单。阅读有关installation here的更多信息。
一旦你设置了Androguard和适当的环境变量,你就可以使用Mallodroid,如下所示:
./mallodroid.py -f test.apk -x 这很可能行得通!
https://stackoverflow.com/questions/31951616
复制相似问题