Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nmap --script smb-enum-shares.nse -p445 <host>
- sudo nmap -sU -sS --script smb-enum-shares.nse -p U:137,T:139 <host>
- #try user name and password
- sudo nmap -sU -sS --script smb-enum-shares.nse -p U:137,T:139 --script-args smbusername=<user>,smbpassword=<password> --open <host>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement