Update README.md

This commit is contained in:
Joe Totes
2022-08-08 22:33:17 -04:00
committed by GitHub
parent fa63587a26
commit 9c1f1fcaf0

View File

@@ -257,10 +257,14 @@ smbclient -N \\\\{TARGET_IP}\\{SHARE} -U Administrator
# Usage # Usage
evil-winrm -i {IP ADDRESS} -u {USERNAME} -p {PASSWORD} evil-winrm -i {IP ADDRESS} -u {USERNAME} -p {PASSWORD}
# Upload a File from client => server in current directory
upload {FILE.exe}
# Note: Requires credentials # Note: Requires credentials
# {IP ADDRESS}: IP Address of the Server # {IP ADDRESS}: IP Address of the Server
# {USERNAME}: User Authentication # {USERNAME}: User Authentication
# {PASSWORD}: Password Authentication # {PASSWORD}: Password Authentication
# {FILE.exe}: File to be uploaded from client machine
``` ```
<br /> <br />