Active Directory Penetration Testing & THM VulnNet: Roasted
4 min readDec 28, 2021
Pentesting Windows Active Directory
MITRE ATT&CK Mapping
Enumeration
nmap 10.10.43.224 -vv -Pn
nmap -sV 10.10.43.224 -vv -Pn
SMB share enumeration
smbclient -L \\\\10.10.84.141\\
Let's grab all the text files.
smbclient -\\\\10.10.84.141\\VulnNet-Business-Anonymous
ls
mget *
smbclient -\\\\10.10.84.141\\VulnNet-Enterprise-Anonymous
ls