SystemVll/hgrab-framework

GitHub: SystemVll/hgrab-framework

一款轻量级软件指纹抓取框架,可与 zmap/masscan 配合实现大规模网络资产中特定软件实例的快速识别。

Stars: 10 | Forks: 2

# Hgrab ### 补充信息 - 不会占用过多带宽 - 支持多种软件 ### 安装 在服务器上安装该应用 ``` user@domain:~# git clone https://github.com/SystemVll/hgrab.git user@domain:~# cd ./hgrab/ user@domain:~# pip3 install requests user@domain:~# mkdir ./scan-output/ user@domain:~# cat ./your-file.txt | python3 ./main.py ``` ## 帮助横幅 ``` Usage: main.py -h, --help display this help -v, --version print version information -ls --list list of available software for scanning ``` ## 可用软件(我们将在未来添加自定义查询) ``` Known software for scanning : vmware-vcenter - VMWare vCenter is a web application that provides a unified interface for managing a virtualized environment. apache-nifi - Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. confluence - Atlassian Confluence is a Team Workspace Where Knowledge & Collaboration Meet. gitlab - GitLab that is used for version control and project management. unifi - Ubiquiti Unifi is a powerful wifi repeater. wso2 - WSO2's first product was code-named Tungsten, and was meant for the development of web applications. laravel - Laravel is a PHP web application framework with expressive, elegant syntax. bitbucket - Bitbucket is a web-based version control repository hosting service owned by Atlassian. zimbra - Zimbra is a web-based email and collaboration platform developed by Synacor. ``` ### 使用 hgrab 结合 **zmap** 扫描 **tcp/443** 上的 vmware-vcenter 目标 `zmap -p 443 | python3 ./main.py http 443 vmware-vcenter` ![image](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/d02425c3a5060238.png)
标签:C2日志可视化, Python, 指纹识别, 插件系统, 数据统计, 无后门, 端口扫描, 资产测绘, 逆向工具