Skip to content
forked from we45/RoboMobSF

Robot Framework Library for MobSF (SAST) Tool

License

Notifications You must be signed in to change notification settings

MobSF/RoboMobSF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboMobSF

Robot Framework Library for MobSF (SAST) Tool

Supports Python 3.6.x for now

Install Instructions

  • You need docker to run this program
  • Pull the MobSF docker image: docker pull we45/mobsf
  • Run the command python setup.py install
  • Create a .robot file that includes the keywords used by RoboMobSF Library

Keywords

run mobsf against file

| run mobsf against file | target file | report path

  • target file: taget file location i.e apk, zip, ipa, or appx
  • report path: where your results will be stored. An .pdf file and .json are generated as outputs

Note:

  • Set Custom API Key in the .robot file to access the MobSF Rest API Endpoints (Required)

    Example:
    | Library | RoboMobSF | http://127.0.0.1:8000/ | 8000 | MobSF_API_Key

  • Report path should be an absolute path

  • If any exception is caused while executing robot file, MobSF docker container will automatically stopped and removed.

About

Robot Framework Library for MobSF (SAST) Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.9%
  • Python 2.0%
  • Other 0.1%