Odin HomeODIN logoODIN logo

Products

Cyble Vision
Cyber threat intelligence platform
Cyble Hawk
Threat detection and intelligence capabilities built for federal bodies
AmIBreached
Identify, Prioritize and Mitigate darkweb risks
The Cyber Express
Cyber Security News and Magazine

Search

HostsExposed BucketsExposed Files

Resources

API DocumentationPlatform GuideODIN CLIPostmanSDKs
GoPythonJavaScript

Contact Us

[email protected]

Legal

Terms of ServiceSecurity Disclosure PolicyPrivacy Policy
Leading Threat Intelligence Company
LinkedInTwitter XYoutube
ODIN logoODIN logo
LinkedInGithubMediumTwitter XYoutube
Launch YC: Odin - Attack surface monitoring and internet scanning for everyone

Made with ❤️ from Cupertino

© 2025 Cyble Inc. All Rights Reserved.

39.129.42.246

SummaryCVE DetailsRaw Data

Geolocation

Network
39.129.0.0/17
Postal CodeN/A
City
Kunming
Country
China (CN)
Continent
Asia
Locale Code
en
Geo Point
25.0389, 102.7183
Updated At
10 Dec 2025, 16:31:58 UTC

Whois

Network
39.128.0.0/10
Organization
ORG-CM1-AP
Desc
China Mobile Communications Corporation, Mobile Communications Network Operator in China, Internet Service Provider in China
Updated At
09 Dec 2024, 19:04:12 UTC

Geolocation

Network
39.129.0.0/17
Postal CodeN/A
City
Kunming
Country
China (CN)
Continent
Asia
Locale Code
en
Geo Point
25.0389, 102.7183
Updated At
10 Dec 2025, 16:31:58 UTC

Whois

Network
39.128.0.0/10
Organization
ORG-CM1-AP
Desc
China Mobile Communications Corporation, Mobile Communications Network Operator in China, Internet Service Provider in China
Updated At
09 Dec 2024, 19:04:12 UTC
12 Dec 2025, 17:38:19 UTC

21/httpTCPLast Updated At: 27 Nov 2025, 09:05:45 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 27 Nov 2025 09:11:20 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=b63f51a29ae3efaa43d83adb0f8476a9; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 27 Nov 2025 09:11:20 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=b63f51a29ae3efaa43d83adb0f8476a9; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:21",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

22/httpTCPLast Updated At: 28 Nov 2025, 06:42:09 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARMN/A

23/httpTCPLast Updated At: 12 Dec 2025, 11:05:23 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 08:29:56 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=0092c84e71adbaab2ad0996283627041; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 08:29:56 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=0092c84e71adbaab2ad0996283627041; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:23",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

25/httpTCPLast Updated At: 06 Dec 2025, 06:27:43 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 14 Nov 2025 17:40:49 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=a95634eb6f2eedac492ccc5edf81a172; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 14 Nov 2025 17:40:49 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=a95634eb6f2eedac492ccc5edf81a172; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:25",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

110/httpTCPLast Updated At: 25 Nov 2025, 08:18:26 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx

143/httpTCPLast Updated At: 05 Dec 2025, 12:48:19 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 05 Dec 2025 12:54:10 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=2d06469f092eba964bf029947adcefd2; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 05 Dec 2025 12:54:10 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=2d06469f092eba964bf029947adcefd2; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:143",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

587/httpTCPLast Updated At: 04 Dec 2025, 20:53:50 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 27 Nov 2025 12:28:14 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=4a9194d707d18e87c974d3a053fa59fe; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 27 Nov 2025 12:28:14 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=4a9194d707d18e87c974d3a053fa59fe; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:587",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

631/httpTCPLast Updated At: 11 Dec 2025, 07:34:42 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 11 Dec 2025 07:40:40 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=bdc50799c0b851c810f8e7926223a966; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 11 Dec 2025 07:40:40 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=bdc50799c0b851c810f8e7926223a966; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:631",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

993/httpTCPLast Updated At: 07 Dec 2025, 21:36:37 UTC

HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Sun, 07 Dec 2025 21:42:31 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=93c46e1c841aa87bd561e3311d0c322e; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Sun, 07 Dec 2025 21:42:31 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=93c46e1c841aa87bd561e3311d0c322e; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:993",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

995/httpTCPLast Updated At: 01 Dec 2025, 21:05:43 UTC

HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Mon, 01 Dec 2025 21:11:29 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=77bf09012771e838398b32a6c08decf1; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Mon, 01 Dec 2025 21:11:29 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=77bf09012771e838398b32a6c08decf1; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:995",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

1433/httpTCPLast Updated At: 12 Dec 2025, 02:05:12 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 02:11:06 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=868bfbf10ac9355805f9910891354693; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 02:11:06 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=868bfbf10ac9355805f9910891354693; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:1433",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

1434/httpTCPLast Updated At: 12 Dec 2025, 07:47:02 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 07:52:57 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=ae257310a47e54d51066dc8e6a71a766; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 07:52:57 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=ae257310a47e54d51066dc8e6a71a766; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:1434",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

1883/httpTCPLast Updated At: 12 Dec 2025, 10:22:18 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 10:28:13 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=fd93f3df0f974ef565e76cd9d5791f2f; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 10:28:13 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=fd93f3df0f974ef565e76cd9d5791f2f; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:1883",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

1911/httpTCPLast Updated At: 27 Nov 2025, 03:21:47 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 26 Nov 2025 18:20:26 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=48a73c008e5242f722b454641fa96b3e; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 26 Nov 2025 18:20:26 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=48a73c008e5242f722b454641fa96b3e; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:1911",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

2181/httpTCPLast Updated At: 12 Dec 2025, 08:50:47 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 08:56:42 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=12cbb9e2331f1aca96f5e3b1b7caf700; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 08:56:42 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=12cbb9e2331f1aca96f5e3b1b7caf700; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:2181",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

3306/httpTCPLast Updated At: 10 Dec 2025, 20:31:24 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 10 Dec 2025 20:37:17 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=4cf21c48387c1b02a085341884177c30; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 10 Dec 2025 20:37:17 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=4cf21c48387c1b02a085341884177c30; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:3306",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

4891/httpTCPLast Updated At: 26 Nov 2025, 03:00:48 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Tue, 18 Nov 2025 00:34:50 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=2fb197aebcba9e31923239fbb263c9ff; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Tue, 18 Nov 2025 00:34:50 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=2fb197aebcba9e31923239fbb263c9ff; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:4891",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

5000/httpTCPLast Updated At: 27 Nov 2025, 13:35:05 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 27 Nov 2025 09:00:50 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=b6e508d2ac2aa3bf953a7b73c5bbd334; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 27 Nov 2025 09:00:50 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=b6e508d2ac2aa3bf953a7b73c5bbd334; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:5000",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

5060/httpTCPLast Updated At: 11 Dec 2025, 08:21:52 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 11 Dec 2025 06:19:18 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=e8dbdc43d9120c6f10a4f3b9f03df444; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 11 Dec 2025 06:19:18 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=e8dbdc43d9120c6f10a4f3b9f03df444; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:5060",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

5432/httpTCPLast Updated At: 10 Dec 2025, 14:49:10 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 10 Dec 2025 14:55:02 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=80f07c019f8fab4eb63185a57ece4dcd; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 10 Dec 2025 14:55:02 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=80f07c019f8fab4eb63185a57ece4dcd; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:5432",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

5671/httpTCPLast Updated At: 12 Dec 2025, 12:38:15 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 12:44:10 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=063ea31146e77f61920d2bf880b8c433; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 12:44:10 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=063ea31146e77f61920d2bf880b8c433; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:5671",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

5984/httpTCPLast Updated At: 12 Dec 2025, 16:11:19 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 16:17:13 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=3d7006c4939c0ea876e809b103cd2f69; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 16:17:13 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=3d7006c4939c0ea876e809b103cd2f69; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:5984",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

6000/httpTCPLast Updated At: 11 Dec 2025, 05:09:41 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 11 Dec 2025 04:07:04 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=dc5720518e98934361518e83ddd8114f; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 11 Dec 2025 04:07:04 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=dc5720518e98934361518e83ddd8114f; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:6000",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

