If you are familiar with Security tools or Penetration testing, you definitely must have heard of Nmap.
Zenmap is a GUI of Nmap.
However it is no longer included in later version of Security testing OSs.
Below is an instruction on how to install it on Debian machines.
1) Download the latest RPM package at https://nmap.org/download.html
Optional Zenmap GUI (all platforms): zenmap-7.91-1.noarch.rpm
2) Note it is RPM package, so you will need to convert it to install on Debian. For that, you will need a package converter called ALIEN.
man alien >> alien is a program that converts between Red Hat rpm, Debian deb, Stampede slp, Slackware tgz, and Solaris pkg file formats. If you want to use a package from another linux distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.
3) Latest version of alien (alien_8.95) seems to have a glitch when installing so, if you happened to have installed that, you will need to uninstall and downgrade to alien_8.90.
Download link below.
http://archive.ubuntu.com/ubuntu/pool/main/a/alien/alien_8.90_all.deb
4) Install using your package manager or command line below.
dpkg -i alien_8.90_all.deb
5) Convert your Zenmap RPM package that you downloaded to .deb
sudo alien zenmap-7.91-1.noarch.rpm
6) Now you will get the .deb package. Install it.
sudo dpkg -i zenmapconvertedfile.deb
7) Thats it. Now you can run your Zenmap on your Debian.