Catalog WADComs

WAD · Tool

SMBMap

3 techniques Linux · Windows · ActiveDirectoryWADComs GPL-3.0

SMBMap-Enum-File

Enumeration LinuxWindowsActiveDirectory

SMBMap is a tool used to enumerate SMB share drives, including listing share drive permissions, share contents, upload/download functionality, file name enumeration, and remote command execution. The following command will enumerate a list of SMB hosts for files and filenames containing the keyword 'password'. Command Reference: Domain: test.local SMB Hosts: smb-hosts.txt Username: john Password: password123

python3 smbmap.py --host-file smb-hosts.txt -u john -p 'password123' -d test.local -F password
Native
Enumeration
Requires
Username, Password
Services
SMB

SMBMap-Enum-Share-Anonymous

Enumeration LinuxWindowsActiveDirectory

SMBMap is a tool used to enumerate SMB share drives, including listing share drive permissions, share contents, upload/download functionality, file name enumeration, and remote command execution. The following command will enumerate a list of SMB hosts for accessible SMB shares, both local and mapped drives, without credentials (null session). Command Reference: Domain: test.local SMB Hosts: smb-hosts.txt

python3 smbmap.py --host-file smb-hosts.txt -d test.local -L
Native
Enumeration
Requires
No_Creds
Services
SMB

SMBMap-Enum-Share

Enumeration LinuxWindowsActiveDirectory

SMBMap is a tool used to enumerate SMB share drives, including listing share drive permissions, share contents, upload/download functionality, file name enumeration, and remote command execution. The following command will enumerate a list of SMB hosts for accessible SMB shares, both local and mapped drives, using valid credentials. Command Reference: Domain: test.local SMB Hosts: smb-hosts.txt Username: john Password: password123

python3 smbmap.py --host-file smb-hosts.txt -u john -p 'password123' -d test.local -L
Native
Enumeration
Requires
Username, Password
Services
SMB