TryHackMe: Attacktive Directory ??? Walkthrough

Welcome! It is time to look at the Attacktive Directory room of THM. I am making these walkthroughs to keep myself motivated to learn cyber security, and ensure that I remember the knowledge gained by THMs rooms.
Join me on learning cyber security. I will try and explain concepts as I go, to differentiate myself from other walkthroughs.

Room URL: https://tryhackme.com/room/attacktivedirectory

Task 1 (Deploy the machine)

I assume you have tried this before. Start up the machine on THM, and start up your Kali machine or AttackBox. Let’s move on.

Task 2 (Setup)

The only thing to do here is installing Impacket, Bloodhound and Neo4j.

In summary you need to take these steps:

git clone https://github.com/SecureAuthCorp/impacket.git /opt/impacket
pip3 install -r /opt/impacket/requirements.txt
cd /opt/impacket/ && python3 ./setup.py install

Read the instructions on THM if you need more help. If you use an AttackBox you are likely read to go!

Click Here