awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
angryip avatar

angryip/ipscan

0
View on GitHub↗
5,017 星标·821 分支·Java·GPL-2.0·10 次浏览angryip.org↗

Ipscan

ipscan 是一个跨平台网络审计工具和基于 Java 的网络扫描器,用于发现联网设备并导出扫描结果。它充当 IP 地址范围扫描器和 TCP/UDP 端口扫描器,以识别网络上的活动主机和开放服务。

该应用程序具有基于插件的获取器架构,允许集成自定义数据收集获取器,以从发现的主机中检索特定的硬件或软件信息。

其更广泛的功能包括本地网络发现、网络端口审计以及网络资产清单的创建。用户可以通过具有高密度屏幕缩放功能的图形用户界面或通过用于自动化扫描的命令行界面与软件进行交互。

Features

  • Local Network Discovery - Identifies active devices and hosts on a local network by scanning specified IP address ranges.
  • Port Scanning - Identifies active devices and open ports across a range of network addresses.
  • Host Information Collections - Retrieves detailed hardware and software information from discovered network hosts using custom fetchers.
  • Cross-Platform Networking - Provides a consistent network auditing and device discovery application across different operating systems.
  • IP Address Probing - Probes local or internet addresses using ranges and lists to identify active hosts.
  • IP Reachability Scanners - Pings specified ranges of IP addresses to map active network nodes.
  • Network Scanners - Performs high-performance probing of network address spaces and port ranges to identify active hosts.
  • Port Scanners - Probes specific TCP and UDP transport layer ports to determine the reachability of remote hosts.
  • TCP Connectivity Probes - Identifies active hosts and open services by attempting to establish raw TCP connections via sockets.
  • Service Availability Audits - Checks for open ports on multiple IP addresses to verify service availability and security configurations.
  • Plugin-Based Architectures - Features a modular architecture that allows extending host data collection via external plugins.
  • Network Probing Thread Pools - Employs a multi-threaded pool of worker threads to probe multiple IP addresses and ports simultaneously.
  • Network Host Data Fetchers - Allows the integration of custom fetchers to retrieve specialized hardware or software information from discovered hosts.
  • Scan Result Exporters - Exports discovered network assets and scan results into structured file formats for external analysis.
  • Command Line Interfaces - Provides a command line interface for automated network scanning and task management without a GUI.
  • Security Asset Inventories - Creates structured repositories of discovered network assets for documentation and security analysis.
  • Terminal-Based Network Scanning - Enables the automation of IP and port probing through a terminal interface.
  • Swing-Based UI Frameworks - Provides a cross-platform desktop user interface built with the Java Swing toolkit.

Star 历史

angryip/ipscan 的 Star 历史图表angryip/ipscan 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

angryip/ipscan 是做什么的?

ipscan 是一个跨平台网络审计工具和基于 Java 的网络扫描器,用于发现联网设备并导出扫描结果。它充当 IP 地址范围扫描器和 TCP/UDP 端口扫描器,以识别网络上的活动主机和开放服务。

angryip/ipscan 的主要功能有哪些?

angryip/ipscan 的主要功能包括:Local Network Discovery, Port Scanning, Host Information Collections, Cross-Platform Networking, IP Address Probing, IP Reachability Scanners, Network Scanners, Port Scanners。

angryip/ipscan 有哪些开源替代品?

angryip/ipscan 的开源替代品包括: nmap/nmap — Nmap is a command-line network security scanner and reconnaissance framework designed for infrastructure mapping and… robertdavidgraham/masscan — Masscan is a command-line network scanner designed for large-scale discovery and infrastructure reconnaissance. It… jaykali/maskphish — Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network… projectdiscovery/naabu — Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to… lcvvvv/kscan — kscan is a network security scanner and service fingerprinter used to discover active hosts and open ports. It… samsar4/ethical-hacking-labs — Ethical-Hacking-Labs is a comprehensive cybersecurity training curriculum and lab suite designed for learning…

Ipscan 的开源替代方案

相似的开源项目,按与 Ipscan 的功能重合度排序。
  • nmap/nmapnmap 的头像

    nmap/nmap

    13,065在 GitHub 上查看↗

    Nmap is a command-line network security scanner and reconnaissance framework designed for infrastructure mapping and security auditing. It functions as a packet crafting utility that probes target systems to identify active hosts, detect open ports, and determine the services and operating systems running on a network. The tool distinguishes itself through its ability to perform raw socket packet injection and stateful connection tracking, allowing it to bypass standard operating system networking stacks. It utilizes an asynchronous concurrency model to manage large-scale network scans and em

    Casynchronousc-plus-pluslibpcap
    在 GitHub 上查看↗13,065
  • robertdavidgraham/masscanrobertdavidgraham 的头像

    robertdavidgraham/masscan

    25,355在 GitHub 上查看↗

    Masscan is a command-line network scanner designed for large-scale discovery and infrastructure reconnaissance. It identifies open ports across specific network segments or the entire internet by probing vast address ranges with high efficiency. The tool functions as an asynchronous packet engine, bypassing standard operating system kernel networking stacks to transmit raw packets directly from application memory. The project distinguishes itself through a specialized architecture that manages millions of concurrent connections by separating packet transmission and reception into independent

    C
    在 GitHub 上查看↗25,355
  • jaykali/maskphishjaykali 的头像

    jaykali/maskphish

    3,020在 GitHub 上查看↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Shellhackhackinghacking-tool
    在 GitHub 上查看↗3,020
  • projectdiscovery/naabuprojectdiscovery 的头像

    projectdiscovery/naabu

    5,766在 GitHub 上查看↗

    Naabu is a port scanner library and tool that probes hosts for open ports using SYN, CONNECT, and UDP methods to identify active services. It functions as a Go library for embedding port scanning into programs, and as a standalone tool that accepts targets as hostnames, IP addresses, CIDR ranges, or ASN numbers. The tool discovers live hosts before scanning, filters ports by range or top lists, and can integrate with Nmap for service version detection. The project distinguishes itself through its SYN-based port probing approach that sends TCP SYN packets and analyzes responses without complet

    Gocdn-exclusionhacktoberfestnmap
    在 GitHub 上查看↗5,766
查看 Ipscan 的所有 30 个替代方案→