Exfiltration
Don't mis any data
PoC
cat proof.txt && whoami && hostname && ip addrcat local.txt && whoami && hostname && ip addrtype proof.txt && whoami && hostname && ipconfigtype local.txt && whoami && hostname && ipconfigCatch the Flag
dir "\proof*.txt" /s
PS> gci -recurse -inculde FILENAME*gci -path . -recurse -ea SilentlyContinue -Include *.txt,*.ini,*.yml,*.xml,*.ps1,*.cfg |select-string passDump Active Directory with PS
Dump with dump.exe

Dump with Mimikatz
Bypass LSA Protection
Bypass AV and LSA
[Important to start first] Test Mimikatz
Password / hashes
Escalate privilege using NTLM Hash
DCsync (Priviledge Escalation AD)
[recommended to start] Elevate shell integrity
DCshadow
Attack DCshadow and DCsync (persistence domain admin / AD Attribute Takeover)
Golden / Silver Ticket
Kerberos Skeleton key
Get DNS Zone
Last updated