1.nmap Installation:- 1.Download the .tar file 2. untar, bzip2 -cd nmap-versionXX.tar.bz2 | tar xvf -cd nmap-versionXXX 3.cd nmap-version 4. ./configure 5.make 6. su root 7.make install If all the steps runs successfully, we have the following console message:- NMAP SUCCESSFULLY INSTALLED Check the nmap version, nmap –version How to find open ports for given […]
