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

internal error: 34 on windows7 #997

Closed Jasminmin closed 5 years ago

Jasminmin commented 5 years ago

ENVIRONMENT

OS and Version: Window7 VMware
Python Version: Python 3.6.2
MobSF Version: The Latest

EXPLANATION OF THE ISSUE

I've run setup.py
And try many different apks
but the sutuation still happened
how can i solve the problem

LOG FILE

[ERROR] 11/Jul/2019 09:37:14 - internal error: 34
[ERROR] 11/Jul/2019 09:37:14 - Internal Server Error: /StaticAnalyzer/
[ERROR] 11/Jul/2019 09:37:14 - "GET /StaticAnalyzer/?name=mail.apk&type=apk&chec
ksum=6aeaa6ba58e121d8ec6f6d54af9a806d HTTP/1.1" 500 4796
ajinabraham commented 5 years ago

APKiD installation failed in your case. You can install it separately or disable APKID in MobSF/settings.py

Jasminmin commented 5 years ago

I've installed APKid separately, but the problem still appeared. So I disable APKid in settings.py, it works! Thank you!