Wednesday, January 13, 2010

Install or Upgrade NMAP

With root privileges, run the following command-line:

sudo wget -c "http://nmap.org/dist/nmap-5.21.tar.bz2" && bzip2 -cd nmap-5.21.tar.bz2 tar xvf - && cd nmap-5.21 && ./configure && make && sudo make install

Retrieved from http://www.h3manth.com/One%20line%20to%20install%20NMAP%205.0%20from%20source

No comments: