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

Python3 Refactoring (first phase) #105

Closed linted closed 5 years ago

linted commented 5 years ago

Updates to get the repo closer to python3 standards.

codingo commented 5 years ago

Will review this on Monday. Appreciated change!

linted commented 5 years ago

Yeah, fixing the pep8 issues. That was the one think I forgot to check.

codingo commented 5 years ago

Just touching base to let you know that I'm not ignoring this. I've received quite a lot of pull requests over a few days (a great problem really!). Hoping to have everything up to date by Wednesday evening, but may not get to this until then.

codingo commented 5 years ago

Great changes. Once the code base is more consistent with this I'll enforce it with a new automated test case also.