For the five common nmap scanning instruction

The following alternative IP [IP network segment needs to be tested]

1. the ping scanning : scanning What is the survival of the host 192.168.0.0/24 network segment;

  nmap -sP 192.168.0.0/24
 
2, Port Scan : Scan this host 192.168.0.3 which ports are open;
  nmap -sT 192.168.0.3
 
4, UDP port scan : Scan 192.168.0.127 which open UDP port;
   nmap -sU 192.168.0.127
 
5, the operating system recognizes :
   nmap -sS -O  192.168.0.127
 
======================================================
 
Target source -------------------- "blog

http://www.cnblogs.com/zhangjianghua/p/6639291.html

======================================================

Guess you like

Origin www.cnblogs.com/moegarn/p/11039212.html