
linux下zenmap
Zenmap
is an free and open source GUI designed to be used with nmap
. Zenmap is multiplatform tool which supports Linux, Ubuntu, Mint, Kali, Fedora, CentOS,.. , Windows, Mac OS X, BSD etc. . nmap
is very powerful tool for network scanning and vulnerability discovery but it is completely command line based. Zenmap can be used by novice users to scan network and discover vulnerabilities.
Zenmap
是一个免费的开源GUI,旨在与nmap
一起使用。 Zenmap是一种多平台工具,支持Linux,Ubuntu,Mint,Kali,Fedora,CentOS,Windows,Mac OS X,BSD等。 nmap
是用于网络扫描和漏洞发现的非常强大的工具,但它完全基于命令行。 新手用户可以使用Zenmap扫描网络并发现漏洞。
下载 (Download)
视窗(Windows)
Windows version can be downloaded from following link.
Windows版本可以从以下链接下载。
https://nmap.org/dist/nmap-7.70-setup.exe
https://nmap.org/dist/nmap-7.70-setup.exe
Linux (Linux)
Zenmap can be downloaded for different Linux distributions from following links
您可以通过以下链接下载Zenmap,以用于不同Linux发行版
Ubuntu,Debian,Mint,Kali软件包(Ubuntu, Debian, Mint, Kali Packages)
$ sudo apt install zenmap

Fedora,RHEL,CentOS (Fedora, RHEL, CentOS)
$ sudo yum install zenmap
MacOS X (MacOS X)
https://nmap.org/dist/nmap-7.70.dmg
https://nmap.org/dist/nmap-7.70.dmg
Zenmap GUI (Zenmap GUI)
Zenmap is GUI form of nmap and provides some input areas for parameters.
Zenmap是nmap的GUI形式,并提供了一些参数输入区域。
Target
is the remote target we want to scan. We can put single of multiple targets like nmap.Target
是我们要扫描的远程目标。 我们可以将多个目标(例如nmap)中的一个放置。Profile
is the scan options like speed and detail which is preconfigured asIntense Scan
in this example.Profile
是诸如速度和详细信息之类的扫描选项,在本示例中,这些选项已预先配置为“Intense Scan
。Command
is the command which will run in command line and created with the given parameters.Command
是将在命令行中运行并使用给定参数创建的命令。Scan
will start the scan process.Scan
将开始扫描过程。

Zenmap Portable (Zenmap Portable)
As nmap is network scanner which requires privileges to install wincap
or similar libraries to capture we need some rights to install and run it. So there is no Zenmap portable version which works properly.
由于nmap是网络扫描程序,它需要特权才能安装wincap
或类似的库以进行捕获,因此我们需要一些安装和运行它的权限。 因此,没有Zenmap便携式版本可以正常工作。
Zenmap与Nmap (Zenmap vs Nmap)
Zenmap is just a GUI form which can be used by novice users. It completely uses nmap
command line tool. So they do not have similarities or differencies. They just completes each other.
Zenmap只是一个GUI表单,可供新用户使用。 它完全使用nmap
命令行工具。 因此它们没有相似之处或不同之处。 他们只是彼此完成。
Zenmap命令 (Zenmap Commands)
As Zenmap is a GUI tool it doesn provide any command line support and just a form to convert given options to the nmap
command line options.
由于Zenmap是一个GUI工具,它不提供任何命令行支持,仅提供一种将给定选项转换为nmap
命令行选项的表格。

翻译自: https://www.poftut.com/what-is-zenmap-and-how-to-download-install-and-use-in-windows-linux/
linux下zenmap