Initial Enumeration
System Enumeration
systeminfo- gives you a long list of system informationYou can grep this output as well, for example:
systeminfo | findstr /B /C:" OS Name" /C:"OS Version" /C:"System Type"
wmic qfe- Windows management instrumentation command line, returns information on the system we are running, specifically what has been patched and when it was patchedwmic logicaldisk get caption,description,providername- gets drive information
User Enumeration
whoamiwhoami /privwhoami /groupsnet user- shows user accounts on the machinenet localgroup GROUP_NAME
Network Enumeration
ipconfigarp -aroute printnetstat
Password Hunting
finstr /si password *.txt
AV Enumeration
sc query windefendsc queryex type= servicenetsh advfirewall firewall dumpnetsh firewall show state
Last updated