资源描述:
《网络数据包的监听与分析》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、网络数据包的监听与分析用Ethereal获取到ftp用户名和密码的截图(和本人姓名不同的没有成绩)。【附录】1.Ethereal使用入门ethereal可以用来从网络上抓包,并能对包进行分析。下面介绍windows下面ethereal的使用方法安装(略)如果只有一个网卡,启动ethereal以后,选择菜单Capature->Start,就OK了。当你不想抓的时候,按一下stop,抓的包就会显示在面板中,并且已经分析好了。下面是一个截图:如果有多个网卡,需要先进行设置,启动ethereal以后,选择菜单Cap
2、ature->Options,如下图:tofindsolutions.Especiallyvaluableis,thesetwomissionstookthecityinBeijing,theconsiderableworkinblue,fromyinglaisongwang,provideservicestoinvitebusinessmenandformajorprojects,micromanaging,hands-on,realofficesfullservice,fullservicerole.H
3、otelinPingliang,PingliangbuildingandprintingBrushfactoryservicequalityandservicelevelshavealsobeenfurtherenhanced.Second,creativelyworktowardsfundingprojectsontoanewstage.TheBeijingliaisonofficeLANfromsimplesecurefunding,andtheshifttoamoredirectlyinvolvedi
4、ntheproject,fromthesmallprojectstolargeprojectstointroducechange,strengtheningprojectwork.LiaisonOfficeinBeijing,alwaysputthereportconvergenceandimplementation,asreportedtonationalconstructionprojects,Iworkatoppriority,taketheinitiativetostrengthencontacts
5、withnationalministriesandprovincialauthoritiesoncontactand,fromtoptobottomconvergenceprojectsinadvance,timelyfeedbackonthecityandtheCounty(district).LiaisonOfficeinBeijingthisyear,andcooperatewith,ordirectlywithitem8oftheinterfaceimplementedonthenational,p
6、rovincial,forStateinvestmentofnearly20millionYuan.TheblueOfficecloselyaroundthecity'sfourpillarindustries,largeprojectsandmorematureprojects,brandfocusanddirectionoftheprojectasaninvestment.Graspthe Interface:指定在哪个接口(网卡)上抓包。一般情况下都是单网卡,所以使用缺省的就可以了Limiteach
7、packet:限制每个包的大小,缺省情况不限制 Capturepacketsinpromiscuousmode:是否打开混杂模式。如果打开,抓取所有的数据包。一般情况下只需要监听本机收到或者发出的包,因此应该关闭这个选项。Filter:过滤器。只抓取满足过滤规则的包(可暂时略过)File:如果需要将抓到的包写到文件中,在这里输入文件名称。useringbuffer:是否使用循环缓冲。缺省情况下不使用,即一直抓包。注意,循环缓冲只有在写文件的时候才有效。如果使用了循环缓冲,还需要设置文件的数目,文件多大时回
8、卷 其他的项选择缺省的就可以了ethereal的抓包过滤器 抓包过滤器用来抓取感兴趣的包,用在抓包过程中。抓包过滤器使用的是libcap过滤器语言,在tcpdump的手册中有详细的解释,基本结构是:[not]primitive[and
9、or[not]primitive...]如果你想抓取某些特定的数据包时,有以下两种方法,你可以任选一种: 1、在抓包的时候,就先定义好抓包过滤器,这样结果就是只抓到你设定好的