From 9c1f1fcaf0935af757087a4eb70d935584e4fd43 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:33:17 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 16da88c..b0a39b3 100644 --- a/README.md +++ b/README.md @@ -257,10 +257,14 @@ smbclient -N \\\\{TARGET_IP}\\{SHARE} -U Administrator # Usage evil-winrm -i {IP ADDRESS} -u {USERNAME} -p {PASSWORD} +# Upload a File from client => server in current directory +upload {FILE.exe} + # Note: Requires credentials # {IP ADDRESS}: IP Address of the Server # {USERNAME}: User Authentication # {PASSWORD}: Password Authentication +# {FILE.exe}: File to be uploaded from client machine ```