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

Related Posts:

  • how to install aircrack from Source on debian or ubuntu update your system $ apt-get update nstall all dependencies, Here the list $ sudo apt-get install build-essential libssl-dev subversion checkinstall libnl-3-dev libnl-genl-3-dev when this install is done you … Read More
  • how to install reaver wps on debian or ubuntu update your system $ apt-get update nstall all dependencies, Here the list sudo apt-get -y install build-essential libpcap-dev sqlite3 libsqlite3-dev Setup Download wget https://github.com/t6x/reaver-wps-fork-… Read More
  • installing metasploit framework on debian 8 or ubuntu 14+ installing the metasploit on debian isn't Difficult this guide is very simple first setup you need to update your system with apt-get: $ sudo apt-get update$ sudo apt-get upgrade now you should install the depend… Read More
  • how to install bully wps on debian hiii...~! guys to today i'm gonna show you how to install bully wps on debian or ubuntu Bully is a new implementation of the WPS brute force attack, written in C. It is conceptually identical to other programs, in that it… Read More
  • how to install pixiewps on linux hii guys.....~! today i'm gonne show you how to install pixiewps on linux Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-cal… Read More

0 comments:

Post a Comment