工具项目
文集大纲加载中……
小迪安全知识库
-
+
首页
综合渗透测试工具集
综合渗透测试工具集
# ICE V1.0 — 综合渗透测试工具集 项目地址:https://github.com/Ga047/ICE [](https://github.com/Ga047/ICE#ice-v10--%E7%BB%BC%E5%90%88%E6%B8%97%E9%80%8F%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7%E9%9B%86) > 一款基于 Windows 桌面端渗透测试工具箱,集成信息收集、武器库、工具箱、编码转换四大类共 18+ 子模块。 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/main_window.png) ### 信息收集 [](https://github.com/Ga047/ICE#%E4%BF%A1%E6%81%AF%E6%94%B6%E9%9B%86) **端口扫描** — 多目标端口探测与服务识别 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/port_scanner.png) **子域名挖掘** — DNS 字典爆破与解析 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/subdomain.png) **目录扫描** — Web 路径爆破与绕过 403 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/dir_scanner.png) **JSFinder** — JS 文件敏感信息提取 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/jsfinder.png) **指纹识别** — CMS / 框架 / 技术栈识别 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/fingerprint.png) **权重查询** — ICP 备案与 SEO 权重查询 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/weight_query.png) * * * ### 武器库 [](https://github.com/Ga047/ICE#%E6%AD%A6%E5%99%A8%E5%BA%93) **JWT 破解** — JWT Token 全功能工具 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/jwt_crack.png) **IP 归属地查询** — 批量 IP 定位 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/ip_lookup.png) **反弹 Shell** — 多平台反弹 Shell 命令生成器 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/reverse_shell.png) **常用命令** — 渗透测试命令速查 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/os_commands.png) **WebShell 集合** — 多语言 WebShell 速查 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/webshell.png) **文件下载** — 跨平台文件传输命令生成器 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/file_download.png) * * * ### 工具箱 [](https://github.com/Ga047/ICE#%E5%B7%A5%E5%85%B7%E7%AE%B1) **数据处理** — 25 种按行文本处理操作 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/data_processing.png) **社工字典生成** — 基于个人信息的密码字典生成 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/dict_generator.png) **弱密码查询** — 常见弱密码与设备默认口令 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/weak_password.png) **杀软识别** — 进程列表杀软识别 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/av_detection.png) * * * ### 编码转换 [](https://github.com/Ga047/ICE#%E7%BC%96%E7%A0%81%E8%BD%AC%E6%8D%A2) 独立的编码转换模块,支持 **32 种编码/加解密/哈希方法**。 [](https://github.com/Ga047/ICE/blob/master/resources/screenshots/codec.png) * * * ## 快速开始 [](https://github.com/Ga047/ICE#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B) ### 环境要求 [](https://github.com/Ga047/ICE#%E7%8E%AF%E5%A2%83%E8%A6%81%E6%B1%82) * Python 3.7+ * Windows 10/11 ### 安装与运行 [](https://github.com/Ga047/ICE#%E5%AE%89%E8%A3%85%E4%B8%8E%E8%BF%90%E8%A1%8C) # 克隆仓库 git clone https://github.com/Ga047/ICE.git cd ICE # 安装依赖 pip install -r requirements.txt # 运行 python ICE.py ## 更新日志 [](https://github.com/Ga047/ICE#%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97) ### V1.0 (2026-05-28) — 初始版本 [](https://github.com/Ga047/ICE#v10-2026-05-28--%E5%88%9D%E5%A7%8B%E7%89%88%E6%9C%AC) **信息收集**: * 端口扫描(多线程,TOP 100/1000/全端口,服务识别) * 子域名挖掘(多级字典,多 DNS 服务器) * 目录扫描(多级字典,403 绕过,状态码筛选) * JSFinder(敏感信息提取,自定义正则) * 指纹识别(Favicon/Cookie/Header 多维匹配) * 权重查询(ICP 备案 + 多平台 SEO 权重) **武器库**: * JWT 破解(解码/编码/校验/字典破解/时间戳转换) * IP 归属地批量查询 * 反弹 Shell 命令生成器(多语言/MSFVenom/HoaxShell/汇编Shellcode) * 常用渗透测试命令速查 * WebShell 脚本集合 * 文件下载命令生成器 **工具箱**: * 数据处理(25 种文本处理操作) * 社工字典生成器(15 字段多模式组合) * 弱密码查询(常见弱密码 + 设备默认口令) * 杀软识别(进程列表分析) **编码转换**: * 16 种编码转化(Base 系列 / URL / Unicode / 摩斯电码 / 进制转换) * 10 种加解密算法(AES / DES / 3DES / SM4 / RSA / SM2 / XOR / RC4 / Rabbit / HMAC) * 6 种哈希算法(MD5 / SM3 / SHA1 / SHA2 / SHA3 / NTLM) * * * ## 致谢 [](https://github.com/Ga047/ICE#%E8%87%B4%E8%B0%A2) 工具开发过程中参考了以下优秀项目和社区,在此一并感谢: 项目 说明 [TscanPlus](https://github.com/TideSec/TscanPlus) TideSec 团队的综合扫描工具 [mitan](https://github.com/kkbo8005/mitan) 密探渗透测试工具 [OneForAll](https://github.com/shmilylty/OneForAll) 功能强大的子域名收集工具 [dirsearch\_bypass403](https://github.com/lemonlove7/dirsearch_bypass403) 目录扫描与 403 绕过 [URLFinder](https://github.com/pingc0y/URLFinder) JS 敏感信息提取 [EHole](https://github.com/EdgeSecurityTeam/EHole) 红队重点攻击系统指纹识别 [未闻安全](https://forum.ywhack.com/) 安全技术交流社区 [渗透师](https://book.shentoushi.top/) 渗透测试学习资源 [Webshell](https://github.com/tennc/webshell) webshell收集项目 > 以上排名不分先后,感谢各位师傅的开源精神与知识分享! * * * ## 免责声明 [](https://github.com/Ga047/ICE#%E5%85%8D%E8%B4%A3%E5%A3%B0%E6%98%8E) **本工具仅供授权测试与学习研究使用,禁止用于非法用途。** 1. 使用本工具进行渗透测试时,使用者应确保已获得目标系统的合法授权。 2. 使用者应当遵守所在国家/地区的相关法律法规,任何未经授权的安全测试均属违法行为。 3. 若使用者将本工具用于非法目的,所造成的任何后果由使用者本人承担,与开发者无关。 4. 本工具中的反弹 Shell、WebShell 等功能模块仅用于授权渗透测试中的安全评估,请勿在非授权环境中使用。 5. 开发者不对因使用本工具而导致的任何直接或间接损失负责。 **请记住:未知攻,焉知防。学习攻击技术的目的是为了更好地防御。** * * * ## 交流 [](https://github.com/Ga047/ICE#%E4%BA%A4%E6%B5%81) 这个项目由个人完全用 Python 开发重构,代码和经验均在持续积累中。若遇到 Bug 或有更好的模块想法,欢迎各位师傅交流沟通: * **微信**:`bmzgyyyy` * **Issue**:欢迎在 [GitHub Issues](https://github.com/Ga0Y1u/ICE/issues) 中提出问题和建议 > 添加微信时请备注「ICE」,谢谢! ## About ICE 是一款面向渗透测试人员的综合工具集 ### Resources [Readme](https://github.com/Ga047/ICE#readme-ov-file) [Activity](https://github.com/Ga047/ICE/activity) ### Stars [**2** stars](https://github.com/Ga047/ICE/stargazers) ### Watchers [**0** watching](https://github.com/Ga047/ICE/watchers) ### Forks [**0** forks](https://github.com/Ga047/ICE/forks) [Report repository](https://github.com/contact/report-content?content_url=https%3A%2F%2Fgithub.com%2FGa047%2FICE&report=Ga047+%28user%29) ## [Releases 1](https://github.com/Ga047/ICE/releases) [ ICE 1.0版Latest 2 weeks ago ](https://github.com/Ga047/ICE/releases/tag/ICEV1.0) ## [Packages](https://github.com/users/Ga047/packages?repo_name=ICE) No packages published ## [Contributors1](https://github.com/Ga047/ICE/graphs/contributors) * [](https://github.com/Ga047)[**Ga047** Ga0Y1u](https://github.com/Ga047) ## Languages * [Python100.0%](https://github.com/Ga047/ICE/search?l=python) ## Footer [](https://github.com/)© 2026 GitHub, Inc. ### Footer navigation * [Terms](https://docs.github.com/site-policy/github-terms/github-terms-of-service) * [Privacy](https://docs.github.com/site-policy/privacy-policies/github-privacy-statement) * [Security](https://github.com/security) * [Status](https://www.githubstatus.com/) * [Community](https://github.community/) * [Docs](https://docs.github.com/) * [Contact](https://support.github.com/?tags=dotcom-footer) * Manage cookies * Do not share my personal information
xiaodi
2026年6月13日 16:10
271
0 条评论
转发
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
分享
链接
类型
密码
更新密码
有效期
Markdown文件
Word文件
PDF文档
PDF文档(打印)