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
Pass the virtual_host_scanner constructor arguments as a dict #42
With the current implementation, adding a new input parameter is a three step process:
By receiving a dict directly as a constructor argument, steps 2 and 3 become unnecessary.