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

Make changes to the setup.py originally suggested by @MohitS10 #83

Closed ccsplit closed 6 years ago

ccsplit commented 6 years ago

Going off of #73, I used it as a base in order the default wordlist work in situations where it is installed as a .egg/zip instead of a folder. Also worked on getting the install to properly install all of the dependencies when running python setup.py install. The tests can also be ran by simply running python setup.py test which will use pytest-runner in order to run the current tests.

Note: These changes have been partially tested on linux.

codingo commented 6 years ago

Not ignoring this but been a bit snowed. Hoping to get some time to review before the end of the week.

codingo commented 6 years ago

Testing this now - do you mind resolving this with master and then we can merge @ccsplit?

ccsplit commented 6 years ago

@codingo, sure. I'll try to get it done by tomorrow at the latest.

ccsplit commented 6 years ago

@codingo, wanted to let you know I have resolved the merge conflicts.