Enumeration
Check source code
Service default creds
Don't forget to enum domain names (box.htb) and add to /etc/hosts
Apply wildcard service nse scripts at all discovered ports
Bust subdirs as well!
Check Server: header might have exploit for server technology
Active Directory:
If a user is found as Hope Sharp, try to create a user list as:
Hope
Sharp
H.sharp
Hope.s
Hopesharp
Use impacket GetADUsers to enum all users with valid creds
DNS:
Use nameserver (hostname of the target) to enumerate subdomains (add entry to /etc/hosts)
host -l nameserver IP
Zone transfer with dig
Check https versions of subdomain web pages
SMB:
Try to change client_min/client_max protocols if disconnect error (-m/--option, NT1)
Try to run NSE scripts
Enumerate version
RPCCLient:
rpcclient -U'user%pass' (or null) host
In prompt,
Enumdomusers
Enumprinters
Enum*
Shellshock:
Search for executable extensions (py,php,pl,sh,cgi,rb) inside /cgi-bin/
Last updated