Andres,

>     I would add something similar to this:
> 
>                       for plugin in self._plugins['auth']:
>                           plugin.userLogin( self.uriOpener )
> 
>     To the audit section of w3afCore, but in that section, instead of
> those two lines I would do something like:
> 
>                       for plugin in self._plugins['auth']:
>                             if not plugin.isUserLogged():
>                               plugin.userLogin( self.uriOpener )
Agree, fixed in svn

>     Also, I wouldn't pass uriOpener as a parameter for userLogin() , I
> recommend setting it as an attribute of the plugin (similar to what's
> done in audit and discovery plugins).
Agree, Dima will fix it soon :)


-- 
Taras

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to