Re: [W3af-develop] Access to http response cookie collection in Audit plugin
Status: Beta
Brought to you by:
andresriancho
From: Andres R. <and...@gm...> - 2013-08-12 12:43:37
|
On Mon, Aug 12, 2013 at 1:30 AM, Dominique Righetto <dom...@gm...> 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 > dom...@gm... > dom...@ow... > 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 > W3a...@li... > 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 |