codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
GNU General Public License v3.0
1.2k stars 231 forks source link

Tarun Lalwani/Martijn Pieters supplied fix for SNI #81

Closed timkent closed 7 years ago

timkent commented 7 years ago

Incorporated urllib3 monkey patch fixes as per: https://stackoverflow.com/questions/46882276/monkey-patching-ssl-wrap-socket-in-python-requests-library-isnt-executing

Appears to send correct SNI now!

Closes #67.