SMB - 139, 445
Server Connection
smbmap
$ smbmap -H $ip
$ smbmap -u <user> -H $ipsmbclient
$ smbclient -L $ip
$ smbclient -N -L //10.10.10.4Scanning Vul
$ ls -l /usr/share/nmap/scripts/smb*
$ nmap -p 139,445 --script smb-vul* $ipSMB Enum
Guess Server's Version
Mount Access
smbclient
nbtscan
Enum4linux
rpcclient
SMB Common Commands
Last updated
Was this helpful?