Hemanth's Scribes

web

One line to install NMAP 5.0 from source

Author Photo

Hemanth HM

Thumbnail

The below command , is what i got after playing with wget and tar for a while, just copy and paste in the terminal to install Nmap.

P.S : Root privileges are a must

`

sudo wget -c โ€œhttp://nmap.org/dist/nmap-5.00.tar.bz2โ€ && bzip2 -cd nmap-5.00.tar.bz2 | tar xvf - && cd nmap-5.00 && ./configure && make && sudo make install

`

#javascript#linux
Author Photo

About Hemanth HM

Hemanth HM is a Sr. Machine Learning Manager at PayPal, Google Developer Expert, TC39 delegate, FOSS advocate, and community leader with a passion for programming, AI, and open-source contributions.