ESC8
NTLM Relay to AD CS HTTP Endpoints
Enumerate
Cmd > certutil.exe -enrollmentServerURL -config CA01.megacorp.local\CA01PS > Get-CertificationAuthority | select name,enroll* | fl$ for ip in `cat ~/ws/discover/hosts/ca.txt`; do curl -sSLkI -u 'MEGACORP\snovvcrash:Passw0rd!' --ntlm http://$ip/certsrv/certfnsh.asp | grep -e 401 -e 200 > /dev/null && echo "[+] $ip" || echo "[-] $ip"; doneExploit
ntlmrelayx
PKINITtools
Certipy
ADCSPwn
Last updated