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.md
source content

Network Security Skills

Comprehensive network penetration testing skills organized by service category.

Categories

CategoryDescriptionSkills
ReconnaissanceNetwork discovery5
Layer 2 AttacksMITM, credential capture5
Auth ServicesSSH, RDP, Kerberos8
File ServicesSMB, NFS, FTP7
DatabasesSQL, NoSQL, cache11
EmailSMTP, POP3, IMAP3
InfrastructureDNS, SNMP, RPC6
ContainersDocker, Kubernetes3
Message QueuesMQTT, RabbitMQ, Kafka3
Industrial IoTICS/SCADA protocols4
VPN/TunnelingIPSec, pivoting2
Security AnalysisSSL/TLS, evasion3
WirelessWiFi attacks1
Other ServicesJava RMI, X11, VoIP5

Quick Reference

ServicePortQuick Check
SMB445
smbclient -L
SSH22
ssh -v
MySQL3306
mysql -u root
Redis6379
redis-cli info
Docker2375
docker -H