Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm having problem wiht my Dynamic Analyzer #2465

Closed
TesterCac opened this issue Nov 27, 2024 · 2 comments
Closed

I'm having problem wiht my Dynamic Analyzer #2465

TesterCac opened this issue Nov 27, 2024 · 2 comments

Comments

@TesterCac
Copy link

Hi, I hope you guys all doing well.

I did follow the instructions mentioned in the https://mobsf.github.io/docs/#/dynamic_analyzer_docker.
and tried different emulator I got the same error as you can see on the screenshot

I use the cmd to run mobsf

docker run -it --rm -p 8000:8000 -p 1337:1337 -e MOBSF_ANALYZER_IDENTIFIER=emulator-5554 opensecurity/mobile-security-framework-mobsf:latest

error mobsf

Copy link

👋 @TesterCac
Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

@mostafamdy
Copy link

when starting the emulator use this command {Android_SDK_Path}/emulator/emulator.exe -avd {AVD Name} -writable-system -no-snapshot -wipe-data -port 5554

after that use these commands
1- adb root
2- adb shell avbctl disable-verification
3- adb disable-verity
4- adb reboot
5- adb root
6- adb remount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants