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.
This pull request separates some responsibility from the main virtual_host_scanner() class for handling output. Print statements ended up remaining in virtual_host_scanner.scan() as I couldn't find a reliable way to raise events as items are found in realtime. If this was split out results wouldn't print until a scan is completed which would be bad for large wordlists.
This pull request separates some responsibility from the main virtual_host_scanner() class for handling output. Print statements ended up remaining in virtual_host_scanner.scan() as I couldn't find a reliable way to raise events as items are found in realtime. If this was split out results wouldn't print until a scan is completed which would be bad for large wordlists.