zenmap
zenmap is a GUI for nmap
you can mostly use same options from GUI.
Installation
sudo apt install -y zenmap
Usage
You probably have two entries in your menu (one with root access). Since some nmap
options require root access, most of the time you want to run zenmap
as root.
To use zenmap
from terminal you must use:
sudo -u root -i zenmap
Why not just sudo ? answer