[Openvas-commits] r5877 - in trunk/openvas-plugins: . scripts

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 17 16:44:01 CET 2009


Author: reinke
Date: 2009-11-17 16:43:58 +0100 (Tue, 17 Nov 2009)
New Revision: 5877

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/gather-package-list.nasl
Log:


Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-11-17 15:23:44 UTC (rev 5876)
+++ trunk/openvas-plugins/ChangeLog	2009-11-17 15:43:58 UTC (rev 5877)
@@ -1,3 +1,8 @@
+2009-11-17  Thomas Reinke <reinke at securityspace.com>
+
+	* scripts/gather-package-list.nasl:
+	Activate Fedora 11 scripts
+
 2009-11-17 Michael Meyer <michael.meyer at intevation.de>
 
 	* scripts/yahoo_installed.nasl,

Modified: trunk/openvas-plugins/scripts/gather-package-list.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gather-package-list.nasl	2009-11-17 15:23:44 UTC (rev 5876)
+++ trunk/openvas-plugins/scripts/gather-package-list.nasl	2009-11-17 15:43:58 UTC (rev 5877)
@@ -169,6 +169,13 @@
     security_note(port:port, data:string("We are able to login and detect that you are running ", rls));
     exit(0);
 }
+if("Fedora release 11 (Leonidas)" >< rls) {
+    set_kb_item(name: "ssh/login/release", value: "FC11");
+    buf = ssh_cmd(socket:sock, cmd:"/bin/rpm -qa --qf '%{NAME}~%{VERSION}~%{RELEASE};'");
+    set_kb_item(name: "ssh/login/rpms", value: ";" + buf);
+    security_note(port:port, data:string("We are able to login and detect that you are running ", rls));
+    exit(0);
+}
 
 # Red Hat Enterprise Linux ES release 2.1 (Panama)
 # Red Hat Enterprise Linux AS release 3 (Taroon Update 1)



More information about the Openvas-commits mailing list