MobSF

Follow the instructions on:

  • https://mobsf.github.io/docs/#/mobsf_docker

  • https://support.corellium.com/integrations/mobsf

For example:

docker run -it --rm --name mobsf -p 8000:8000 opensecurity/mobile-security-framework-mobsf:v3.6.0
docker exec -it <container_id> /bin/bash
sed -i -e "s/ANALYZER_IDENTIFIER = ''/ANALYZER_IDENTIFIER = '10.11.1.1:5001'/g" ~/.MobSF/config.pydocker run -it --rm --name mobsf -p 8000:8000 opensecurity/mobile-security-framework-mobsf:v3.6.0

exit
docker restart

go to http://127.0.0.1:8000 to use the MobSF web interface on your own machine.

Last updated