SMB (139 / 445)
1. Identify SMB Version
sudo nmap -p 139,445 -sV -Pn <IP>
tcpdump -i tun0 port <Port> and src <IP> -s0 -A -n 2>/dev/null & crackmapexec smb <IP> --shares --port <Port> 1>/dev/null 2>/dev/null2. Common Scans/Enumeration
nmap
enum4linux
smbclient
smbget
crackmapexec
nxc
impacket
hydra
Refer to https://github.com/3ndG4me/AutoBlue-MS17-010, for a reverse shell via MS17-010 exploit
Last updated