How to install Zenmap 7.60 on Ubuntu 18.04

To install Zenmap 7.60 on Ubuntu 18.04
Zenmap is a graphical front-end application for nmap application. nmap is a network mapping tool used to scan the hosts connected in a network and to identify the ports that are opened. It is very simple to install Zenmap and this article explains the way to install Zenmap on Ubuntu 18.04.

Installation

Update the system repository using the following command

root@linuxhelp1:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done

Install the Zenmap package using the following command

root@linuxhelp1:~# apt-get install zenmap -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  apache2-bin apache2-data apache2-utils libapr1 libaprutil1 libaprutil1-dbd-sqlite3
  libaprutil1-ldap
Use ' sudo apt autoremove'  to remove them.
The following additional packages will be installed:
  libblas3 liblinear3 menu nmap python-cairo python-gobject-2 python-gtk2
Suggested packages:
  liblinear-tools liblinear-dev menu-l10n gksu | kde-runtime | ktsuss ndiff
  python-gobject-2-dbg python-gtk2-doc
The following NEW packages will be installed:
.
.
Setting up python-gobject-2 (2.28.6-12ubuntu3) ...
Setting up libblas3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up python-cairo:amd64 (1.16.2-1) ...
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
Setting up liblinear3:amd64 (2.1.0+dfsg-2) ...
Setting up nmap (7.60-1ubuntu5) ...
Setting up python-gtk2 (2.24.0-5.1ubuntu2) ...
Setting up zenmap (7.60-1ubuntu5) ...
Processing triggers for menu (2.1.47ubuntu2.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Once Installation is done you can access the Zenmap from the Menu as shown here

Access the Zenmap application as a root user.


The version of Zenmap can be found in Help-> About

With this, the method to install Zenmap on Ubuntu 18.04 comes to an end.

Tag : Zenmap Ubuntu
FAQ
Q
How to install zenmap on centos?
A
To install zenmap on centos just follow this link,
https://www.linuxhelp.com/how-to-install-zenmap-on-centos-7/
Q
Why does Nmap show some of my ports as "filtered"?
A
Nmap shows a port as filtered if it believes that a firewall is preventing communication with the port. This can be a result of an ICMP packet response (Type 3, Code 13, for instance), but it
Q
I know this port is open, so why doesn't Nmap show it as open?
A
If Nmap is failing to show a port open that you know is open, the most likely cause is that Nmap did not try to scan that port. By default, Nmap scans the most common 1,000 ports for each pro
Q
the network adapter can't handle what nmap is requesting of it (equally possible)???
A
In case that adapter can't handle it how I could scan that computer with out running to those problems. All I need for that scan is that it helps Armitage to attack to that computer, which i
Q
I want to install zenmap on ubuntu?
A
To install zenmap on ubuntu follow this link,
https://www.linuxhelp.com/how-to-install-zenmap-nmap-network-scanning-tool/