8000 GitHub - aanfarhan/seleniummobsfscan: This repository is dedicated to the Indonesia Software Quality Assurance members for online learning material.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

aanfarhan/seleniummobsfscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

49F9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0