CentOS 5 – compilar e instalar NMAP

Compilando NMAP

[cc] # yum install gcc gcc-c++
# wget http://nmap.org/dist/nmap-5.51.tgz
# tar xf nmap-5.51.tgz
# cd nmap-5.51
# ./configure
# make
# make install
# whereis nmap
nmap: /usr/local/bin/nmap /usr/share/nmap
[/cc]

Leave a Reply

Your email address will not be published. Required fields are marked *