Advertisement
ItzStaze

nmap.sh

Mar 23rd, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. mkdir ~/Development
  2. cd ~/Development
  3. svn co https://svn.nmap.org/nmap
  4. cd nmap
  5. ./configure
  6. make
  7. sudo make install
  8. make clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement