Provide rapid-access command references for common penetration testing tasks including directory busting, DNS enumeration, host discovery, service scanning, and password brute forcing. This skill serves as a quick reference for CTFs and penetration testing engagements.
| A | IPv4 address | | AAAA | IPv6 address | | MX | Mail servers | | NS | Name servers | | TXT | Text records | | CNAME | Canonical name | | SOA | Start of authority |
| /usr/share/wordlists/dirb/common.txt | Common directories | | /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt | Medium directory list | | /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt | Subdomains | | /usr/share/wordlists/rockyou.txt | Passwords |
This skill should be used when the user asks to "perform quick enumeration", "run directory busting", "enumerate DNS", "discover live hosts", "brute force passwords", or "needs a pentest cheat sheet". It provides rapid reference commands for penetration testing. Source: zebbern/secops-cli-guides.