Lucene search
K

Kazaa is installed

🗓️ 26 Mar 2006 00:00:00Reported by This script is Copyright (C) 2003 Xue Yong ZhiType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

The remote host is using Kazaa - a p2p software, which may not be suitable for a business environment

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Kazaa Detection
18 Aug 200400:00
nessus
CVE
CVE-2002-0314
3 May 200204:00
cve
CVE
CVE-2002-0315
3 May 200204:00
cve
Cvelist
CVE-2002-0314
3 May 200204:00
cvelist
Cvelist
CVE-2002-0315
3 May 200204:00
cvelist
EUVD
EUVD-2002-0311
7 Oct 202500:30
euvd
EUVD
EUVD-2002-0312
7 Oct 202500:30
euvd
NVD
CVE-2002-0314
25 Jun 200204:00
nvd
NVD
CVE-2002-0315
25 Jun 200204:00
nvd
# OpenVAS Vulnerability Test
# $Id: kazaa_installed.nasl 6063 2017-05-03 09:03:05Z teissa $
# Description: Kazaa is installed
#
# Authors:
# Xue Yong Zhi <[email protected]>
#
# Copyright:
# Copyright (C) 2003 Xue Yong Zhi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#

tag_summary = "The remote host is using Kazaa - a p2p software, which may not 
be suitable for a business environment.";

tag_solution = "Uninstall this software";

if(description)
{
 script_id(11426);
 script_version("$Revision: 6063 $");
 script_tag(name:"last_modification", value:"$Date: 2017-05-03 11:03:05 +0200 (Wed, 03 May 2017) $");
 script_tag(name:"creation_date", value:"2006-03-26 18:10:09 +0200 (Sun, 26 Mar 2006)");
 script_bugtraq_id(3135, 4121, 4122, 5317, 6435, 6747);
 script_cve_id("CVE-2002-0314", "CVE-2002-0315");  
 
 script_tag(name:"cvss_base", value:"7.5");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

 name = "Kazaa is installed";

 script_name(name);
 



 summary = "Determines if Kazaa is installed";

 
 script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
 
 script_copyright("This script is Copyright (C) 2003 Xue Yong Zhi");
 family = "Peer-To-Peer File Sharing";
 script_family(family);
 
 script_dependencies("secpod_reg_enum.nasl");
 script_require_keys("SMB/name", "SMB/login", "SMB/password",
		     "SMB/domain","SMB/transport");
 script_mandatory_keys("SMB/WindowsVersion");

 script_require_ports(139, 445);
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}


include("smb_nt.inc");


rootfile = registry_get_sz(key:"SOFTWARE\Kazaa\CloudLoad",
 item:"ExeDir");
if(rootfile)
{
 security_message(get_kb_item("SMB/transport"));
}

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

03 May 2017 00:00Current
0.9Low risk
Vulners AI Score0.9
EPSS0.00861
16