Attacktive Directory
Walkthrough
Setup
Installing Impacket
git clone https://github.com/SecureAuthCorp/impacket.git /opt/impacket
pip3 install -r /opt/impacket/requirements.txt
cd /opt/impacket/ && python3 ./setup.py installInstalling Bloodhound and Neo4j
apt install bloodhound neo4jInstalling kerbrute
git clone https://github.com/ropnop/kerbrute.git
cd kerbrute/
make allusername and password custom lists for this machine
Welcome to Attacktive Directory
Initial Scan


Scan all ports

netbios-ssn port 139 & microsoft-ds port 445

Enumerating Users via Kerberos port 88

Abusing Kerberos


Back to the Basics
netbios-ssn port 139 & microsoft-ds port 445



Elevating Privileges within the Domain - WinRM port5985
Flag Submission PaneLogin as Administrator
Last updated