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
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.
HTTPS is working against my nginx server however I tried against apache and received the following response:
Need to investigate what our request is doing and compare to standard.