📁

SMB

Tags

Share Enumeration

nxc smb <ip> -u '' -p '' --shares
list shares
nxc smb <ip> -u '' -p '' -M spider_plus --share 'sharename'
dig through each readable share on the host and list all readable files
smbmap -u <user> -p <pass> -d <domain> -H <ip>
enum buncha stuff
smbmap -u <user> -p <pass> -d <domain> -H <ip> -R 'sharename' --dir-only
Recursive List Of All Directories