On Mon, Aug 12, 2013 at 1:30 AM, Dominique Righetto
<dominique.righe...@gmail.com> wrote:
> Hi,
>
> There is any helper to access to cookie collection coming from an original
> response in Audit plugin or do I have to parse response ?
>
> I have searched into w3af sources but I cannot find any helper or accessors
> in "core.data.url.HTTPReponse" class

If you want to access all the current cookies that the HTTP client
actually knows about you can use self._uri_opener.get_cookies() , for
getting the cookie sent by the server in one specific http response,
there seem to be no methods for that. Would be happy to see one added
:)

> Thanks in advance :)
>
> --
> Cordialement, Best regards,
> Dominique Righetto
> dominique.righe...@gmail.com
> dominique.righe...@owasp.org
> Twitter: @righettod
> GPG: 0x323D19BA
> http://www.righettod.eu
> "No trees were killed to send this message, but a large number of electrons
> were terribly inconvenienced."
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> W3af-develop mailing list
> W3af-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/w3af-develop
>



-- 
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to