Update README.md

This commit is contained in:
Joe Totes
2022-09-06 11:45:34 -04:00
committed by GitHub
parent cf80a8b4fe
commit e022a22fa3

View File

@@ -485,6 +485,9 @@ ldapsearch -H ldap://{IP ADDRESS} -x -b "{DC NAMING CONTEXT}" '(objectClass=Pers
# Detect Share Permissions # Detect Share Permissions
smbmap -H {IP ADDRESS} smbmap -H {IP ADDRESS}
# smbmap authentication
smbmap -u '' -p '' -H {IP ADDRESS}
# Recursively show all readable files and shares # Recursively show all readable files and shares
smbmap -R {SHARE} -H {IP ADDRESS} --depth 10 smbmap -R {SHARE} -H {IP ADDRESS} --depth 10