Angry IP scanner is a very fast IP address and port scanner which is popular amongst systems administrators. It is cross-platform and lightweight where it can be installed easily. Angry IP scanner comes without a cost. Angry IP scanner can resolve NetBIOS protocol, computer names, workgroup name, currently logged in users. Results can be exported or saved in different formats like CSV, TXT, XML, etc.
愤怒的IP扫描程序是一种非常快速的IP地址和端口扫描程序,在系统管理员中非常流行。 它是跨平台且轻巧的,可以轻松安装。 愤怒的IP扫描仪是免费提供的。 愤怒的IP扫描程序可以解析NetBIOS协议,计算机名称,工作组名称,当前登录的用户。 可以将结果导出或保存为CSV,TXT,XML等不同格式。
愤怒的IP扫描仪功能 (Angry IP Scanner Features)
Even not a complex and detailed tool Angry IP scanner provides most of the basic features for a network scanner with easy usage.
即使不是复杂而详细的工具,愤怒的IP扫描仪也具有易于使用的网络扫描仪的大多数基本功能。
- Provides GUI for novice and non-technical users without any extra installation. 为新手和非技术用户提供GUI,无需任何额外的安装。
- Angry IP scanner can scan single and multiple IP addresses, networks, internet, and hosts. 愤怒的IP扫描程序可以扫描单个和多个IP地址,网络,Internet和主机。
- Export scan results in different formats like Text, XML, PDF, etc. 以文本,XML,PDF等不同格式导出扫描结果。
- Banner grabbing to get more information about ports and services. 捕获横幅以获取有关端口和服务的更多信息。
- Provides command-line usage for expert and experienced users. 为专家和经验丰富的用户提供命令行用法。
- Open source and free application where there is no fee. 开源和免费的免费应用程序。
- Cross-platform where Windows, MacOSX, and Linux operating systems and platforms are supported. 支持Windows,MacOSX和Linux操作系统和平台的跨平台。
下载并安装Windows (Download and Install For Windows)
Angry IP Scanner is provided as 32-bit and 64-bit installers for Windows operating systems. 64-bit is more popular than the 32-bit version.
Angry IP Scanner是Windows操作系统的32位和64位安装程序。 64位比32位版本更流行。
https://angryip.org/download/#windows
https://angryip.org/download/#windows

We can download the 64-bit Angry IP Scanner from the following link and start the Angry IP Scanner file named ipscan-win64-3.5.5.exe
.
我们可以从以下链接下载64位Angry IP扫描程序,然后启动名为ipscan-win64-3.5.5.exe
的Angry IP扫描程序文件。
https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan-win64-3.5.5.exe
https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan-win64-3.5.5.exe

As we can see we do not need any installation process. The Angry IP Scanner will start automatically. Angry IP Scanner needs the Java 32-bit or 64-bit JRE or JDK installed. To install JRE or JDK look the following guide.
如我们所见,我们不需要任何安装过程。 Angry IP Scanner将自动启动。 Angry IP Scanner需要安装Java 32位或64位JRE或JDK。 要安装JRE或JDK,请参阅以下指南。
How To Download, Install JDK (Java Development Kit) On Windows?
如何在Windows上下载并安装JDK(Java开发工具包)?

下载并安装适用于Ubuntu,Debian,Mint(Download and Install For Ubuntu, Debian, Mint)
Angry IP Scanner is provided for Ubuntu, Debian, Mint as deb
package from the following links.
从以下链接中以deb
软件包的形式为Ubuntu,Debian,Mint提供了Angry IP Scanner。
https://angryip.org/download/#linux
https://angryip.org/download/#linux

We can download the 64-bit package from the following link with the wget
.
我们可以从以下带有wget
链接下载64位软件包。
$ wget https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan_3.5.5_amd64.deb

Now we have downloaded the package named ipscan_3.5.5_amd64.deb
. We will install with the dpkg
command like below.
现在,我们下载了名为ipscan_3.5.5_amd64.deb
的软件包。 我们将使用dpkg
命令安装,如下所示。
$ sudo dpkg -i ipscan_3.5.5_amd64.deb

We can start the Angry IP Scanner with the command named ipscan
from shell or command line.
我们可以从外壳程序或命令行使用名为ipscan
的命令启动愤怒的IP扫描程序。
$ ipscan
The angry IP scanner will provide the following GUI where we can specify different parameters easily.
愤怒的IP扫描器将提供以下GUI,在这里我们可以轻松指定不同的参数。

下载并安装Fedora,RedHat,CentOS(Download and Install For Fedora, RedHat, CentOS)
We can also download Fedora, RedHat, CentOS specific rpm
packages from the following link. Again we will use the 64-bit version of the Angry IP Scanner with the name ipscan-3.5.5-1.x86_64.rpm
我们也可以从以下链接下载Fedora,RedHat,CentOS特定的rpm
软件包。 同样,我们将使用名为ipscan-3.5.5-1.x86_64.rpm
的64位版本的Angry IP Scanner。
https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan-3.5.5-1.x86_64.rpm
https://github.com/angryip/ipscan/releases/download/3.5.5/ipscan-3.5.5-1.x86_64.rpm

