
Zombie Brute
- 23 installs
- 1.6k repo stars
- Updated July 19, 2026
- wgpsec/aboutsecurity
Helps with ai & agent building tasks during AI-assisted development.
About
zombie-brute is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- zombie-brute
- AI & Agent Building
- AI-coding skill
Zombie Brute by the numbers
- 23 all-time installs (skills.sh)
- +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #10,032 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wgpsec/aboutsecurity --skill zombie-bruteAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 23 |
|---|---|
| repo stars | ★ 1.6k |
| Last updated | July 19, 2026 |
| Repository | wgpsec/aboutsecurity ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
zombie 多协议暴力破解
zombie 专注于暴力破解的效率和覆盖面——支持 20+ 协议、内置智能字典生成、支持凭据喷洒模式(一个密码试所有用户,避免锁定)。
项目地址:https://github.com/chainreactors/zombie
基本用法
# SSH 暴力破解
zombie -i 10.0.0.1 -s ssh -u root -P passwords.txt
# 指定用户名和密码文件
zombie -i 10.0.0.1 -s ssh -U users.txt -P passwords.txt
# MySQL 暴力破解
zombie -i 10.0.0.1 -s mysql -u root -P passwords.txt
# Redis 未授权 + 密码检测
zombie -i 10.0.0.1 -s redis -P passwords.txt
# RDP 暴力破解
zombie -i 10.0.0.1 -s rdp -u administrator -P passwords.txt批量目标
# 从文件读取目标(每行 ip:port)
zombie -l targets.txt -s ssh -U users.txt -P passwords.txt
# 网段扫描 + 爆破
zombie -i 10.0.0.0/24 -s ssh -u root -p admin123
# 多协议同时爆破
zombie -i 10.0.0.1 -s ssh,mysql,redis,ftp -U users.txt -P passwords.txt凭据喷洒模式
凭据喷洒(一个密码试所有用户)比传统爆破(一个用户试所有密码)更安全——不容易触发账户锁定:
# 喷洒模式
zombie -i 10.0.0.0/24 -s smb -U domain_users.txt -p 'P@ssw0rd' --spray
# 多密码喷洒(每轮一个密码)
zombie -i 10.0.0.0/24 -s smb -U domain_users.txt -P top10.txt --spray并发与超时
# 调整并发线程(默认 10)
zombie -i 10.0.0.0/24 -s ssh -u root -P passwords.txt -t 50
# 超时设置(秒)
zombie -i 10.0.0.1 -s rdp -u admin -P passwords.txt --timeout 10
# 成功后停止
zombie -i 10.0.0.1 -s ssh -u root -P passwords.txt --stop-on-success支持的协议
SSH, FTP, MySQL, MSSQL, PostgreSQL, Redis, MongoDB, Memcached, SMB, RDP, VNC, SNMP, LDAP, SMTP, POP3, IMAP, HTTP-Basic, HTTP-Form, Telnet, Oracle
决策树
需要爆破什么?
├─ 单协议爆破 + 简单场景 → zombie / hydra 都行
├─ 多协议批量 + 大规模 → zombie(更快、协议更全)
├─ 域环境凭据喷洒 → zombie --spray 或 nxc
├─ 需要内网综合扫描+弱口令 → fscan(集成扫描+爆破)
└─ Web 表单爆破 → zombie / hydra / ffufRelated skills
AI & Agent Buildingagents