This file contains hidden or 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
    
  
  
    
  | '''MS15-034 Checker based on the test script posted by BF / Beyondtrust on Pastebin.com | |
| http://pastebin.com/raw.php?i=ypURDPc4 with SSL added''' | |
| import socket, ssl | |
| import random | |
| from optparse import OptionParser | |
| options = OptionParser(usage='%prog server [options]', description='Test for MS15-034 Overflow in http.sys') | |
| options.add_option('-p', '--port', type='int', default=443, help='TCP port to test (default: 443)') |