SMB - 445
smbmap -H 10.10.10.100
[+] IP: 10.10.10.100:445 Name: 10.10.10.100
Disk Permissions Comment
---- ----------- -------
ADMIN$ NO ACCESS Remote Admin
C$ NO ACCESS Default share
IPC$ NO ACCESS Remote IPC
NETLOGON NO ACCESS Logon server share
Replication READ ONLY
SYSVOL NO ACCESS Logon server share
Users NO ACCESS smbclient -N //10.10.10.100/ReplicationReplication/
└── Policies/
└── {GUID}/
├── GPT.INI # Defines the Group Policy Template version
├── Machine/ # Contains machine-specific policies
│ ├── Registry.pol # Registry settings for the machine
│ ├── Scripts/ # Startup/shutdown scripts
│ ├── Preferences/ # Group Policy Preferences settings
├── User/ # Contains user-specific policies
│ ├── Registry.pol # Registry settings for the user
│ ├── Scripts/ # Logon/logoff scripts
│ ├── Preferences/ # User-specific preferences
├── ADM/ # Administrative Templates (older GPOs)
├── GPT.CACHE/ # Cached policy settings
└── GPO.XML # XML representation of the policy (newer versions)Last updated