Samba with Linux
Enumeration
-
# TCP
nmap $IP -sV -p 139,445
# UDP
nmap $IP -sU --top-port 25 --open
# Via scripts
nmap $IP -p 445 --script smb-os-discovery
Metasploit way
smb version
shares
nmblookup
rpcclient
enum4linux
# smbclient
Last updated