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.
https://opensecurity.in
GNU General Public License v3.0
17.4k stars 3.23k forks source link

regression after move from pyWebProxy to CapFuzz #662

Closed rriemann closed 6 years ago

rriemann commented 6 years ago

EXPLANATION OF THE ISSUE

script/mobsfy.py to setup real devices for MobSF is still assuming the existence of some root CA files from pyWebProxy and fails now, because pyWebProxy has been removed.

Furthermore, the script also assumes that MobSF was already running and certificates were generated. This should be better documented.

STEPS TO REPRODUCE THE ISSUE

ajinabraham commented 6 years ago

Good Catch!