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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test cases for wordlists and STDIN

codingo opened this issue · comments

Now that we have some automated test cases in place it would be good to create some cases for the following scenarios to ensure good code coverage of the wordlist code:

  • STDIN only
  • STDIN + wordlist
  • No STDIN, default wordlist (no flags, will automatically select)
  • No STDIN, provided wordlist

These could be separate, or a single test case.

Resolved with #79