Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is just a wrapper on nmap with the vulners script. If you run this, you can post to /scan with a comma-separated list of addresses to scan, and it will reply with all of the scan results in a single JSON list.

The service runs on port 8080 in the container

Example Usage

  1. Run the Docker container.
  2. From the same machine, run curl -i -d "scanme.nmap.org" localhost:8080/scan
  3. Wait for it to run the full scan. If this times out, increase your request's timeout.
  4. Receive response.

TODO

  • Look into migrating to the https://github.com/ullaakut/nmap wrapper instead of t94j0/nmap.
  • Cache results to a database
    • Add an endpoint to query that database
  • Add a query param webhookAddress to /scan that lets you specify an address to send results to when the scan is finished. Do this instead of maintaining an active TCP connection for so long.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages