您好,欢迎访问三七文档
当前位置:首页 > 临时分类 > 实训1、常用Windows网络安全命令
欢迎阅读本文,希望对你有所帮助,本文只作参考,谢谢阅读!lujianhua(SouthareaaheadOfficeDirectorandtowarvictory)].CountyGovernmentoperates3CivilAffairs,finance,educationandFinanceCommittee,withespionage,sabotage,standingandpoliticalteam.Soon,thetomboftheWujiangDistrictCommitteeoftheKuomintangrelocatedtothecountrysidevillage.Pre-war,stricttombforseventhdistrict,itsregionalrangeforthisTaoyuantownandtownofNanMaStreet,andTanQiustreetofrottenBrookTangWestofarea,inWujiangSouthborder,andZhejiangProvinceTongxiangCounty,andWuxingCountyadjacent,ancientfortwoprovince(River,andZhejiang)threeHouse(Suzhou,andhuzhou,andjiaxing)sevenCounty(wuxing,andreturnAnn,andTongxiang,andjiaxing,andshowwater,andWujiang,andearthquakeZe)ofmake,islocatedinremote,territorysizeLakeswingdotted,riverportcriss-cross,easyhiddencombat,andnoHighway,trafficinconvenience.Therefore,thishasbecometherefugeofmany,whereWujianggentlemanmostoftherefugeisnotthefalloffourtownships,atthistimeofgrave,therehasbeenamonstrousprosperity,Nanxuntown,eventheneighboringZhejiangProvince,therearealsosomemerchantstoYanTaoDUNCunopenedshop.Cangduringthedepressionasaregionalpoliticalcenterandmilitarybaseinthearea.InMay1938,ChairmanMaoZedongintheguerrillawarinthestrategicissuesof:Northzone,SouthoftheLakeofhongzeLakeareabranchingstreamofallenemy-occupiedareasandalongthecoastalareas,shouldbewellorganizedguerrillaandinrivers,lakesandestuariesandbuildlastingbasenearby,asoneaspectofthedevelopmentofthenationalguerrilla.实验二、常用Windows网络安全命令一、实验目的掌握通过ping程序、Tracert程序、netstate程序、fport程序来了解本机和所在网络安全状况。二、实验内容(1)ping程序可用来测试一个主机是否处于活动状态、到达时间等。(2)黑客可以通过ping指令,利用TTL(Time-to-Live,活动时间)值鉴别操作系统的类型、判断目标主机的类型,为了防止黑客通过该方法判断目标主机类型,可以通过修改注册表相关选项来改变TTL值。(3)Tracert程序可以用来获取到达某一主机经过的网络及路由器列表。该程序可以直接通过命令行来完成。(4)Netstat程序可以用来获取到达某一主机经过的网络及路由器列表。(5)Fport三、实验步骤任务一、Ping程序的使用PING(PacketInternetGrope),因特网包探索器,用于测试网络连接量的程序。Ping发送一个ICMP回声请求消息给目的地并报告是否收到所希望的ICMP回声应答。它是用来检查网络是否通畅或者网络连接速度的命令。作为一个生活在网络上的管理员或者黑客来说,ping命令是第一个必须掌握的DOS命令,它所利用的原理是这样的:网络上的机器都有唯一确定的IP地址,我们给目标IP地址发送一个数据包,对方就要返回一个同样大小的数据包,根据返回的数据包我们可以确定目标主机的存在,可以初步判断目标主机的操作系统等。1,使用Ping命令来验证连通性开始——运行——cmd键入ping,回车,显示所有的命令符编号参数描述1-tPing指定的计算机直到中断。2-a将地址解析为计算机名。3-ncount发送count指定的ECHO数据包数。默认值为4。欢迎阅读本文,希望对你有所帮助,本文只作参考,谢谢阅读!lujianhua(SouthareaaheadOfficeDirectorandtowarvictory)].CountyGovernmentoperates3CivilAffairs,finance,educationandFinanceCommittee,withespionage,sabotage,standingandpoliticalteam.Soon,thetomboftheWujiangDistrictCommitteeoftheKuomintangrelocatedtothecountrysidevillage.Pre-war,stricttombforseventhdistrict,itsregionalrangeforthisTaoyuantownandtownofNanMaStreet,andTanQiustreetofrottenBrookTangWestofarea,inWujiangSouthborder,andZhejiangProvinceTongxiangCounty,andWuxingCountyadjacent,ancientfortwoprovince(River,andZhejiang)threeHouse(Suzhou,andhuzhou,andjiaxing)sevenCounty(wuxing,andreturnAnn,andTongxiang,andjiaxing,andshowwater,andWujiang,andearthquakeZe)ofmake,islocatedinremote,territorysizeLakeswingdotted,riverportcriss-cross,easyhiddencombat,andnoHighway,trafficinconvenience.Therefore,thishasbecometherefugeofmany,whereWujianggentlemanmostoftherefugeisnotthefalloffourtownships,atthistimeofgrave,therehasbeenamonstrousprosperity,Nanxuntown,eventheneighboringZhejiangProvince,therearealsosomemerchantstoYanTaoDUNCunopenedshop.Cangduringthedepressionasaregionalpoliticalcenterandmilitarybaseinthearea.InMay1938,ChairmanMaoZedongintheguerrillawarinthestrategicissuesof:Northzone,SouthoftheLakeofhongzeLakeareabranchingstreamofallenemy-occupiedareasandalongthecoastalareas,shouldbewellorganizedguerrillaandinrivers,lakesandestuariesandbuildlastingbasenearby,asoneaspectofthedevelopmentofthenationalguerrilla.4-llength发送包含由length指定的数据量的ECHO数据包。默认为32字节;最大值是65,527。5-f在数据包中发送“不要分段”标志。数据包就不会被路由上的网关分段。6-ittl将“生存时间”字段设置为ttl指定的值。7-vtos将“服务类型”字段设置为tos指定的值。8-rcount在“记录路由”字段中记录传出和返回数据包的路由。count可以指定最少1台,最多9台计算机。9-scount指定count指定的跃点数的时间戳。10-jcomputer-list利用computer-list指定的计算机列表路由数据包。连续计算机可以被中间网关分隔(路由稀疏源)IP允许的最大数量为9。11-kcomputer-list利用computer-list指定的计算机列表路由数据包。连续计算机不能被中间网关分隔(路由严格源)IP允许的最大数量为9。12-wtimeout指定超时间隔,单位为毫秒。13destination-list指定要ping的远程计算机。Ping对方主机名或IP地址,如果联通,则返回信息。2,利用TTL返回值查看操作系统类型欢迎阅读本文,希望对你有所帮助,本文只作参考,谢谢阅读!lujianhua(SouthareaaheadOfficeDirectorandtowarvictory)].CountyGovernmentoperates3CivilAffairs,finance,educationandFinanceCommittee,withespionage,sabotage,standingandpoliticalteam.Soon,thetomboftheWujiangDistrictCommitteeoftheKuomintangrelocatedtothecountrysidevillage.Pre-war,stricttombforseventhdistrict,itsregionalrangeforthisTaoyuantownandtownofNanMaStreet,andTanQiustreetofrottenBrookTangWestofarea,inWujiangSouthborder,andZhejiangProvinceTongxiangCounty,andWuxingCountyadjacent,ancientfortwoprovince(River,andZhejiang)threeHouse(Suzhou,andhuzhou,andjiaxing)sevenCounty(wuxing,andreturnAnn,andTongxiang,andjiaxing,andshowwater,andWujiang,andearthquakeZe)ofmake,islocatedinremote,territorysizeLakeswingdotted,riverportcriss-cross,easyhiddencombat,andnoHighway,trafficinconvenience.Therefore,thishasbecometherefugeofmany,whereWujianggentlemanmostoftherefugeisnotthefalloffourtownships,atthistimeofgra
本文标题:实训1、常用Windows网络安全命令
链接地址:https://www.777doc.com/doc-5613595 .html