c0nn3ct / armitage

Automatically exported from code.google.com/p/armitage
0 stars 0 forks source link

Color Highlighting (e.g. print_good print_bad) #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Coloring in the console really helps to determin at a glance, if a module is 
reporting useful info or not without having to go into the details.

Just wondering if its possible to add this to Armitage.

Original issue reported on code.google.com by JosephPB...@gmail.com on 11 Mar 2012 at 10:08

GoogleCodeExporter commented 8 years ago
I'm really interested in this actually. It's possible to do rich text in some 
of Java's text display components. The one I use now is plain text only. I'd 
have to investigate whether a move to the rich text component would give the 
same user experience you enjoy now.

The only challenge I see atm is Metasploit does not deliver ANSI codes over the 
RPC interface I talk to. I can request the ability to enable such a mode or use 
regular expressions to determine which lines should be highlighted and which 
don't need to be. For example, [-] would be an error. [whatever] would be 
highlighted to indicate something good. etc.

Any thoughts?

Original comment by rsmu...@gmail.com on 12 Mar 2012 at 3:57

GoogleCodeExporter commented 8 years ago
Regular expressions would be the simplest solutions I think.  print_good [+] 
~green  print_bad [-] ~red print_status [*] ~ neutral.  There are others but 
they have nothing to do with the output.  Just identifying those 3 would be a 
good start, and enough for me. =P

Original comment by JosephPB...@gmail.com on 13 Mar 2012 at 11:11

GoogleCodeExporter commented 8 years ago

Original comment by rsmu...@gmail.com on 17 May 2012 at 12:46