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

Added Output Normal Functionality #14

Closed codingo closed 7 years ago

codingo commented 7 years ago

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.