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
派生數696
提交數1.8k
已啟用問題?
問題數374
打開的問題數145
拉請求數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.

去到頂部