Nmap端口状态判断依据

如果使用TCP SYN方式,返回SYN+ACK,表示Open;返回RST,表示Close;如果收到ICMP不可达,表示Filtered。
如果使用TCP ACK方式,返回RST,表示Unfiltered。
如果使用UDP、TCP Null、TCP Fin方式,没有响应,表示Open|Filtered。
如果使用IP ID idle方式,没响应,表示Closed|Filtered。

发表评论

邮箱地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>