ID DTSPCD.NASL
Type nessus
Reporter This script is Copyright (C) 2002-2011 Tenable Network Security, Inc.
Modified 2021-01-02T00:00:00
Description
The 'dtspcd' service is running. This service deals with the CDE
interface for the X11 system.
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if(description)
{
script_id(10833);
script_version("$Revision: 1.25 $");
script_cvs_date("$Date: 2011/03/11 21:52:32 $");
script_name(english:"CDE Subprocess Control Service (dtspcd) Detection");
script_set_attribute(attribute:"synopsis", value:
"dtspcd is running on this host." );
script_set_attribute(attribute:"description", value:
"The 'dtspcd' service is running. This service deals with the CDE
interface for the X11 system. " );
script_set_attribute(attribute:"solution", value: "n/a");
script_set_attribute(attribute:"risk_factor", value: "None" );
script_set_attribute(attribute:"plugin_publication_date", value: "1999/12/15");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_summary(english:"Determines if dtspcd is running");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2002-2011 Tenable Network Security, Inc.");
script_family(english:"Service detection");
script_require_ports(6112);
exit(0);
}
include("global_settings.inc");
include("misc_func.inc");
port = 6112;
if (!get_port_state(port)) exit(0);
soc = open_sock_tcp(port);
if(soc)
{
pkt = raw_string(0x30, 0x30, 0x30, 0x30,
0x30, 0x30, 0x30, 0x32,
0x30, 0x34, 0x30, 0x30,
0x30, 0x64, 0x30, 0x30,
0x30, 0x31, 0x20, 0x20,
0x34, 0x20, 0x00, 0x72,
0x6F, 0x6F, 0x74, 0x00,
0x00, 0x31, 0x30, 0x00, 0x00);
send(socket:soc, data:pkt);
r = recv(socket:soc, length:4096);
if("SPC_" >< r)
{
security_note(port);
register_service(port:port, proto:"dtspcd");
}
close(soc);
}
{"id": "DTSPCD.NASL", "bulletinFamily": "scanner", "title": "CDE Subprocess Control Service (dtspcd) Detection", "description": "The 'dtspcd' service is running. This service deals with the CDE\ninterface for the X11 system. ", "published": "1999-12-15T00:00:00", "modified": "2021-01-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/10833", "reporter": "This script is Copyright (C) 2002-2011 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2021-01-01T01:57:28", "edition": 20, "viewCount": 27, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-01T01:57:28", "rev": 2}, "score": {"value": -0.1, "vector": "NONE", "modified": "2021-01-01T01:57:28", "rev": 2}, "vulnersScore": -0.1}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(10833);\n script_version(\"$Revision: 1.25 $\");\n script_cvs_date(\"$Date: 2011/03/11 21:52:32 $\");\n script_name(english:\"CDE Subprocess Control Service (dtspcd) Detection\");\n \n script_set_attribute(attribute:\"synopsis\", value:\n\"dtspcd is running on this host.\" );\n script_set_attribute(attribute:\"description\", value:\n\"The 'dtspcd' service is running. This service deals with the CDE\ninterface for the X11 system. \" );\n script_set_attribute(attribute:\"solution\", value: \"n/a\");\n script_set_attribute(attribute:\"risk_factor\", value: \"None\" );\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"1999/12/15\");\nscript_set_attribute(attribute:\"plugin_type\", value:\"remote\");\nscript_end_attributes();\n\n \n script_summary(english:\"Determines if dtspcd is running\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2002-2011 Tenable Network Security, Inc.\");\n script_family(english:\"Service detection\");\n script_require_ports(6112);\n exit(0);\n}\n\n\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\nport = 6112;\n\nif (!get_port_state(port)) exit(0);\n\nsoc = open_sock_tcp(port);\nif(soc)\n{\n pkt = raw_string(0x30, 0x30, 0x30, 0x30,\n\t\t 0x30, 0x30, 0x30, 0x32,\n\t\t 0x30, 0x34, 0x30, 0x30,\n\t\t 0x30, 0x64, 0x30, 0x30,\n\t\t 0x30, 0x31, 0x20, 0x20,\n\t\t 0x34, 0x20, 0x00, 0x72,\n\t\t 0x6F, 0x6F, 0x74, 0x00,\n\t\t 0x00, 0x31, 0x30, 0x00, 0x00);\n\n send(socket:soc, data:pkt);\n r = recv(socket:soc, length:4096);\n if(\"SPC_\" >< r)\n {\n security_note(port);\n register_service(port:port, proto:\"dtspcd\");\n }\n close(soc);\n}\n\n", "naslFamily": "Service detection", "pluginID": "10833", "cpe": [], "scheme": null}
{}