enumeration tools

Accesschk.exe

> accesschk.exe /accepteula -flag [FLAG]
# -u: suppress errors | -q: quiet; no banner | -v: verbose

# -w: write access objects only
# -c: windows service <>
# -d: directory <>
# -k: registry key <>

icacls

> icacls [FILE|DIR] [FLAG]
# /T - traverse all dir and files within the folder
# /grant USER:PERM
# /setowner USER

wmic

Enumeration Script for wmic: fuzzysecurity.com/tutorials/wmic_info.rar

Service Cmds

Last updated

Was this helpful?