When we try to install with the rpm
command we may get an error like failed dependencies: jre >= 1.7.0 is needed by ipscan-3.5.5-1.x86_64
like below.
当我们尝试使用rpm
命令进行安装时,我们可能会得到类似failed dependencies: jre >= 1.7.0 is needed by ipscan-3.5.5-1.x86_64
的错误failed dependencies: jre >= 1.7.0 is needed by ipscan-3.5.5-1.x86_64
如下所示。
$ sudo rpm -i ipscan-3.5.5-1.x86_64.rpm

In order to solve this problem, we have to install JRE or JDK on Fedora, CentOS, Red Hat. We will use the following command.
为了解决这个问题,我们必须在Fedora,CentOS,Red Hat上安装JRE或JDK。 我们将使用以下命令。
$ sudo dnf install java-11-openjdk.x86_64

Then we can install without a problem with the following command.
然后我们可以安装以下命令而不会出现问题。
$ sudo rpm -i ipscan-3.5.5-1.x86_64.rpm
指定IP范围并开始扫描 (Specify IP Range and Start Scan)
We can start a simple scan by specifying the IP range values like Start IP address and End IP address which are `192.168.142.0` and `192.168.142.255` in this example. Then we will click to the `Start` button where the scan will start.
我们可以通过指定IP范围值来开始简单的扫描,例如在此示例中,起始IP地址和结束IP地址为192.168.142.0和192.168.142.255。 然后,我们将单击开始扫描的“开始”按钮。

After the scan is completed we will see the following screen where Scan statistics are provided. Following general information is provided.
扫描完成后,我们将看到以下屏幕,其中提供了扫描统计信息。 提供以下一般信息。
Total time
about the scan which is “17.55” seconds in this example.在此示例中,扫描的
Total time
为“ 17.55”秒。Average time per host
about the scan which is “0.07” seconds in this example.在此示例中,
Average time per host
进行扫描的Average time per host
为“ 0.07”秒。IP Range
is the scanned IP address range.IP Range
是扫描的IP地址范围。Hosts Scanned
is the total number of addresses in the scan IP address range.Hosts Scanned
是扫描IP地址范围内的地址总数。Hosts alive
is the total number of hosts that are up or alive which is 6 in this example.Hosts alive
数是已启动或存活的主机总数,在此示例中为6。

We can also see that scan results are listed in the main windows. Live or up systems are colored as blue and down IP addresses are colored as red.
我们还可以看到扫描结果在主窗口中列出。 上线或下线的系统都显示为蓝色,向下的IP地址显示为红色。
Ping
is the transmission time takes to ping to IP address. If the IP address is not live it will be shown asn/a
.Ping
是对IP地址进行Ping所需的传输时间。 如果IP地址不存在,它将显示为n/a
。Hostname
is the hostname of the given IP address.Hostname
是给定IP地址的主机名。Ports
are the ports that are listening for connection and open.Ports
是正在监听连接和打开状态的端口。
添加更多模块,例如Mac地址,Mac供应商,带有提取程序的HTTP发送器(Add More Modules LikeMac Address, Mac Vendor, HTTP Sender with Fetchers)
In a default scan information like Ping
, Hostname
and Ports
are provided. If we want to get more information like Mac Address etc. we need to use Fetchers
. Take the following steps to open Fetchers
menu. Tools
->Fetchers
.
默认情况下,会提供诸如Ping
, Hostname
和Ports
类的信息。 如果我们想获取更多信息,例如Mac Address等,我们需要使用Fetchers
。 请按照以下步骤打开Fetchers
菜单。 Tools
-> Fetchers
。

We can see two ane where Selected fetchers
are currently active and Available fetchers
can be selected accordingly.
我们可以看到两个小事,其中“ Selected fetchers
程序”当前处于活动状态,“ Available fetchers
可以据此进行选择。
TTL
is used to print Time To Live information.TTL
用于打印生存时间信息。Filtered Ports
are used to print blocked ports.Filtered Ports
用于打印阻塞的端口。Web detect
is for web serversWeb detect
适用于Web服务器HTTP Sender
HTTP Sender
Comments
Comments
NetBIOS Info
NetBIOS Info
MAC Address
MAC Address
MAC Vendor
MAC Vendor
Packet Loss
Packet Loss
指定要扫描的端口 (Specify Ports To Scan)
We can specify the ports we want to scan. We will open the Ports
tab from the Tools
->Preferences
->Ports
menu. We will put the ports we want to scan by delimiting with comma.
我们可以指定要扫描的端口。 我们将从Tools
-> Preferences
-> Ports
菜单中打开Ports
选项卡。 我们将用逗号分隔放置要扫描的端口。

