Tuesday, May 25, 2010

IP and Port scan by Nmap in Ubuntu

  • ตามหัวเรื่องเลยคือ scan ip และ port เครื่องด้วย nmap
  • ถ้าเครื่องเรายังไม่มีให้ติดตั้งด้วยคำสั่ง
sudo apt-get install nmap

Example

  • IP Scanning with range 192.168.0.0 – 192.168.0.255
sudo nmap -sP 192.168.0.0/24
  • IP Scanning with range 192.168.0.1 – 192.168.0.254
sudo nmap -sP 192.168.0.1-254
  • Gui ที่ทำงานเบื้องหลังด้วย NMap มีค่อนข้างเยอะนะเช่น Zendmap

Refer
  • http://taufanlubis.wordpress.com/2007/10/20/ip-and-port-scanning-using-nmap-network-mapper-in-ubuntu/
  • http://www.go2linux.org/nmap-command-graph-front-end-port-scan

No comments:

Post a Comment

Popular Posts