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

HTTPS requests working with NGINX but may have an issue with Apache #67

Closed timkent closed 7 years ago

timkent commented 7 years ago

HTTPS is working against my nginx server however I tried against apache and received the following response:

b'<!DOCTYPE` HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">\n<html><head>\n<title>400 Bad Request</title>\n</head><body>\n<h1>Bad Request</h1>\n<p>Your browser sent a request that this server could not understand.<br />\n</p>\n</body></html>\n'

Need to investigate what our request is doing and compare to standard.

timkent commented 7 years ago

HTTPS is still busted - I've commented out the monkey patching code for now until I understand what is going on.