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
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'
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"
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
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
>
>
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
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
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