# # # 30-Oct-99 amo Download and install nmap # 19-Apr-03 amo Install nmap-3.25 # 20-Oct-04 amo Download nmap-3.75.tar.bz2 # # # http://www.insecure.org/nmap/ # # http://download.insecure.org/nmap/dist/nmap-3.26-1.i386.rpm # http://download.insecure.org/nmap/dist/nmap-3.26.tar.bz2 # http://download.insecure.org/nmap/dist/nmap-3.75.tar.bz2 # # # cd /usr/local/src bzip2 -cd nmap-3.25.tar.bz2 | new.tar xvf - # cd nmap-3.25 # ./configure make make install # # # ================================================================ # # Maggie:/usr/src# tar zxvfp /usr2/www-linux/Security/scan/nmap-2.3BETA6.tgz Maggie:/usr/src/nmap-2.3BETA6# ./configure Maggie:/usr/src/nmap-2.3BETA6# make Maggie:/usr/src/nmap-2.3BETA6# make install # # see if the server is up # nmap -sP www.netscape.com # nmap -v -p 80 -O www.slackware.com # # # check the machines in the domain # --------------------------------- # host -l domain.com | cut '-d ' -f 4 | nmap -v -i - # # # # See what they got # ----------------- nmap -v -sS -F -O -P0 w.x.y.z(ip#) # # # end of file