Nessus: Difference between revisions

From Halfface
Jump to navigation Jump to search
(New page: install nessus. nessus-aduser Creat...)
 
No edit summary
Line 12: Line 12:
  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
                                                                               
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 45:
  None
  None


SSL information
  script_id(10863);
  script_id(10863);
  script_version ("$Revision: 1.1 $");
  script_version ("$Revision: 1.1 $");

Revision as of 06:51, 6 October 2008

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";