6379/httpTCPLast Updated At: 12 Dec 2025, 16:10:23 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 16:16:18 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=6242b08db50b7ffe61197cd28d4400af; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 16:16:18 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=6242b08db50b7ffe61197cd28d4400af; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:6379",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

6443/httpTCPLast Updated At: 06 Dec 2025, 18:30:31 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Sat, 06 Dec 2025 18:13:59 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=5ecd7661bdf33eb0a0117593281c4f29; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Sat, 06 Dec 2025 18:13:59 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=5ecd7661bdf33eb0a0117593281c4f29; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:6443",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

7574/httpTCPLast Updated At: 08 Dec 2025, 21:58:47 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Mon, 08 Dec 2025 22:04:42 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=3ee4b825f40c1d98b9289489dc0f49e9; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Mon, 08 Dec 2025 22:04:42 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=3ee4b825f40c1d98b9289489dc0f49e9; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:7574",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8000/httpTCPLast Updated At: 11 Dec 2025, 11:47:02 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Sat, 29 Nov 2025 10:58:27 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=3c0c963ff1d562136fea1f5b66d040f6; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Sat, 29 Nov 2025 10:58:27 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=3c0c963ff1d562136fea1f5b66d040f6; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8000",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8086/httpTCPLast Updated At: 09 Dec 2025, 12:41:46 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Mon, 08 Dec 2025 22:06:45 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=97d71cef67abca9a799d030b7e6b69ea; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Mon, 08 Dec 2025 22:06:45 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=97d71cef67abca9a799d030b7e6b69ea; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8086",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8087/httpTCPLast Updated At: 12 Dec 2025, 16:49:43 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 16:55:39 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=c02440b01d289e203160ff9d1488e7fc; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 16:55:39 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=c02440b01d289e203160ff9d1488e7fc; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8087",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8500/httpTCPLast Updated At: 26 Nov 2025, 21:09:33 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 26 Nov 2025 20:33:31 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=c1371cc6a15e14ff94e78436acad11e8; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 26 Nov 2025 20:33:31 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=c1371cc6a15e14ff94e78436acad11e8; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8500",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8883/httpTCPLast Updated At: 08 Dec 2025, 20:18:01 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 05 Dec 2025 03:56:29 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=6d263b218e6e1e66bbfd9e2a1bc72978; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 05 Dec 2025 03:56:29 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=6d263b218e6e1e66bbfd9e2a1bc72978; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8883",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

8983/httpTCPLast Updated At: 12 Dec 2025, 04:22:04 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 04:27:59 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=04780a06707339c1b41c3a52846ca4e9; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 04:27:59 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=04780a06707339c1b41c3a52846ca4e9; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:8983",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

9042/httpTCPLast Updated At: 08 Dec 2025, 02:08:04 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Sun, 07 Dec 2025 22:26:47 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=53b9613643a462e61a52525fee8a2a38; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Sun, 07 Dec 2025 22:26:47 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=53b9613643a462e61a52525fee8a2a38; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:9042",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

9092/httpTCPLast Updated At: 26 Nov 2025, 17:29:36 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 26 Nov 2025 10:16:38 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=4d5de7e5ee577fbb85760d275e92c4ce; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 26 Nov 2025 10:16:38 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=4d5de7e5ee577fbb85760d275e92c4ce; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:9092",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

9093/httpTCPLast Updated At: 12 Dec 2025, 05:39:06 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 05:45:01 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=df06286ba933b57bb372b8052c00d55a; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 05:45:01 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=df06286ba933b57bb372b8052c00d55a; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:9093",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

9200/httpTCPLast Updated At: 12 Dec 2025, 10:24:22 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 10:30:17 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=a41274a4dc4b707aa2a6d6ce61ba12b5; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 10:30:17 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=a41274a4dc4b707aa2a6d6ce61ba12b5; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:9200",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

10250/httpTCPLast Updated At: 25 Nov 2025, 19:43:01 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Tue, 25 Nov 2025 15:52:45 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=e2688f546c7795ae4872a3806c0b8e5a; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Tue, 25 Nov 2025 15:52:45 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=e2688f546c7795ae4872a3806c0b8e5a; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:10250",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

