Update README.md

This commit is contained in:
Joe Totes
2022-09-06 08:14:01 -04:00
committed by GitHub
parent d604951ac6
commit 1fe5d25cd6

View File

@@ -482,6 +482,9 @@ ldapsearch -H ldap://{IP ADDRESS} -x -b "{DC NAMING CONTEXT}" '(objectClass=Pers
# About: Used to connect to SMB # About: Used to connect to SMB
# Download: Pre-installed on Kali Linux # Download: Pre-installed on Kali Linux
# Detect Share Permissions
smbmap -H {IP ADDRESS}
# Usage # Usage
# List all SMB Shares # List all SMB Shares
smbclient -L {IP ADDRESS} smbclient -L {IP ADDRESS}