how to install zenmap in kali linux


go search in google or visit this link 

zenmap's official site to download 

     

https://nmap.org/download.html





Optional Zenmap GUI (all platforms): zenmap-7.91-1.noarch.rpm

download a file 

they said its for all platforms 


then we need a tool 


cas we r using 64bits resolution (.deb)

but the above file suports only 32bits (.rpm)


we must convert rpm to deb format 


so a tool called alien 


use these commands 


sudo apt-get install alien

if there is any dependencies pronlm 

search for dependencies for alien 

after installation of alien completed 

type these commands 


sudo alien (filename.rpm)

then 

.deb file will b generated , u can check it using ls command or visit using filemanager 

now to install .deb file 

use this command 


sudo dpkg -i  (filename.deb)       

so search in applications for the existance of  zenmap  application  .







Comments

Popular Posts