Skip to content

gsfish/scan-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scan-platform

Installation

  1. Use web/schema.sql to initialize database
  2. Set database account under scanner/config.ini
  3. Download the latest release of Apache ActiveMQ, and rename as manager
  4. Run the following commands to install requirements:
sudo apt install -y nmap openjdk-8-jre
sudo pip install -r web/requirements.txt
sudo pip install -r scanner/requirements.txt

Usage

As for Web module:

./manager/bin/activemq/start
python web/app.py

As for Scanner module, which can be run distributedly:

python scanner/scan.py

Result

Dashboard:

Detecting results:

About

a vulnerability scan platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published