Coder Social home page Coder Social logo

Comments (5)

github-actions avatar github-actions commented on June 11, 2024

šŸ‘‹ @osabri009
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.

from mobile-security-framework-mobsf.

emilyanncr avatar emilyanncr commented on June 11, 2024

Do this:
docker pull opensecurity/mobile-security-framework-mobsf:latest
docker run -e MOBSF_ANALYZER_IDENTIFIER='IP:5555' -it --rm -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest

The MOBSF analyzer identifier is the IP of the phone and can be found by going to the emulated phone's settings -> Wifi -> Double click on the Wifi button, expand the 'Advanced' options section -> IP

from mobile-security-framework-mobsf.

ajinabraham avatar ajinabraham commented on June 11, 2024

Please use slack for support.

from mobile-security-framework-mobsf.

osabri009 avatar osabri009 commented on June 11, 2024

from mobile-security-framework-mobsf.

ben-tanto avatar ben-tanto commented on June 11, 2024

What might be useful is ensuring ADB is listening on tcpip mode then running docker in host mode to ensure TCP comms are simpler. This may help:

  1. Start AVD
  2. Reconnect to AVD using tcp adb connect 0.0.0.0:5555
  3. Start mobsf in host mode so we can directly connect to adb
    docker run -it --net=host --rm -e MOBSF_ANALYZER_IDENTIFIER="0.0.0.0:5555" opensecurity/mobile-security-framework-mobsf:latest

from mobile-security-framework-mobsf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.