Re: [sqlmap-users] Output colouring
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2012-07-13 19:27:41
|
They're all third party libs, not part of vanilla Python installation. Bernardo On 13 July 2012 13:15, Andres Riancho <and...@gm...> wrote: > w0w, those are too many libraries, I wasn't expecting this. Are those > libraries included in all/most linux platforms? Do you guys care about > that? :) > > On Thu, Jul 12, 2012 at 10:11 AM, Bernardo Damele > <ber...@gm...> wrote: >> Hi Andres, >> >> We use ansistrm library to wrap the stream output builtin logging >> library method. >> >> We use termcolor library to colourize the print/sys.stdout() calls and >> use colorama library to wrap termcolor and make it cross-platform. >> >> This was the cleanest and most reliable solution that I have >> identified following some testing of other libraries too. >> >> Hope this helps. >> >> Bernardo Damele A. G. >> >> This message was sent from a smartphone >> >> On 12 Jul 2012, at 13:33, Andres Riancho <and...@gm...> wrote: >> >>> Bernardo, >>> >>> On Wed, Jul 11, 2012 at 10:18 PM, Bernardo Damele A. G. >>> <ber...@gm...> wrote: >>>> Hi, >>>> >>>> We have recently implemented colouring of the standard output. It >>>> should work across all three main operating systems: Linux (tested on >>>> Ubuntu with bash and zsh), Windows (tested on Windows 7) and Mac OSX >>>> (tested on Lion with bash and zsh). >>> >>> I was thinking about implementing something similar for w3af, which >>> library did you guys use to have cross-platform support for coloring? >>> >>>> See a screenshot here, >>>> https://twitter.com/sqlmap/status/223175873614987264. >>>> >>>> Please, report any bugs you might encounter. >>>> >>>> Thank you, >>>> Bernardo >>>> >>>> >>>> -- >>>> Bernardo Damele A. G. >>>> >>>> E-mail / Jabber: bernardo.damele (at) gmail.com >>>> Mobile: +447788962949 (UK 07788962949) >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. Discussions >>>> will include endpoint security, mobile security and the latest in malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> sqlmap-users mailing list >>>> sql...@li... >>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >>> >>> -- >>> Andrés Riancho >>> Project Leader at w3af - http://w3af.org/ >>> Web Application Attack and Audit Framework >>> Twitter: @w3af >>> GPG: 0x93C344F3 > > > > -- > Andrés Riancho > Project Leader at w3af - http://w3af.org/ > Web Application Attack and Audit Framework > Twitter: @w3af > GPG: 0x93C344F3 -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) |