Windows
Tips
Multiple Users
Temporary Account
DNS
# Normal DNS request
dig A @<ip> <domain>
# Get all available entries
dig any server.local @<DNS_IP>
# Zone transfer without domain
dig axfr @<DNS_IP>
# Zone transfer with domain
dig axfr @<DNS_IP> <DOMAIN>
# Subdomain scan
gobuster dns -d domain.local -t 25 -w <wordlist>
# Normal nmap scan
nmap -sSU -p53 --script dns-nsec-enum --script-args dns-nsec-enum.domains=paypal.com <domain>
# Metasploit
auxiliary/gather/enum_dnsAttacks
Zone Transfer
Ports
LDAP
Notes
Passwords in Result
Info Field
Ports
SMB
Enumeration
Ports
Kerberos
GetNPUsers.py
Kerberoasting
Cracking The Ticket
Troubleshooting
References
Ports
RPC
Enumeration
Establishing Connection
NIS
Ports
Analyse Office Files
Unzip
oletools
Last updated