package

github.com/SPK137/mobsf-starter

master / published May 16, 2023 / repository

Starter for installing dependencies and MobSF

MobSF Starter

Starter for installing dependencies and MobSF

Prerequisites

Development Commands

cmddescription
make formatFormat the source code
make buildBuild a binary file from source
make testRun tests according to spec

To quickly test out command without building a binary:

# setup command
crystal run ./src/mobsf.cr setup

# update command
crystal run ./src/mobsf.cr update

# help command
crystal run ./src/mobsf.cr -h

Usage

Linux

  • After giving the binary permission to execute, simply run ./mobsf-installer --help to explore the commands

  • For quick installation, run ./mobsf-installer setup --setup-type=all

  • In case the binary cannot be run, run the following command before running the binary

sudo apt-get install libevent-2.1

API