设为首页 收藏本站
查看: 928|回复: 0

[转]Understanding The FTP PORT Command

[复制链接]

尚未签到

发表于 2015-5-29 00:41:25 | 显示全部楼层 |阅读模式
You may already know that when FTP (File Transfer Protocol)commands cross the wire, they use port 21 by default. You may also knowthat port 20 is assigned to FTP data. Unfortunately, most FTP datasessions do not actually use port 20.
So you have just taken a trace of an FTP session and noticedthat a PORT command crossed the wire. When you looked at the decode,you saw the strangest command sequence:
     PORT 10,2,0,2,4,31
[We have several FTP trace files online at
http://www.packet-level.com/traceFiles.htm.]
What does this mean? First let us take a look at the purpose ofthe PORT command. Then we will decipher the numbers following thecommand.
THE PORT COMMAND
FTP communications use two port number values - one for commands(port 21 by default) and one for data transfer (this is where the PORTcommand comes into play).
The PORT command is sent by an FTP client to establish asecondary connection (address and port) for data to travel over. Insome FTP implementations port 20 is used for data, but that is theexception rather than the rules. Typically in a trace you will see datacrossing over a dynamic port number (IANA states that this range shouldbe between 49152 through 65535, but most likely you'll see yourapplication using something just above 1024 - the area that used to bethe dynamic port number area).
Figure 1 shows the summary of an FTP communication.  Packet 16 contains the PORT command.  [This trace file is online at http://www.packet-level.com/traceFiles.htm.]
DSC0000.jpg
Figure 1: The PORT command and parameters are visible in Sniffer's summary column.
An FTP client issues a PORT to the FTP server and defines whatport the client will be listening on for the data channel connection.Upon receipt of the PORT command, the server establishes a new TCPconnection to the client using that TCP port value.
You may see numerous PORT commands issued during a single FTPsession - a new data channel must be established to transfer directorylistings and perform file GET and PUT operations.
The Freaky Numbers
After the PORT command, you will see a series of six numbers -these numbers indicate the IP address and port number to use inestablishing a data transfer connection. The first four numbers(10,2,0,2 in our example above) indicate the client IP address. Thesecond numbers, 4,15 indicate the client port number.
4,15? Strange. When you look at your trace, you would noticethat the server establishes a connection on the client port 1039(D=1039 in packet 19 in Figure 1). How did we get from 4,15 to 1039?Here we go. To interpret and translate the value 4,15 into a portnumber the receiver must do some decimal to hex translations - here isan example:
first number (4) translate to hex (0x04)
second number (15) translate to hex (0x0F)
Now take the entire set of hex bytes (0x040F) and translate thebytes from hex to decimal (1055). Figure 2 displays the conversionvalue in Hex Workshop's Base Converter applet. (Hex Workshop and BaseConverter are available online at www.bpsoft.com.) Voila!  

Figure 2: Hex value 040F is equivalent to decimal value 1039.
Most folks get snagged when they try to translate both decimalvalues as a single set (415 = 0x019F) - that just will not work. Youmust split the values and convert individually to hex before combiningand converting to decimal.
Now you know - when you see another PORT command on the wire,you should be able to guess what port the data transfer process willuse.
View All Articles by Laura Chappell
  About the Author:
Laura Chappell is the Sr. Protocol Analyst for the Protocol AnalysisInstitute.  Laura focuses on researching, writing and lecturing onnetwork analysis and security.  In 2003, over 60 of Laura's coursesbecome available via internet/CD and a series of "White Hat Toolbox:Security Tools, Tricks and Traces" are releasing athttp://www.packet-level.com.  Laura can be reached atlchappell@packet-level.com.  
More it_network_systems Articles  

  Traceback: http://www.securitypronews.com/it/networksystems/spn-21-20030917UnderstandingtheFTPPORTCommand.html



tanzek 2008-07-16 11:41 发表评论

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-71590-1-1.html 上篇帖子: unix-manul page and ftp command[perfect] 下篇帖子: 修改FTP密码的三种方法
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表