d97c6cb7c20e70f31b6c6936dc818b291f7001b5
nmap-webui
A simple web interface for Nmap for network discovery and monitoring
Dependencies
As most of the nmap features requires to be root, you will have to run this command to avoid the need to specify the password when the interface will invocate nmap.
# Authorize nmap to run as root without password
echo "$USER ALL = NOPASSWD: $(which nmap)" | sudo tee -a /etc/sudoers.d/nmap
Allow web server to save scans:
mkdir scans
chown www-data scans
chmod 750 scans
Description
Languages
PHP
49.3%
XSLT
40.1%
Lua
8.9%
CSS
1.3%
JavaScript
0.4%