25 Jan 2013

Install Nmap di Ubuntu

Nmap alias Network Mapper merupakan tool open source atau aplikasi yang digunakan untuk melakukan scanning port komputer/host, security dan eksplorasi jaringan . Tool ini dibuat oleh Gordon "Fyodor" Lyon.

Awalnya tool ini hanya terdapat pada sistem operasi Linux, seiring berjalannya waktu kini tool ini juga tersedia untuk sistem operasi Windows.
Dengan nmap kita dapat mengetahui :
  • host yang aktif pada suatu jaringan
  • port yang terbuka
  • sistem operasi yang digunakan
  • dan banyak lagi
Nmap (“Network Mapper”) is an open source tool for network exploration and security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.
Install nmap di Ubuntu dapat dilakukan dengan 2 cara :
  • Via terminal
Versi CLI : sudo apt-get install nmap
Versi GUI : sudo apt-get install zenmap  
bzip2 -cd nmap-6.25.tar.bz2 | tar xvf -
cd nmap-6.25
./configure
make
su root
make install
Screenshoot :
nmap

zenmap


Tidak ada komentar:

Posting Komentar