Lucene search
K

mldonkey Detection (telnet check)

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

Detects mldonkey telnet interface on remote host, a peer-to-peer application for file sharing.

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

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

include("compat.inc");

if(description)
{
  script_id(11124);
  script_version ("1.16");
 
  script_name(english:"mldonkey Detection (telnet check)");
  script_summary(english:"Detect mldonkey telnet interface");
 
  script_set_attribute(
    attribute:"synopsis",
    value:"A peer-to-peer application is running on the remote host."
  );
  script_set_attribute( attribute:"description",  value:
"mldonkey telnet 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_cvs_date("Date: 2019/09/25  9:17:09");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe", value:"cpe:/a:mldonkey:mldonkey");
 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-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencie("find_service2.nasl");
  exit(0);
}

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

port = get_service(svc:"mldonkey-telnet", default: 4000, exit_on_fail: 1);

r = get_unknown_banner(port: port, dontfetch:0);

if(!r)exit(0);
if ("Welcome on mldonkey command-line" >< r)
{
 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

25 Sep 2019 00:00Current
5.5Medium risk
Vulners AI Score5.5
32