Windows Commands
Windows Commands
ipconfig /all
1 ipconfig Displays IP configuration information
ipconfig /?
in/harunseker/ 2
34 tree Displays directory structure graphically tree C:\
net
43 Manages local groups net localgroup Administrators
localgroup
in/harunseker/ 3
wmic os get
name,version,buildnumber
This retrieves basic OS information.
Software inventory:
wmic product get name,version
This lists installed software.
Evasion technique:
wmic process where
name="antivirus.exe" delete
Attackers may try to terminate security
software.
in/harunseker/ 4
59 devmgmt.msc Opens Device Manager devmgmt.msc
in/harunseker/ 5