User Tools

Site Tools


user:jcavalu3:portfolio:hpcexperiment5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:jcavalu3:portfolio:hpcexperiment5 [2013/11/08 17:25] – created jcavalu3user:jcavalu3:portfolio:hpcexperiment5 [2013/11/08 17:28] (current) jcavalu3
Line 1: Line 1:
 +=====NMAP=====
  
 +For the security competition, I am going to be working with the linux machine and trying to keep it secure, so I am going to learn how to use nmap as much as I can.
 +
 +To install it, I'm following [[http://nmap.org/book/install.html|this install book]].
 +
 +I checked for nmap on my machine, which it has, but not the most updated version, so I am going to update it!
 +
 +<cli>
 +me:~$ nmap --version
 +Nmap version 6.00 ( http://nmap.org )
 +Platform: x86_64-unknown-linux-gnu
 +Compiled with: liblua-5.1.5 openssl-1.0.1e libpcre-8.30 libpcap-1.3.0 nmap-libdnet-1.12 ipv6
 +Compiled without:
 +me:~$ 
 +</cli>
 +
 +I downloaded the updated version from [[http://nmap.org/download.html|the download webpage]] and installed it.
 +
 +<cli>
 +me:~/Downloads$ ls
 +google-chrome-stable_current_amd64.deb  obmenu-1.0.tar.gz
 +nmap-6.40-1.x86_64.rpm
 +me:~/Downloads$ sudo alien nmap-6.40-1.x86_64.rpm 
 +nmap_6.40-2_amd64.deb generated
 +me:~/Downloads$ ls
 +google-chrome-stable_current_amd64.deb  nmap_6.40-2_amd64.deb
 +nmap-6.40-1.x86_64.rpm                  obmenu-1.0.tar.gz
 +me:~/Downloads$ sudo dpkg -i nmap_6.40-2_amd64.deb 
 +(Reading database ... 153471 files and directories currently installed.)
 +Preparing to replace nmap 6.00-0.3+deb7u1 (using nmap_6.40-2_amd64.deb) ...
 +Unpacking replacement nmap ...
 +Setting up nmap (6.40-2) ...
 +Processing triggers for man-db ...
 +me:~/Downloads$ 
 +</cli>
 +
 +And it is now installed!
 +
 +For further information on commands and other important pieces of information, I will be following this tutorial:
 +
 +[[http://nmap.org/bennieston-tutorial/|BOOM TUTORIAL]]