Lucene search
K

Plaxo Client Detection

🗓️ 29 Jun 2005 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 11 Views

Plaxo Client Detection script checks for the presence of Plaxo Client software on the remote host

Code
#
# Written by:
# This script is Copyright (C) 2005 Tom Ferris
# GPLv2
# <[email protected]>
# 6/29/2005
# www.security-protocols.com
#

# Changes by Tenable:
# - Revised plugin title (11/25/09)

include("compat.inc");

if(description)
{
 script_id(18591);
 script_version("1.9");
 script_set_attribute(attribute:"plugin_modification_date", value:"2022/02/01");

 script_name(english:"Plaxo Client Detection");

 script_set_attribute(attribute:"synopsis", value:
"Plaxo Client is installed." );
 script_set_attribute(attribute:"description", value:
"The remote host has the Plaxo Client software installed.  Plaxo is a
contact manager." );
 script_set_attribute(attribute:"solution", value:
"Ensure that use of this software agrees with your organization's 
acceptable use and security policies." );
 script_set_attribute(attribute:"risk_factor", value:"None" );
 script_set_attribute(attribute:"plugin_publication_date", value: "2005/06/29");
 script_set_attribute(attribute:"plugin_type", value:"local");
 script_set_attribute(attribute:"cpe", value:"x-cpe:/a:plaxo:plaxo_client");
 script_set_attribute(attribute:"asset_inventory", value:"True");
 script_set_attribute(attribute:"agent", value:"windows");
 script_end_attributes();

 script_summary(english:"Determines if Plaxo is installed");

 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2005-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");
 script_family(english:"Windows");
 script_dependencies("smb_hotfixes.nasl");
 script_require_keys("SMB/Registry/Enumerated");
 exit(0);
}

#

if ( ! get_kb_item("SMB/Registry/Enumerated") ) exit(1);

key = "SMB/Registry/HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall/Plaxo/DisplayName";

if (get_kb_item (key))
  security_note(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

01 Feb 2022 00:00Current
5.5Medium risk
Vulners AI Score5.5
11