when I get a xml result from a console scan, the content of the result may be 
this:
..
<information>
<severity>Hole</severity>
<id>10647</id>
<data>...</data>
</information>
..
now I want to have the "family" element written to the result file, which may 
be this:
..
<information>
<severity>Hole</severity>
<id>10647</id>
<family>windows</family>
<data>...</data>
</information>
..

How can I get to this? now I just know I have to change some codes in the 
xml_output_ng.c, but I don't know how? Who can tell me? 
Thanks in advance!


 
 
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to