nmap输出格式_Nmap输出
nmap输出格式_Nmap输出
nmap输出格式
[rps-include post=6632]
[rps-include post = 6632]
Output is important part of a scan because all gathered information will be shown. According to output next steps will be decided. In this chapter we will look nmap output features.
输出是扫描的重要部分,因为将显⽰所有收集的信息。 根据输出,将决定下⼀步。 在本章中,我们将介绍nmap输出功能。
正常输出到⽂件 (Normal Output To A File)
Normal output is the default output which is normally written to the console. This output can be saved into  file with -
oN option.
普通输出是通常写⼊控制台的默认输出。 可以使⽤-oN选项将该输出保存到⽂件中。
$ nmap -oN myscan localhost
Normal Output To A File
正常输出到⽂件
XML输出到⽂件(XML Output To A File)
XML output is an other option for output. XML is very useful while using Zenmap. Zenmap is tool for nmap that provides GUI.
XML输出是输出的另⼀种选择。 使⽤Zenmap时,XML⾮常有⽤。 Zenmap是⽤于nmap的提供GUI的⼯具。
$ nmap -oX myscan localhost
你的名字我的心事
XML Output To A File
XML输出到⽂件
可复制输出到⽂件(Grep-able Output To A File)
Grep is a tool used to filter text file with normal or regular expressions. Grep-able output will produce output which is very easy to use with Grep tool.
Grep是⽤于过滤带有正则表达式或正则表达式的⽂本⽂件的⼯具。 可以使⽤Grep的输出将产⽣输出,该输出⾮常容易与Grep⼯具⼀起使⽤。
$ nmap -oG myscan localhost
Grepable Output To A File
可复制的输出到⽂件
以所有格式输出到⽂件(Output To A File In All Formats)
up to now we have used 3 output format one by one . In some situations we may need to get all of them for single scan. Nmap provides -oA to output in all 3 format just adding some extension to the end of files.
托尔斯泰的作品
到⽬前为⽌,我们已经使⽤了三种输出格式。 在某些情况下,我们可能需要将它们全部进⾏⼀次扫描。 Nmap提供-oA以所有3种格式输出,只是在⽂件末尾添加了⼀些扩展名。
$ nmap -oA myscan localhost
Output To A File In All Formats
以所有格式输出到⽂件
As we see after scan 3 files are created to save output.
如我们在扫描后看到的,创建了3个⽂件以保存输出。
gnmap is grepable output file
节日祝福语中秋
gnmap是可输出的⽂件
nmap is normal output file
nmap是正常的输出⽂件
xml is xml output file
鸡火锅的做法xml是xml输出⽂件
仅显⽰开放端⼝(Show Only Open Ports)
While port scan there is different type of port status. Open, Closed, Filtered etc. . Nmap will provides all of this status information with port results. We can omit other than Open port status to make things clear.
在进⾏端⼝扫描时,存在不同类型的端⼝状态。 打开,关闭,过滤等。 Nmap将提供所有这些状态信息以及端⼝结果。 除了打开端⼝状态以外,我们可以省略其他内容以使情况更清楚。
$ nmap --open localhost
Show Only Open Ports
仅显⽰开放端⼝
There will be no result with filtered or closed.
过滤或关闭将不会有结果。
了解更多如何在Linux中通过⼦⽬录递归使⽤Grep命令?
定期打印扫描状态 (Print Scan Status Periodically)
While scanning especially big networks scanning time will be very long. We may want to get information about scan status. Here how we can do
在扫描特别⼤的⽹络时,扫描时间将⾮常长。 我们可能想要获取有关扫描状态的信息。 这⾥我们该怎么办
$ nmap --open --stats-every 1 192.168.122.0/24
Print Scan Status Periodically
定期打印扫描状态
童话作文[rps-include post=6632]
[rps-include post = 6632]中国动漫排行榜
nmap输出格式

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。