Lucene search
K

mldonkey Detection (WWW)

🗓️ 17 Sep 2002 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 12 Views

Detects mldonkey web interface running, which may share confidential or copyright material.

Refs
Code
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

# Note: this script is not very useful because mldonkey only allows
# connections from localhost by default

include('deprecated_nasl_level.inc');
include("compat.inc");

if(description)
{
  script_id(11125);
  script_version("1.16");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_name(english:"mldonkey Detection (WWW)");

  script_set_attribute(attribute:"synopsis", value:
"A peer-to-peer application is running on the remote host.");
  script_set_attribute(attribute:"description", value:
"The mldonkey web interface appears to be running on the remote host.
mldonkey is a peer-to-peer filesharing application.  This application
could be used to share copyright infringing material.  It could also
result in the inadvertent disclosure of confidential information.");
  script_set_attribute(attribute:"see_also", value:"http://mldonkey.sourceforge.net/Main_Page");
  script_set_attribute(attribute:"solution", value:
"Make sure the use of this program is in accordance with your
corporate security policy.");
  script_set_attribute(attribute:"risk_factor", value:"None");

  script_set_attribute(attribute:"plugin_publication_date", value:"2002/09/17");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:mldonkey:mldonkey");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Peer-To-Peer File Sharing");

  script_copyright(english:"This script is Copyright (C) 2002-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("find_service1.nasl", "http_version.nasl");
  script_require_ports("Services/www", 4080);

  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");


ports = add_port_in_list(list:get_kb_list("Services/www"), port:4080);

foreach port (ports)
{
 banner = get_http_banner(port: port);
 if (banner && ("MLdonkey" >< banner)) security_note(port);
}

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

11 Apr 2022 00:00Current
5.5Medium risk
Vulners AI Score5.5
12