Update README.md

This commit is contained in:
Joe Totes
2022-08-03 21:46:27 -04:00
committed by GitHub
parent 8132d491de
commit b16dffa135

View File

@@ -239,7 +239,7 @@ smbclient -L {TARGET_IP}
smbclient -N \\\\{TARGET_IP}\\{SHARE} smbclient -N \\\\{TARGET_IP}\\{SHARE}
# Authenticate with Administrator # Authenticate with Administrator
smbclient -N \\\\{TARGET_IP}\\{SHARE} -u Administrator smbclient -N \\\\{TARGET_IP}\\{SHARE} -U Administrator
``` ```
<br /> <br />