Is there a GUI version of nmap available?

9,905

Zenmap

You can use zenmap, it is in the repository

sudo apt-get install zenmap

Here is its website I think it is the official GUI as the site is nmap.org.

enter image description here

Umit

If you don't like that one try umit, it is in the repository as well

sudo apt-get install umit

This one did not have its own website, here is its source forge page

enter image description here

nmapsi4

Finally there is nmapsi4 too, this seems the best looking one, if you are in to that

sudo apt-get install nmapsi4

Again no website, but here is its launchpad page

enter image description here

Others

There are at least two more available, including a python one and a web interface but this is getting a bit long, to find them yourself, run this command

apt search nmap
Share:
9,905

Related videos on Youtube

TellMeWhy
Author by

TellMeWhy

I Wonder

Updated on September 18, 2022

Comments

  • TellMeWhy
    TellMeWhy almost 2 years

    Is there a GUI version for nmap that can be installed without manually downloading the program?

    I don't have a problem with doing so, but it would be nice if there is one available in the repositories, or by adding a repo.

  • cl-netbox
    cl-netbox over 8 years
    Helpful, interesting and useful information ! :)
  • Mark Kirby
    Mark Kirby over 8 years
    @cl-netbox Thanks, I found even more now:)
  • Mark Kirby
    Mark Kirby over 8 years
    @DevRobot You are welcome :)
  • dufte
    dufte almost 8 years
    Great collection - i enhanced the readability a bit ...hope it's ok
  • Jonathan Hult
    Jonathan Hult about 6 years
    nmapsi4 now has a website: github.com/nmapsi4/nmapsi4
  • Morty
    Morty over 2 years
    Zenmap was removed from debian (packages.debian.org/search?keywords=zenmap&searchon=names) and thus Ubuntu (see also askubuntu.com/questions/1233840/…). Umit is also not provided by either (packages.ubuntu.com/search?keywords=umit&searchon=names). This leaves nmapsi4, as the only gui, unless you want to compile it yourself.