【问题标题】:What is the purpose of "RST" flag?“RST”标志的目的是什么?
【发布时间】:2019-06-07 17:16:52
【问题描述】:

我使用 Nmap 扫描了我的 metasploitable 机器以查找来自 Kali 的开放端口,并使用 Wireshark 捕获流量,并注意到对于发送到开放端口的每个 SYN 数据包,也会发送一个 RST 数据包。为什么?

【问题讨论】:

    标签: tcp port wireshark


    【解决方案1】:

    阅读RFC 793 3.4 了解有关重置数据包的更多信息。在你的情况下,解释是:

    1.  If the connection does not exist (CLOSED) then a reset is sent
    in response to any incoming segment except another reset.  In
    particular, SYNs addressed to a non-existent connection are rejected
    by this means.
    

    【讨论】:

      猜你喜欢
      • 2010-09-20
      • 1970-01-01
      • 2019-07-18
      • 1970-01-01
      • 2018-01-05
      • 2018-11-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多