How to Install ZenMap in Kali Linux 2020.3

Hi bro's! In the post, we'll teach how to install ZenMap, the GUI of nmap. Nmap/Zenmap is a free and open-source network scanner created by Gordon Lyon. Nmap is used to discover hosts and services on a computer network by sending packets and analyzing the responses. Nmap provides a number of features for probing computer networks, including host discovery and service and operating system detection. Fore more details, acess website official: nmap.org ---------------------------------------------------------------------------------------------------------------------- For install, follow the steps 1 - Visit the official website and donwload the .rpm file 2 - Use package Alien for converter .rpm for .deb $ alien name_of_package 3 - Use the command: $ sudo dpkg -i .deb* For zenmap to work, you must use the python2.4 package. 1 - wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb 2 - wget http://archive.ubuntu.com/ubuntu/pool/univers