Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from pierce403/nweb

web based nmap scan collection and search

License

deanpierce/nweb

 
 

Repository files navigation

nweb

nmap scan collection and search

Getting Started

Most people will be able to just do:

$ git clone https://github.com/pierce403/nweb.git
$ cd nweb
$ ./run-flask.sh

This starts the nweb server on port 5000. Then, in a new terminal, edit scope.txt to point to the desired targets, and run:

python3 nmap-agent.py

This will start the scans, and you will soon be able to see the results in the web interface by browsing to http://127.0.0.1:5000

About

web based nmap scan collection and search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.4%
  • HTML 45.0%
  • CSS 4.1%
  • Shell 2.2%
  • JavaScript 1.3%