加入收藏 | 设为首页 | 会员中心 | 我要投稿 PHP编程网 - 黄冈站长网 (http://www.0713zz.com/)- 数据应用、建站、人体识别、智能机器人、语音技术!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

NMAP - A Stealth Port Scanner--reference

发布时间:2021-01-24 22:46:11 所属栏目:Linux 来源:网络整理
导读:副标题#e# http://nmap.org/bennieston-tutorial/ Nmap is a free,open-source port scanner available for both UNIX and Windows. It has an optional graphical front-end,NmapFE,and supports a wide variety of scan types,each one with different be

The FTP protocol (RFC 959) specified support for a "proxy" ftp,which allowed a connection to an FTP server to send data to anywhere on the internet. This tends not to work with modern ftpds,in which it is an option usually disabled in the configuration. If a server with this feature is used by Nmap,it can be used to try to connect to ports on your victim,thus determining their state.

This scan method allows for some degree of anonymity,although the FTP server may log connections and commands sent to it.

The -P0 (that’s a zero) option allows you to switch off ICMP pings. The -PT option switches on TCP Pings,you can specify a port after the -PT option to be the port to use for the TCP ping.

(编辑:PHP编程网 - 黄冈站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读