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

Command Line Colours #92

Closed codingo closed 5 years ago

codingo commented 6 years ago

This is the foundation for adding colours to the output of VHostScan as discussed in #47.

maxoja commented 5 years ago

I want to try making this happen. Should I create a new pull request? Or how can I continue from what you have done? I found a helpful reference for python3 : https://stackoverflow.com/questions/287871/print-in-terminal-with-colors

codingo commented 5 years ago

Either is OK. A new one would be best if you're doing hacktoberfest so it properly counts towards your submissions.

maxoja commented 5 years ago

Either is OK. A new one would be best if you're doing hacktoberfest so it properly counts towards your submissions.

I will go ahead and create a new one Thanks so much

maxoja commented 5 years ago

@codingo It seems implementing this feature requires a module named termcolor which a user has to have it installed first. I suppose that I need to add a specific module name and version in requirements.txt. However, I am not confident that it will be all I have to do to update the dependency tree of your program. Anything else I should do?

codingo commented 5 years ago

Closing as this is now in #103