mobsf-starter

Version, currently master branch1 version
  • master branchlatestMay 16, 2023

github.com/SPK137/mobsf-starter

Starter for installing dependencies and MobSF

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mobsf-starter:
    github: SPK137/mobsf-starter
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.7.2
License
MIT
Author
SPK137
Target
  • mobsf-installer from src/mobsf.cr

Dependencies

This version declares no dependencies.

README

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