Skip to main content

Robot Framework Library for MobSF (SAST) Tool

Project description

RoboMobSF

Robot Framework Library for MobSF (SAST) Tool

Supports Python 2.7.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.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RoboMobSF-1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

RoboMobSF-1.0-py2.7.egg (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page