Oktaliem / seleniummobsfscan

This repository is dedicated to the Indonesia Software Quality Assurance members for online learning material.

Home Page:http://www.isqa.club/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache JMeter logo

SOFTWARE TESTING ENTHUSIAST


SeleniumMobSFScan

Selenium and Mobile Security Framework (MobSF) Integration to make Continuous Static Analysis possible.

How to install MobSF in Docker

$ docker pull opensecurity/mobile-security-framework-mobsf
$ docker run -it -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest

Then open your browser and navigate to http://localhost:8000/

How to Run Mobile Static Analysis with Selenium

i.e Android Installer (.apk)
$ mvn clean test -Dtest=MobileStaticAnalysis -Durl="http://localhost:8000/" -Dpath="/home/okta/Downloads/" -DapkName="eribank.apk"
i.e iOS installer (.ipa)
$ mvn clean test -Dtest=MobileStaticAnalysis -Durl="http://localhost:8000/" -Dpath="/home/okta/Downloads/" -DapkName="EriBank.ipa"

Youtube Tutorial

CLICK HERE

References

About

This repository is dedicated to the Indonesia Software Quality Assurance members for online learning material.

http://www.isqa.club/


Languages

Language:Java 100.0%