Menu

#8 Feature request: Add Nessus cross-references in acid_signatu

open
nobody
None
5
2003-12-10
2003-12-10
No

Note: Previously submitted as Debian bug 223508
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223508

The acid signature file could be further improved by
adding Nessus cross references. I believe the following
patch does it correctly (slightly tested)

Regards

Javier Fernandez-Sanguino

--- acid_signature.inc.old Wed Feb 26 14:48:46 2003
+++ acid_signature.inc Wed Feb 26 14:51:26 2003
@@ -136,6 +136,14 @@
$href = "[url/$ref_tag] ";

}
+ elseif ( strncasecmp($ref_system,"nessus",6)
== 0)
+ {
+ if ( $style == 1 )
+ $href = "<A
HREF="http://cgi.nessus.org/nessus_id.php3?id=$ref_tag"
".
+ "
TARGET="_ACID_ALERT_DESC">nessus</A>";
+ else if ( $style == 2 )
+ $href = "[nessus/$ref_tag] ";

Discussion


Log in to post a comment.