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.19k stars 231 forks source link

Add verbose mode (-v --verbose) #11

Closed codingo closed 6 years ago

codingo commented 7 years ago

At the moment feedback is cluttered when the scanner encounters a catch-all scenario. Proposal is to update it to track "Found x/y items" or a similar implementation unless verbose flag is added to the query in which case vhostscan will output all results as they are discovered.

Regardless, all results will be output to output results so a refactor of how the class passes and handles results will need to be completed first.

codingo commented 6 years ago

After using the tool for a while I think this is largely unnecessary. If a future visitor finds this and sees value (super large wordlists?) feel free to re-open with justification.