Skip to content

A simple web interface for Nmap with a XML to JSON reports converter

License

Notifications You must be signed in to change notification settings

Jiab77/nmap-webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6d70c1 Β· Apr 8, 2021

History

29 Commits
Jun 16, 2020
Jun 16, 2020
Apr 6, 2021
Jun 1, 2020
Apr 5, 2021
Apr 7, 2021
Apr 5, 2021
Apr 7, 2021
Jun 16, 2020
Apr 8, 2021
Jun 16, 2020
Jun 16, 2020
Apr 8, 2021
Sep 15, 2020
Apr 5, 2021
Jun 16, 2020
Sep 15, 2020
Apr 7, 2021

Repository files navigation

nmap-webui

A simple web interface for Nmap with a XML to JSON reports converter

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

Preview

Light theme

image

Dark theme

image

Usage

  1. Start backend web server
# For PHP
php -S localhost:8000 backend.php

The NodeJS version of the backend is not ready yet.

  1. Start frontend web server
# For PHP
php -S localhost:8001 server.php

# For NodeJS
node server.js

About

A simple web interface for Nmap with a XML to JSON reports converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published