Kevin,

On Thu, Dec 18, 2008 at 11:55 AM,  <kden...@users.sourceforge.net> wrote:
> Revision: 2188
>          http://w3af.svn.sourceforge.net/w3af/?rev=2188&view=rev
> Author:   kdenver
> Date:     2008-12-18 13:55:26 +0000 (Thu, 18 Dec 2008)
>
> Log Message:
> -----------
> * new xml output plugin
> * added existing 'logEnabledPlugins' method to baseOutputPlugin and all 
> output plugins
> * w3afCore: the 'logEnabledPlugins' method get's called before the scan begins
>
> Modified Paths:
> --------------
>    trunk/core/controllers/basePlugin/baseOutputPlugin.py
>    trunk/core/controllers/outputManager.py
>    trunk/core/controllers/w3afCore.py
>    trunk/plugins/output/console.py
>    trunk/plugins/output/gtkOutput.py
>    trunk/plugins/output/htmlFile.py
>    trunk/plugins/output/textFile.py
>    trunk/plugins/output/webOutput.py
>
> Added Paths:
> -----------
>    trunk/plugins/output/xmlFile.py
>

IMPRESSIVE job. I failed to find one error in the commit!

One simple thing, but it's my fault because I didn't documented it
anywhere, is that whenever you commit a new plugin, you have to submit
a test script. I just created the test script and commited it to the
"scripts/" directory, to test it, you should run:

./w3af_console -s scripts/script-xml_output.w3af

If you have the w3af test environment properly configured (which I
also failed to document :S), the result of the script should be:

w3af>>> assert len(kb.kb.getData('urls','urlList')) == 16
Assert succeded.

And the corresponding XML file should be inside the w3af directory.

Once again, thanks for your contributions and I hope that they keep
coming at this rate =) What are you thinking about doing right now? Do
you need some guidance about tasks? (you haven't really needed that in
the past, and you've done some amazing work, but maybe now you are
running out of ideas, which I hope is not the case!)

Cheers,
-- 
Andres Riancho
http://w3af.sourceforge.net/
Web Application Attack and Audit Framework

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to