Angry IP Scanner

Angry IP Scanner -- 快速友好的网络扫描仪。(Angry IP Scanner - fast and friendly network scanner.)

  • 所有者: angryip/ipscan
  • 平台: Linux, Mac, Windows
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Angry IP Scanner(或简称ipscan)是一种开源和跨平台的网络扫描仪,设计快速且易于使用。 它扫描IP地址和端口以及许多其他功能。

它被网络管理员和世界各地的好奇用户广泛使用,包括大小企业,银行和政府机构。

它可以在Linux、Windows和Mac OS X上运行,也可能支持其他平台。

特征
  • 扫描本地网络以及Internet
  • IP范围,随机或任何格式的文件
  • 将结果导出为多种格式
  • 与许多数据提取器可扩展
  • 提供命令行界面
  • 下载量超过2300万
  • 免费和开源
  • 适用于Windows、Mac和Linux
  • 不需要安装

概览

名称与所有者angryip/ipscan
主编程语言Java
编程语言Makefile (语言数: 6)
平台Linux, Mac, Windows
许可证GNU General Public License v2.0
发布数64
最新版本名称3.9.1 (发布于 )
第一版名称1.81 (发布于 )
创建于2011-06-28 20:58:48
推送于2023-12-29 04:24:31
最后一次提交2023-10-10 22:23:26
星数3.9k
关注者数216
派生数701
提交数1.8k
已启用问题?
问题数376
打开的问题数147
拉请求数41
打开的拉请求数5
关闭的拉请求数20
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Angry IP Scanner

This is the source code of Angry IP Scanner, licensed with GPL v2. Official site

The code is written mostly in Java (currently, source level 1.8).
IntelliJ IDEA is recommended for coding (Community Edition is fine).

Projects supports building for Linux, Windows and Mac OS X.

Building Actions Status

Use Gradle for building a package for your desired platform:

./gradlew or make in the project dir for the list of available targets.

./gradlew current would build the app for your current platform

The resulting binaries will be put into the build/libs directory.
Run jar files with java -jar <jar-file>.

Deb and rpm packages can only be built on Linux (tested on Ubuntu).
Building of Windows installer can be done on Linux as well.

./gradlew all will build packages for all OS (tested on Ubuntu only, see dependencies below).

Dependencies

On Ubuntu install the following packages:

sudo apt install openjdk-11-jdk rpm fakeroot wine-stable

Note: wine is needed for building of Windows installer.

Install OpenJDK on other platforms as you usually do it.

去到顶部