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
| cmd | description |
|---|---|
make format | Format the source code |
make build | Build a binary file from source |
make test | Run 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 --helpto 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
- MobSFStarter
TODO Write documentation for
MobSFStarter