Author: kost
Date: 2008-10-24 19:34:44 +0200 (Fri, 24 Oct 2008)
New Revision: 1617
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/hydra_mysql.nasl
trunk/openvas-plugins/scripts/hydra_postgres.nasl
Log:
Removed unexistant dependencies in order to work with OpenVAS
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2008-10-24 17:32:02 UTC (rev 1616)
+++ trunk/openvas-plugins/ChangeLog 2008-10-24 17:34:44 UTC (rev 1617)
@@ -1,6 +1,11 @@
2008-10-20 Vlatko Kosturjak <[EMAIL PROTECTED]>
scripts/hydra_postgres.nasl, scripts/hydra_mysql.nasl:
+ Removed unexistant dependencies in order to work with OpenVAS
+
+2008-10-20 Vlatko Kosturjak <[EMAIL PROTECTED]>
+
+ scripts/hydra_postgres.nasl, scripts/hydra_mysql.nasl:
Added GPL plugins from Nessus (+ added tag kst-4check)
2008-10-20 Vlatko Kosturjak <[EMAIL PROTECTED]>
Modified: trunk/openvas-plugins/scripts/hydra_mysql.nasl
===================================================================
--- trunk/openvas-plugins/scripts/hydra_mysql.nasl 2008-10-24 17:32:02 UTC
(rev 1616)
+++ trunk/openvas-plugins/scripts/hydra_mysql.nasl 2008-10-24 17:34:44 UTC
(rev 1617)
@@ -35,7 +35,7 @@
script_family(english:"Brute force attacks");
script_require_keys("Secret/hydra/logins_file",
"Secret/hydra/passwords_file");
script_require_ports("Services/mysql", 3306);
- script_dependencies("hydra_options.nasl", "find_service1.nasl",
"doublecheck_std_services.nasl", "mysql_version.nasl",
"mysql_unpassworded.nasl");
+ script_dependencies("hydra_options.nasl", "find_service1.nasl",
"doublecheck_std_services.nasl", "mysql_version.nasl");
exit(0);
}
Modified: trunk/openvas-plugins/scripts/hydra_postgres.nasl
===================================================================
--- trunk/openvas-plugins/scripts/hydra_postgres.nasl 2008-10-24 17:32:02 UTC
(rev 1616)
+++ trunk/openvas-plugins/scripts/hydra_postgres.nasl 2008-10-24 17:34:44 UTC
(rev 1617)
@@ -36,7 +36,7 @@
script_family(english:"Brute force attacks");
script_require_keys("Secret/hydra/logins_file",
"Secret/hydra/passwords_file");
script_require_ports("Services/postgres", 5432);
- script_dependencies("hydra_options.nasl", "find_service1.nasl",
"doublecheck_std_services.nasl", "postgresql_unpassworded.nasl");
+ script_dependencies("hydra_options.nasl", "find_service1.nasl",
"doublecheck_std_services.nasl");
exit(0);
}
_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits