tsigouris007 / mobsfscan

Mobsfscan rewritten to support extras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A rewritten mobsfscan Dockerfile

This image uses: https://pypi.org/project/mobsfscan/
This uses version 0.3.4.

Why?

Because we add a customized / normalized report fitting to our needs.

How?

Build

docker build . -t mobsfscan:0.3.4 # or whatever you wanna call it

Run

It is preferable to mount the /data folder as shown with your current project's folder in order to receive a proper report.mobsfscan.json file as an output.

docker run --rm -v $(pwd):/data mobsfscan:0.3.4 /data

This will copy the two report files to your mounted folder.

About

Mobsfscan rewritten to support extras


Languages

Language:Python 80.9%Language:Dockerfile 13.6%Language:Shell 5.5%