Nessus: Difference between revisions
Jump to navigation
Jump to search
(New page: install nessus. nessus-aduser Creat...) |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
==install== | |||
install nessus. | install nessus. | ||
Line 12: | Line 13: | ||
cd /var/lib/nessus/plugins/ | cd /var/lib/nessus/plugins/ | ||
tar xf ../all-2.0.tar.gz | tar xf ../all-2.0.tar.gz | ||
==SSL Certificate Expiry== | |||
This script is Copyright (C) 2004-2007 George A. Theall | This script is Copyright (C) 2004-2007 George A. Theall | ||
View the source code of this plugin here | View the source code of this plugin here | ||
Line 44: | Line 46: | ||
None | None | ||
==SSL information== | |||
script_id(10863); | script_id(10863); | ||
script_version ("$Revision: 1.1 $"); | script_version ("$Revision: 1.1 $"); | ||
Line 63: | Line 66: | ||
None"; | None"; | ||
[[Category:Applications]] | |||
[[Category:Unix]] | |||
[[Category:Crack]] |
Latest revision as of 14:56, 20 October 2008
install
install nessus. nessus-aduser Create use root nessus-mkcert make cert. plug-ins Nessus Attack Scripting Language (NASL) nessus-fetch --register 193C-5DA1-A75E-68D1-9904 nessus-fetch --plugins cd /var/lib/nessus/plugins/ tar xf ../all-2.0.tar.gz
SSL Certificate Expiry
This script is Copyright (C) 2004-2007 George A. Theall View the source code of this plugin here Family General Nessus Plugin ID 15901 Bugtraq ID CVE ID Description: Synopsis : The remote server's SSL certificate has already expired or will expire shortly. Description : This script checks expiry dates of certificates associated with SSL-enabled services on the target and reports whether any have already expired or will expire shortly. Solution : Purchase or generate a new SSL certificate to replace the existing one. Risk factor : None
SSL information
script_id(10863); script_version ("$Revision: 1.1 $"); name["english"] = "SSL Certificate"; script_name(english:name["english"]); desc["english"] = " Synopsis : This plugin displays the SSL certificate. Description : This plugin connects to every port SSL-related ports and attempts to extract and dump the X.509 certificate. Risk factor : None";