Host Enumeration
Last updated
Last updated
# general info
systeminfo
# hostname
hostname
# operating system version
ver
# network information
ipconfig
# irp cache for checking recent interactions
arp /a# all user info
whoami /all
# domain/NetsBIOS name and username
whoami
# privileges
whoami /priv
# groups
whoami /groups# list all host users
net user
# list local groups
net localgroup
# list domain groups (only works on a DC)
net group# list resources
net share
net view