Nessus: Difference between revisions
From Halfface
Jump to navigationJump to search
No edit summary |
(No difference)
|
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";