๐ชAttacktive Directory
99% of Corporate networks run off of AD. But can you exploit a vulnerable Domain Controller?
Last updated
99% of Corporate networks run off of AD. But can you exploit a vulnerable Domain Controller?
Last updated
Room Attributes | Value |
---|---|
Subscription Required | False [Free] |
Type | Challenges (CTF) |
Difficulty | Medium |
Tags | Active Directory, AD, Kerberos, SMB |
The first four questions are part of a mini-walkthrough that cover getting access to the target machine. They all require no answer so just follow the steps to get connected to the VPN, deploy the machine and get hacking!
Impacket is a collection of Python classes for working with network protocols. Enter the following commands into your kali linux terminal to add the repo to your /opt/impacket folder and to install with python3:
sudo git clone
https://github.com/SecureAuthCorp/impacket.git
/opt/impacket
sudo pip3 install -r /opt/impacket/requirements.txt
cd /opt/impacket/
sudo pip3 install .
sudo python3 setup.py install