nmap installation
From WebHostingNeeds.com
Install nmap with yum
yum install nmap
Install From Source
cd /usr/local/src wget http://freshmeat.net/redir/nmap/7202/url_tgz/nmap-4.11.tgz tar -zxvf nmap-4.11.tgz cd nmap-4.11 ./configure --without-nmapfe make make install
Install on FreeBSD
cd /usr/ports/security/nmap make install clean rehash
Back to nmap