abuse
Linux
Enumeration
sudo nmap 10.128.14.129 -sVC -p139,445Anonymous login check
smbclient -N -L //10.10.10.10smbmap -H 10.10.10.10 -r notes
smbmap -H 10.10.10.10 --download "notes\note.txt
smbmap -H 10.10.10.10 --upload "notes\test.txtrpcclient -U '%' 10.10.10.10
enumdomusersBrute-force and password spray attack
crackmapexec smb "$ip" -u /tmp/userlist.txt -p 'Company01!' --local-authTools
Forced authentication attacks
Windows
Remote dir listening (CMD)
Remote dir listening (powershell)
Find specific item
Last updated