Wednesday, January 4, 2017

linux Compilation and Installation of nmap 7.4 from Source Code "final"



First install some needed packages:

$ cd
$ sudo apt-get install build-essential libssl-dev libpathfinder-openssl-1 liblinear-dev libpcap0.8-dev libpcre3-dev




$ wget http://nmap.org/dist/nmap-7.40.tar.bz2
$ tar xvf nmap-7.40.tar.bz2
$ cd nmap-7.40/
$ ./configure
$ make
$ sudo make install
$ make clean

now you can run it

$ nmap -h

0 comments:

Post a Comment