This will enumerate shares and its permissions
smbmap -H 10.129.14.128
# Recursive it will show the files in the notes directory smbmap -H 10.129.14.128 -r notes
smbmap -H 10.129.14.128 --download "notes\note.txt"
smbmap -H 10.129.14.128 --upload test.txt "notes\test.txt"
smbmap -u forend -p Klmcargo2 -d INLANEFREIGHT.LOCAL -H 172.16.5.5
# It will recursive the department share and all of its directory smbmap -u forend -p Klmcargo2 -d INLANEFREIGHT.LOCAL -H 172.16.5.5 -R 'Department Shares' --dir-only
Last updated 10 months ago