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.18k stars 3.22k forks source link

MOBSF_CORELLIUM_API_DOMAIN Update #2347

Closed HackJJ closed 7 months ago

HackJJ commented 7 months ago

Describe the Pull Request

Set the default of MOBSF_CORELLIUM_API_DOMAIN to https://app.corellium.com in settings.py as it was not being picked up properly in dynamic_analyzer.py for iOS

Checklist for PR

Additional Comments (if any)

Several users commented on this issue in Slack

ajinabraham commented 7 months ago

Thanks for the PR. Good catch. This is due to an incorrect logic in corellium_apis.py. I will update the PR to rectify it there.