Install Zenmap on Kali Linux

Ravindra Dagale
1 min readJul 20, 2021

--

Zenmap : is the official Nmap Security Scanner GUI.

Instructions to Install Zenmap on Kali Linux:

▶ Open in Browser open https://nmap.org/download.html (https://nmap.org/dist/zenmap-7.91-1.noarch.rpm)
▶ Go to Linux RPM Source and Binaries Section.
▶ Download and Save the Latest Zenmap GUI RPM File Only.
▶ Open Terminal and go to downloads directory
▶ Run : cd Downloads/
▶ Run (Check Downloaded File) : ls

Now to Install Zenmap follow the below steps -

▶ Run : sudo apt install alien
▶ Run : sudo alien zenmap-7.91–1.noarch.rpm
▶ Run (Requirement) : wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
▶ Run (Requirement) : wget http://azure.archive.ubuntu.com/ubuntu/pool/universe/p/pygobject-2/python-gobject-2_2.28.6-14ubuntu1_amd64.deb
▶ Run (Requirement) : wget http://security.ubuntu.com/ubuntu/pool/universe/p/pycairo/python-cairo_1.16.2-2ubuntu2_amd64.deb
▶ Run : sudo dpkg -i python-gobject-2_2.28.6-14ubuntu1_amd64.deb
▶ Run : sudo dpkg -i python-cairo_1.16.2-2ubuntu2_amd64.deb
▶ Run : sudo dpkg -i python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
▶ Run : sudo dpkg -i zenmap_7.91-2_all.deb
▶ To Unistall Zenmap run : sudo dpkg -r zenmap

▶ To run Zenmap as a root please open terminal and type sudo zenmap

▶ More Info : https://nmap.org/zenmap/

Thank You and Clap if you like this article..!!
Ping us on Instagram : https://www.instagram.com/Infosec97/

Subscribe to us :

--

--