首页 > 移动平台 > 详细

nmap扫描出现tcpwrapped

时间:2016-07-14 15:18:58      阅读:956      评论:0      收藏:0      [点我收藏+]

FAQ tcpwrapped

From SecWiki
Jump to: navigation, search

What does "tcpwrapped" mean?

tcpwrapped refers to tcpwrapper, a host-based network access control program on Unix and Linux. When Nmap labels something tcpwrapped, it means that the behavior of the port is consistent with one that is protected by tcpwrapper. Specifically, it means that a full TCP handshake was completed, but the remote host closed the connection without receiving any data.

It is important to note that tcpwrapper protects programs, not ports. This means that a valid (not false-positive) tcpwrapped response indicates a real network service is available, but you are not on the list of hosts allowed to talk with it. When a very large number of ports are shown as tcpwrapped, it is unlikely that they represent real services, so the behavior probably means something else like a load balancer or firewall is intercepting the connection requests.

nmap扫描出现tcpwrapped

原文:http://www.cnblogs.com/blacksunny/p/5670424.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!