-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coloured output #47
Comments
I can try it :) Have you a colour scheme? |
Nothing in mind yet - do you want to base it off a *.json, *.txt or *.xml configuration file and it can be tweaked easily by the end user? |
it can be a good idea! For now I will try to directly add colours in the code. As far as I understand, the main |
I think the main concern I have with static colours is the number of people in the infosec security using non-standard terminals. Maybe look at the sqlmap project for some implementation ideas? I'd say yellow at first. The only two areas where output is only to the screen is the main print function in the |
I will take a look. I was thinking about using https://pypi.python.org/pypi/colored that should provide cross-platform support. |
Sounds good! |
Hey @FrancescoSaverioZuppichini! Just touching base to see how you're going with this one and if I can help in any way? |
Hey, how are you? This weekend I had some problem health problems, I will have time on the weekend :) So you were suggesting to put the colours as |
Sorry @FrancescoSaverioZuppichini, I missed this comment - thinking red for errors, yellow for feedback, green for likely matches I'm thinking? If you want to wire something up we can tweak around with it in the pull request prior to a merge. |
@FrancescoSaverioZuppichini how'd you ever get on with this? |
Are you still implementing this feature? |
Yes, would you like to take it? @timkent and I have been quite time poor for a while! |
I've implemented basic color scheme output and logger for my project https://github.com/aancw/Belati |
This has been outstanding for some time so moving to my own plate. I'll open a new branch for this soon. |
Update output to colourize output and improve feedback to the user. Will also require a
--no-color
to avoid coloured output.The text was updated successfully, but these errors were encountered: