Active - Hackthebox.eu
One of the first boxes that I did that actually requires me to attack Active Directory components (hence the name). Really learned a lot of new techniques. Lets jump in! Enumeration As always, we start with our default nmap scan: [bash] nmap -sC -sV -p- -oA initial 10.10.10.…