Update README.md

This commit is contained in:
Joe Totes
2022-09-01 13:28:20 -04:00
committed by GitHub
parent 18be7a56b9
commit 70ab9afc30

View File

@@ -427,6 +427,9 @@ smbclient -L {IP ADDRESS}
# Authenticate with local credentials # Authenticate with local credentials
smbclient -N \\\\{IP ADDRESS}\\{SHARE} smbclient -N \\\\{IP ADDRESS}\\{SHARE}
# Recursively show sub directories of share
smbclient \\\\{IP ADDRESS}\\{SHARE} -c 'recurse;ls'
# Authenticate with Administrator # Authenticate with Administrator
smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator smbclient -N \\\\{IP ADDRESS}\\{SHARE} -U Administrator