TryHackMe: Attacktive Directory — Walkthrough
<p>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.<br />
Join me on learning cyber security. I will try and explain concepts as I go, to differentiate myself from other walkthroughs.</p>
<p>Room URL: <a href="https://tryhackme.com/room/attacktivedirectory" rel="noopener ugc nofollow" target="_blank">https://tryhackme.com/room/attacktivedirectory</a></p>
<h1>Task 1 (Deploy the machine)</h1>
<p>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.</p>
<h1>Task 2 (Setup)</h1>
<p>The only thing to do here is installing Impacket, Bloodhound and Neo4j.</p>
<p>In summary you need to take these steps:</p>
<pre>
git clone https://github.com/SecureAuthCorp/impacket.git /opt/impacket
pip3 install -r /opt/impacket/requirements.txt
cd /opt/impacket/ && python3 ./setup.py install</pre>
<p>Read the instructions on THM if you need more help. If you use an AttackBox you are likely read to go!</p>
<p><a href="https://medium.com/@JAlblas/tryhackme-attacktive-directory-walkthrough-96f926eca20f"><strong>Click Here</strong></a></p>