/sharkScan

SharkScan is a Scan as a Service. The goal of SharkScan is provide a central point where you can request diferent types of scan, these scans will be executed and the result saved on a DB, from where you can obtain diferent metrics and reports.

Primary LanguagePython

SharkScan

SharkScan is a Scan as a Service project

Getting Started

Download the shark scan and run:

chmod +x sharkScan.py

./sharkScan.py

You can see options using:

./sharkScan.py --help

Prerequisites

You need the following dependencies:

pymongo

bottle

lxml

Also you need a mongodb instance running, by dafault is searched on localhost

Running the tests

You can find a postman collection on sharkScan/tests:

SharkScan.postman_collection.json

Comming soon and TODO

  • CLI interface
  • Web interface
  • Code Documentation
  • More plugins (ex: fping, zmap, amap, hping, wp-scan etc)