Skip to content

yogikortisa/nmap-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nmap-as-a-service

Nmap service using Flask & Redis to implement a worker that waits for scanning jobs requested.

Installation

sudo apt update && sudo apt install -y nmap redis python3-venv
python3 -m venv .venv
. .venv/bin/activate
sudo pip install flask rq python3-nmap
  • Start the worker
rq worker
  • Start the flask server
python3 flask-server.py

About

Nmap-as-a-service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published