Awesome-omni-skill network
Network penetration testing skills for service exploitation and protocol attacks.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/testing-security/network" ~/.claude/skills/diegosouzapw-awesome-omni-skill-network && rm -rf "$T"
manifest:
skills/testing-security/network/SKILL.mdsource content
Network Security Skills
Comprehensive network penetration testing skills organized by service category.
Categories
| Category | Description | Skills |
|---|---|---|
| Reconnaissance | Network discovery | 5 |
| Layer 2 Attacks | MITM, credential capture | 5 |
| Auth Services | SSH, RDP, Kerberos | 8 |
| File Services | SMB, NFS, FTP | 7 |
| Databases | SQL, NoSQL, cache | 11 |
| SMTP, POP3, IMAP | 3 | |
| Infrastructure | DNS, SNMP, RPC | 6 |
| Containers | Docker, Kubernetes | 3 |
| Message Queues | MQTT, RabbitMQ, Kafka | 3 |
| Industrial IoT | ICS/SCADA protocols | 4 |
| VPN/Tunneling | IPSec, pivoting | 2 |
| Security Analysis | SSL/TLS, evasion | 3 |
| Wireless | WiFi attacks | 1 |
| Other Services | Java RMI, X11, VoIP | 5 |
Quick Reference
| Service | Port | Quick Check |
|---|---|---|
| SMB | 445 | |
| SSH | 22 | |
| MySQL | 3306 | |
| Redis | 6379 | |
| Docker | 2375 | |