Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Jun 17, 2024
1 parent c2db009 commit 1d0551d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ The `MOBSF_ANALYZER_IDENTIFIER` contains a localhost IP address. In order for th
This should fix the network connectivity between adb inside the MobSF container and your AVD/Genymotion emulator in the Linux host running at a localhost IP.

Example: `docker run -it --rm -e MOBSF_ANALYZER_IDENTIFIER=127.0.0.1:6555 -p 8000:8000 -p 1337:1337 --add-host=host.docker.internal:host-gateway opensecurity/mobile-security-framework-mobsf:latest`

If the above does not work, you can try running the docker container in the host network.

Example: `docker run -it --rm --net=host -e MOBSF_PLATFORM=linux -e MOBSF_ANALYZER_IDENTIFIER=127.0.0.1:6555 -p 8000:8000 -p 1337:1337 opensecurity/mobile-security-framework-mobsf:latest`

0 comments on commit 1d0551d

Please sign in to comment.