Lucene search
K

Check Point FireWall-1 HTTP Client Authentication Detection

🗓️ 26 May 2001 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 25 Views

Detects Check Point FireWall-1 Client Authentication server on port 900 for user access control.

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

include("compat.inc");

if(description)
{
 script_id(10676);
 script_version ("1.23");
 script_name(english:"Check Point FireWall-1 HTTP Client Authentication Detection");
 script_set_attribute(attribute:"synopsis", value:
"A Check Point FireWall-1 Client Authentication web server is listening on 
this port." );
 script_set_attribute(attribute:"description", value:
"The Check Point FireWall-1 Client Authentication web server is used to 
authenticate a user via HTTP. Once authenticated, the user can get more 
privileges on the network (ie: get access to hosts which were previously 
blocked by the firewall)." );
 script_set_attribute(attribute:"solution", value:
"If you do not use this feature, disable it." );
 script_set_attribute(attribute:"risk_factor", value:"None" );
 script_set_attribute(attribute:"plugin_publication_date", value: "2001/05/26");
 script_set_attribute(attribute:"plugin_modification_date", value:"2020/09/14");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"asset_inventory", value:"True");
 script_end_attributes();

 script_summary(english:"Connects to FW1 Client Authentication Server");
 script_category(ACT_GATHER_INFO);
 script_family(english:"Firewalls");
 script_copyright(english:"This script is Copyright (C) 2001-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
 script_dependencies("http_version.nasl");
 script_require_ports(900);
 exit(0);
}

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

port = 900;
if (! get_port_state(port) ) exit(0);

res = http_get_cache(item:"/", port:port, exit_on_fail: 1);

if ('<INPUT TYPE="hidden" NAME="STATE" VALUE="1">' >< res  && 'FireWall-1 message: ' >< res )
	{
		security_note(port);
 		register_service(port:port, proto:"cp-client-auth-web-svr");
	}

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