Re: [W3af-develop] XML Output enhancement recommendation

2011-11-30 Thread Andres Riancho
Javier, Could you please help me debug this? On Wed, Nov 30, 2011 at 7:11 AM, cyberyogi wrote: > > Andres Riancho, thanks :) > > I tried "messageNode.setAttribute("plugin", str(i.getPluginName()))" in w3af > 1.1 > > but it gives the following error... > > File "/usr/share/w3af/plugins/outpu

Re: [W3af-develop] XML Output enhancement recommendation

2011-11-30 Thread cyberyogi
Andres Riancho, thanks :) I tried "messageNode.setAttribute("plugin", str(i.getPluginName()))" in w3af 1.1 but it gives the following error... File "/usr/share/w3af/plugins/output/xmlFile.py", line 218, in end messageNode.setAttribute("plugin", str(i.getPluginName())) AttributeError: 'vuln'

Re: [W3af-develop] XML Output enhancement recommendation

2011-11-29 Thread Andres Riancho
Cyberyogi, I think this is already implemented. Please see: "messageNode.setAttribute("plugin", str(i.getPluginName()))" in the latest w3af version. Regards, On Tue, Nov 29, 2011 at 10:04 AM, cyberyogi wrote: > thanks for this information :) > > I need to add one more field.. "plugin name"

Re: [W3af-develop] XML Output enhancement recommendation

2011-11-29 Thread cyberyogi
thanks for this information :) I need to add one more field.. "plugin name" in vulnerability tag of xml.. please could you guide where to change in "xmlFile.py" -- All the data continuously generated in your IT inf

Re: [W3af-develop] XML Output enhancement recommendation

2011-07-01 Thread Adrien de Beaupre
Awesome! Thanks guys. Cheers, Adrien On Fri, Jul 1, 2011 at 1:25 PM, Hans-Martin Münch wrote: > Hi > > I did the "request/response" thing just yesterday night. Please see the > attached file (needs some additional testing, and I'm definitely no python > pro ;-) ) > > Regards > > Hans-Martin > >

Re: [W3af-develop] XML Output enhancement recommendation

2011-07-01 Thread Hans-Martin Münch
Shouldn't be a bigger issue. I will do that over the weekend. Regards 2011/7/1 Andres Riancho > Hans, > > That's perfect man! The only improvement that I would suggest is based > on the fact that (as you may already know) there can be more than one > request/response associated with a vulnera

Re: [W3af-develop] XML Output enhancement recommendation

2011-07-01 Thread Andres Riancho
Hans, That's perfect man! The only improvement that I would suggest is based on the fact that (as you may already know) there can be more than one request/response associated with a vulnerability, so instead of: details = self._history.read(i.getId()[0]) You shou

Re: [W3af-develop] XML Output enhancement recommendation

2011-07-01 Thread Hans-Martin Münch
Hi I did the "request/response" thing just yesterday night. Please see the attached file (needs some additional testing, and I'm definitely no python pro ;-) ) Regards Hans-Martin 2011/7/1 Adrien de Beaupre > Hi, > > I would like to suggest the following enhancements to the XML output > repor