Lucene search
K

Nessus Internal: Put cgibin() in the KB

🗓️ 28 Feb 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 25 Views

Nessus plugin stores cgibin() output for proper cgi_dirs() function execution.

Code
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");


if(description)
{
 script_id(10308);
 script_version ("$Revision: 1.8 $");
 script_cvs_date("$Date: 2011/03/17 18:46:05 $");

 script_name(english:"Nessus Internal: Put cgibin() in the KB");
 script_summary(english:"cgibin() in kb");
 
 script_set_attribute(
   attribute:"synopsis",
   value:"This plugin performs an internal Nessus function."
 );
 script_set_attribute( attribute:"description",  value:
"This plugin puts the content of cgibin() in the KB so that the
function cgi_dirs() can work properly." );
 script_set_attribute(attribute:"solution", value:"n/a");
 script_set_attribute(attribute:"risk_factor", value:"None");
 script_set_attribute(attribute:"plugin_publication_date", value: "2003/02/28");
 script_set_attribute(attribute:"plugin_type", value:"settings");
 script_end_attributes();

 script_category(ACT_SETTINGS);
 script_family(english:"Settings");
 
 script_copyright(english:"This script is Copyright (C) 2003-2011 Tenable Network Security, Inc.");
 
 exit(0);
}



dir = cgibin();
cgis = split(dir, sep:":", keep:FALSE);
foreach dir (cgis)
{
 set_kb_item(name:"/tmp/cgibin", value:dir);
}
exit(0);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Mar 2011 18:46Current
5.4Medium risk
Vulners AI Score5.4
25