11211/httpTCPLast Updated At: 10 Dec 2025, 12:37:42 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 10 Dec 2025 12:43:34 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=3f08dd8ce940ba1e6b0e012c090e4d3e; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 10 Dec 2025 12:43:34 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=3f08dd8ce940ba1e6b0e012c090e4d3e; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:11211",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

11434/httpTCPLast Updated At: 17 Nov 2025, 20:13:08 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Mon, 17 Nov 2025 20:18:35 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=97ef02a5160bd0d047fffcdab7d90dfe; path=/; secure; httponly
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Mon, 17 Nov 2025 20:18:35 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=97ef02a5160bd0d047fffcdab7d90dfe; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:11434",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

15671/httpTCPLast Updated At: 12 Dec 2025, 10:37:46 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 10:43:40 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=ca4e51361af78387a5282942b8852a3d; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 10:43:40 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=ca4e51361af78387a5282942b8852a3d; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:15671",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

15672/httpTCPLast Updated At: 10 Dec 2025, 11:25:04 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 10 Dec 2025 11:30:57 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=3a123651637b47f3b568917c02610066; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 10 Dec 2025 11:30:57 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=3a123651637b47f3b568917c02610066; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:15672",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

20000/httpTCPLast Updated At: 11 Dec 2025, 17:58:31 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Thu, 11 Dec 2025 15:59:18 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=9b871ce5469079984484554938ac9a19; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Thu, 11 Dec 2025 15:59:18 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=9b871ce5469079984484554938ac9a19; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:20000",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

27017/httpTCPLast Updated At: 10 Dec 2025, 06:21:55 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Wed, 10 Dec 2025 06:27:47 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=2b7b68935929242974b0cd8574686ce3; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Wed, 10 Dec 2025 06:27:47 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=2b7b68935929242974b0cd8574686ce3; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:27017",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

27018/httpTCPLast Updated At: 12 Dec 2025, 17:38:19 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 17:44:14 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=76b2c7a15524793769b0a4aca0be4e47; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 17:44:14 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=76b2c7a15524793769b0a4aca0be4e47; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:27018",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

27019/httpTCPLast Updated At: 12 Dec 2025, 14:02:19 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 14:08:14 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=5e31abac994100fb0b7d8258522e5ba5; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 14:08:14 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=5e31abac994100fb0b7d8258522e5ba5; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:27019",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}

29092/httpTCPLast Updated At: 12 Dec 2025, 03:24:18 UTC

About Service
Product
nginx
VersionN/A
Extra InfoN/A
Softwares
Vendor
igor_sysoev
Product
nginx
URI
cpe:/a:igor_sysoev:nginx
HTTP
Status Code
200
Title
SSLVPN登录页面
Body SHA256
093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8
ComponentN/A
Response Headers
connection
keep-alive
content type
text/html
date
Fri, 12 Dec 2025 03:30:13 GMT
last modified
Tue, 29 Mar 2022 20:02:25 GMT
server
sslvpn 1.0
set cookie
rjsslvpnSID=ec9725b5880379ea537ddd1bc69301d2; path=/; secure; httponly
TLS
Serial Number
2
Validity From
05 Nov 2025, 00:00:38
Validity To
04 Nov 2035, 00:00:38
Subject AN
0.0.0.0
Subject CN
0.0.0.0
Subject Org
N/A
Issuer CN
RJ-SSLVPN-ROOTCA-2025-11-6-Thu-16:0:17
Issuer Org
N/A
Fingerprint
MD5
F6954EEB72891842696BB1C12CEF7B3B
SHA1
34D3434CA831644AEE157B1784C768D61D92A986
SHA256
BBDD9F1A1E33DFC023099EC940BB2CAEEC738CB785CB9ADCE0AACCFA6976183B
JARM
26d26d00026d26d00026d26d26d26dce49238b62fc566f8bdb579566d23d07
//http

//http

