6d94778307baa36fc46d17dfd7cc305ad470665c
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%