Lucene search
K

FlexCast Server Detection

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

Detects FlexCast audio/video streaming server running on the remote host.

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


include("compat.inc");

if (description) {
  script_id(18428);
  script_version("1.10");
  script_cvs_date("Date: 2019/11/22");

  script_name(english:"FlexCast Server Detection");
 
 script_set_attribute(attribute:"synopsis", value:
"The remote server is an audio / video streaming application." );
 script_set_attribute(attribute:"description", value:
"The remote host is running FlexCast, an audio/video streaming server." );
 script_set_attribute(attribute:"see_also", value:"http://flexcast.virtualworlds.de/" );
 script_set_attribute(attribute:"solution", value:
"Make sure 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: "2005/06/07");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:flexcast:flexcast_audio_video_streaming_server");
script_set_attribute(attribute:"asset_inventory", value:"True");
script_end_attributes();

 
  summary["english"] = "Checks for FlexCast";
  script_summary(english:summary["english"]);
 
  script_category(ACT_GATHER_INFO);
  script_family(english:"Service detection");

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

  script_dependencies("http_version.nasl");
  script_require_ports("Services/www", 8000, 8001);

  exit(0);
}

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


port = get_http_port(default:8000);


# Check the banner for FlexCast.
banner = get_http_banner(port:port);
if (banner && "Server: FlexCast Server/" >< 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

22 Nov 2019 00:00Current
6.9Medium risk
Vulners AI Score6.9
17