{
  "body": "<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n\t\t<script type=\"text/javascript\" src=\"js/lhgdialog/jquery.js\"></script>\r\n\t\t<script type=\"text/javascript\" src=\"js/rjweb_lib.js\"></script>\r\n\t\t<title>SSLVPN登录页面</title>\r\n<noscript>\r\n\t您的浏览器不支持JavaScript(或它被禁止了),请确认您的浏览器能支持JavaScript才能使用SSLVPN服务.\r\n</noscript>\r\n\t\t<script type=\"text/javascript\">\r\n\t\t/*\r\n\t 检查浏览器是否支持cookie\r\n\t */\r\n\t\r\n    function CookieEnable() {\r\n        var result=false;\r\n        if(navigator.cookiesEnabled)\r\n          return true;\r\n        document.cookie = \"rjsslvpn_encookie=yes;\";\r\n        var cookieSet = document.cookie;\r\n        if (cookieSet.indexOf(\"rjsslvpn_encookie=yes\") > -1) \r\n          result=true;\r\n       // document.cookie = \"\";\r\n        return result;\r\n    }\r\n    function check_cookie_enable() {\r\n        if (!CookieEnable()) {\r\n            alert(\"当前浏览器的cookie设置无法使用SSLVPN服务,请进入浏览器选项卡设置cookie级别\");\r\n        } else {\r\n            //带args参数,表示从login.html方式登录\r\n            var login = getQueryString(\"arg\");\r\n            if (login) {\r\n                check_activex_enable(\"login.html\");\r\n            } else {\r\n                check_location_href();\r\n            }\r\n        }\r\n\t}\r\n\r\n    //获取跳转地址\r\n    function check_location_href() {\r\n        $.ajax({\r\n            type : \"GET\",\r\n            url : \"/sslvpn/action/getHrefMsg\",\r\n            success : function(url) {\r\n                check_activex_enable(url)\r\n            }, error : function(XMLHttpRequest, textStatus, errorThrown) {\r\n                //alert(\"信息获取失败,服务器正忙\");\r\n            }\r\n        });\r\n    }\r\n\r\n    function check_activex_enable(url) {\r\n        //非IE,非单点登录需要加参数;单点登录先执行登出\r\n        var href = url;\r\n        if (url.indexOf(\"ssologin\")<0) {\r\n            var random=Math.random();\r\n            href = url + \"?cid=\"+parseInt(Math.random()*1000000);\r\n        } else {\r\n            var splitUrl = url.split(\"?\");\r\n            sslvpn_user_jsonp_logout(splitUrl[0]);\r\n        }\r\n        window.location.href = href;\r\n    }\r\n\tcheck_cookie_enable();\r\n\t//check_activex_enable();\r\n\t//activex检查\r\n\t\t</script>\r\n\t</head>\r\n\t<body bgcolor=\"white\" text=\"black\"></body>\r\n</html>  \r\n\r\n<script language=\"javascript\">\r\n\t\r\n</script>\r\n",
  "body_murmur": -41194546,
  "body_sha256": "093f526c8fdb08aa222e36988537d66ad44d606e01728c9a7d479798b566dbe8",
  "content_length": -1,
  "headers": {
    "connection": [
      "keep-alive"
    ],
    "content_type": [
      "text/html"
    ],
    "date": [
      "Fri, 12 Dec 2025 03:30:13 GMT"
    ],
    "last_modified": [
      "Tue, 29 Mar 2022 20:02:25 GMT"
    ],
    "server": [
      "sslvpn 1.0"
    ],
    "set_cookie": [
      "rjsslvpnSID=ec9725b5880379ea537ddd1bc69301d2; path=/; secure; httponly",
      "rjsslvpnCF=184; path=/",
      "rjsslvpnVER=16777216; path=/; secure; httponly"
    ]
  },
  "protocol": "HTTP/1.1",
  "request": {
    "headers": {
      "accept": [
        "*/*"
      ],
      "user_agent": [
        "Mozilla/5.0 (compatible; Odin; https://docs.getodin.com/)"
      ]
    },
    "method": "GET",
    "url": {
      "host": "39.129.42.246:29092",
      "path": "",
      "scheme": "https"
    }
  },
  "status_code": 200,
  "title": "SSLVPN登录页面",
  "transfer_encoding": [
    "chunked"
  ]
}