Initial Enumeration
System Enumeration
systeminfo

Enumerating Quick Fixes


Enumerate Drives

User Enumeration

Current User Privileges

Current User Groups

Users on Current Machine

Details about a single user including group memberships

Enumerate Groups

Check the members of a group

Network Enumeration
Check arp table

Check Routing Table

Check Open Ports

AV and Firewall Enumeration

List all services
This lists all active services on the machine, including their process IDs (PIDs) and status. We can manually check if some antivirus is running on target.
Firewall Enumeration
Displays or "dumps" the entire current configuration and rule set of the Windows Defender Firewall.
If it does not work use the older command.
netsh: A command-line utility that allows you to display or modify the network configuration of a computer that is currently running.firewall: Enters the context for managing the Windows Firewall.show state: Specifically requests the current operational status of the firewall.


Last updated