列出特定的IP地址信息(List Specific IP Address Information)
Scan results are listed in the main pain. We can get more information about the specific IP address by double click on it. In this example, we will double click on the line 192.168.142.1
which will open the IP Address Details
windows like below.
扫描结果列在主要的痛苦中。 双击可以获取有关特定IP地址的更多信息。 在此示例中,我们将双击192.168.142.1
行,这将打开如下所示的IP Address Details
窗口。

导出扫描结果(Export Scan Results)
We can export existing scan results from the Scan
->Export all
menu which will open a Save Dialog box with different
我们可以从“ Scan
->“ Export all
菜单中导出现有的扫描结果,这将打开一个保存对话框,其中包含

We can specify the file extension or type. Here is them.
我们可以指定文件扩展名或类型。 这是他们。
*.txt
orText File
is a regular ASCII file.*.txt
或Text File
是常规ASCII文件。*.csv
orComma-separated File
is a structured file.*.csv
或Comma-separated File
是结构化文件。*.xml
orXML File
is a specially structured tagged file.*.xml
或XML File
是一种特殊结构的标记文件。IP: Port List
is a simple list that contains IP and port information by separating the colon.IP: Port List
是一个简单的列表,其中通过分隔冒号来包含IP和端口信息。

从文件加载扫描结果(Load Scan Results From File)
If we have saved the scan results into a file. We can load these results with the Angry IP Scanner from the Scan
->Load from file
menu. We will select the scan result named MyScan.txt
like below.
如果我们已将扫描结果保存到文件中。 我们可以从[ Scan
-> [ Load from file
选单中,使用[愤怒的IP扫描器]载入这些结果。 我们将选择如下所示的名为MyScan.txt
的扫描结果。

愤怒的IP扫描仪替代品(Angry IP Scanner Alternatives)
Even Angry IP Scanner is a very useful tool there are different alternatives. Some alternatives are more complex, provide more features, have more reporting features, etc. Below we will compare the Angry IP Scanner with its alternatives like Nmap, Netcat, Zmap, Wireshark, etc.
甚至愤怒的IP扫描仪也是一个非常有用的工具,也有其他选择。 一些替代方案更复杂,提供更多功能,具有更多报告功能等。下面,我们将比较Angry IP扫描仪与其替代方案,例如Nmap,Netcat,Zmap,Wireshark等。
SolarWinds Port Scanner
is a free tool provided by SolarWinds. SolarWinds Port Scanner has a better GUI than the Angry IP scanner and has some auto features like your current subnet and suggested range scan. It is only available for Windows operating systems like Windows 7, Windows 8, Windows 10, Windows Server 2012/2016/2019.
SolarWinds Port Scanner
是SolarWinds提供的免费工具。 SolarWinds Port Scanner具有比Angry IP扫描仪更好的GUI,并且具有一些自动功能,例如您当前的子网和建议的范围扫描。 它仅适用于Windows操作系统,例如Windows 7,Windows 8,Windows 10,Windows Server 2012/2016/2019。

Nmap
is the king of the network scanning and security. Nmap is created as a command-line tool and provides a lot of different features which makes Nmap a lot superior to Angry IP Scanner. But Nmap does not provide easy usage without a GUI. Nmap is also an open-source and cross-platform tool that is provided for Windows, Linux, MacOSX, Unix, Android, etc. Zenmap
is a GUI version for Nmap where it provides the same and more features against Angry IP Scanner.
Nmap
是网络扫描和安全性之王。 Nmap被创建为命令行工具,并提供了许多不同的功能,这使Nmap大大优于Angry IP Scanner。 但是,如果没有GUI,Nmap不会提供简便的用法。 Nmap还是为Windows,Linux,MacOSX,Unix,Android等提供的开源和跨平台工具Zenmap
是Nmap的GUI版本,在此版本中,Angry IP Scanner提供了相同且更多的功能。

Lansweeper
is not direct alternative to the Angry IP scanner but provides some related features.
Lansweeper
并不能直接替代Angry IP扫描仪,但是提供了一些相关功能。
Netcat
is a very simple tool even simpler from Angry IP Scanner. Netcat mainly used to ping remote port or port range and create some connection and shell between two hosts via a network connection. It is simple command-line based tool.
Netcat
是一个非常简单的工具,甚至比Angry IP Scanner更简单。 Netcat主要用于ping远程端口或端口范围,并通过网络连接在两个主机之间创建一些连接和外壳。 这是基于命令行的简单工具。
Zmap
is similar to the Nmap with less features. Currently it is provided as command line interface.
Zmap
与Nmap相似,但功能较少。 当前,它作为命令行界面提供。
Wireshark
is a passive network capture and analysis tool. Angry IP scanner and Wireshark works very differently even they provide some similar information.
Wireshark
是一种被动网络捕获和分析工具。 愤怒的IP扫描程序和Wireshark的工作方式大不相同,即使它们提供了一些类似的信息。
翻译自: https://www.poftut.com/how-to-download-install-and-use-angry-ip-scanner-tutorial/