Enumeration
Just a cheatsheet
Living off the land
Powershell
# Get history
Get-Content $env:APPDATA\Microsoft\Windows\Powershell\PSReadline\ConsoleHost_history.txt
# Check WinDef
Get-MpComputerStatus WMI
# Domain and domain controller infor
wmic ntdomain list /format:list
# Local and domain account logon device
wmic useraccount list /format:list Net
Command
Description
Windows Tools
ActiveDirectory PowerShell Module
PowerView
Command
Description
SharpView
SharpHound
ADRecon
Linux Tools
bloddhound-python
Last updated