Yes, I stole these commands from the AD session powerpoint. If you don't know what that is, this message isnt for you :3
Enumerate SMB shares

nxc SMB <IP of domain controller> -u 'Guest' -p '' --shares # you can replace 'Guest' and '' with different credentials!

Connect to SMB shares

smbclient <//IP/ShareName> -U 'ValidUsername' # this will ask for a password. If guest account, leave blank

List users and metadata

nxc SMB <IP> -u 'valid username' -p 'valid pword' --users

List groups and metadata

nxc SMB <IP> -u 'valid username' -p 'valid pword' --groups








© 2025 EternallyBlue.