Domain likexy.eu.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3030::6815:2d2a:80 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://zyjd.likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ncnlKrs61DLNLUGQtEx7epQcXCWRLz4JO%2BdY%2BKtDw5xMLfGtLywrWOpf%2FHxj3jGjxkJzwUcU2ePNhRP0JUL%2BDSrAxtcXNjQTJAE3qcWs7CFYKuLhYDYl1cwl1lpgBw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=181,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc254bf79660c99-EWR
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6M%2FV2SWsrTaQJBTHCOJDBE%2BNBsErSGGXEpCZNfJrifjco9O5lv5tuNfWyRXiMNdOmy5qeGjiN1migPdCla6UEDPJY5c%2BrZ3HehIraXZM57wfaw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=20
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bfbda0abbe-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WFo3Tp4VRcAd8AK1jfHB%2FeVih6CquT1zpz918yf76KSKzvH%2FfjvUUEGm7V8%2BYZ9Mm%2Fc19u4RytBxyBjImYuHEEfOj2ybucp5tFq84Bs%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=101
    CF-RAY: 9bc254bfa9c2410f-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:80 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0qfR%2BwvXrFgfcUgtCsBmD9Cqf3X7mXVzlzNxMh1oTjifvvsFwDqjrLWCUL%2FWTScXnCxx%2Fy%2BtPDL3OSeH3wDyhJ7wIpu%2BEvn6V4T46wI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc254bf1ba6836e-BOM
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:80 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://zyjd.likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ztrkdey3dzFNNUW%2BkBYV3JNBfxAC%2Fl8xaPDet4VYmX6MdfGqsO0lOH52IM9RRPGFMQSNOBJX44VJpT7ICs0Jail1QGiIiM%2FawzjIEYK5EJA37%2BEa%2ByWFXF743fRzZA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc254bef909fc58-LHR
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t8ubT5qPDq5arsFloHwuNriTdiVOMrSlWIbD1rVsBC3qxRnx4Y0WNFfLJ9UcRt5M36FnmkY9%2Fu9Al8ouku9FNLQsvlcyTCjAcwZuVXExU4zohc3rCT0MYt8Y2LmZJQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bf4be6d23c-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KLh19kgzawe4oQcs4SoTxEbR1OyZtJjqjBc4kRaScjo1ilxLjfWfx9yUSwtJopiON4XCq6TenwbggFF%2FguwgO84fN2EfeETFNKJbNVI9zZMb0w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bf9c7c36df-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:2d2a:8443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H%2B%2FTM9vhtm2h4oLlgi%2B0x0wSUlrb9cxmP%2FkA0GhFVYFAnwxtPWFXINiUUA0l3HEE0GIimNY8yM4c94uO6xNOgeIDkXNytYxQ5JHM%2FXAgfvY59Q6mpT%2BbZ7VquB3WRA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bf2eccf7ea-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:80 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dEUxgk1shaP5tL%2BDr5C%2BTxz8NIPbq1CzFnm1HLtRK2KzCMPnoBu6Aip03KRc6bWn8BTl4RZRgpE1aWyAm4ydZzRaV6fDQwV1XTJB4g0RWqQwzOxrZg5anBU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc254beb85a52aa-SJC
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:2d2a:443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=f6eRhS1hnslLWyp2PVAf%2BAS%2Fj2KkDNFRIaA507aZFyZBuxi2iPBAljL4Insrmy%2BtCdpoyDke5kjAmT5rPrrbJY0Ehh4bs0Iry5p85kZY7YwtUkdGkUG7JSQvm247nA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bf49d81ef7-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uZtQGAo%2B1qYTvq3%2B83IjzQihX7XxGo1oCyGCwa9ELfdOWtk%2FvGHtGK2h1dG%2Fu3MQkfmTNjhrWmhArr59s64a5lO6XwrywhaG4ijVORU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=32
    CF-RAY: 9bc254bf3e2b7769-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:8443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cgnOnjM7kG%2Fr%2F%2BBDPybkxM2DxLUsqQTwV0iy1fvU5W1J2royMSWWRaO%2FqkP%2BuE69zQ2t3zYAzt5LC3kpfOEmjIogVtPi%2F0eExWRGgpA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=33
    CF-RAY: 9bc254bf3c613ea9-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:8443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K9%2Bhf75xx1%2BAan14BhcjnrBZxQYvG8KaD6yshwoC7LAcno2zXOxey9rtQj7Lrl9mN32125H3zAbLfM0B1S00avaluxWUlZv62tSt9%2Fwsm%2BLHJLqfIuVZvxI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=35
    CF-RAY: 9bc254bf7f58f812-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:2d2a:80 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=x5J9iDhyGnnM%2FLzLe1v1pUPv6gL0G9OEzVOKP2sS1H%2FYkivw3hVXB4RSziHZOX%2BUO%2BTPaHckYvoSGX3xtUjT7pPtnbacAySdjEWHdCvtdVPPHwh%2BVatCeFg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc254be7a3f9125-FRA
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:80 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://zyjd.likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=26pVGsAfB6I0xuvLWa4OMiJgzp78IPXyT8XsebtWcv%2BnHYELHN%2B8PGEsp5Edq5VDODMHeyJZgvHLhL88hKw9QsFT%2Bn4XEu3JW%2FWEnybmXqRciQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=96,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc254be7b0fed71-EWR
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:8443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kh4mE0Qe8Q9dpT0N%2BvITpvoYgQbCfJ%2Fvg8FImj5ju1sWpCMy%2B7whQt750NZrhKz5SulkUoa8%2BQgQqhyBSeus1Uy%2B7nu6KqYnzaXrkGqTY60VYff0Aid3iv7kbkQBsQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=15
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bffc5574a7-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:8443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EN56fHwcVCtUPGgRQTzudkxrJjP5YQrNzzPoMR8r%2B02hTcYJsprTBG8nUfPMB5VJ8q1Be7wO51cg8pl3ScOeI%2Bf13dl3MAnbOzCSiN%2BrckpWOQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=32
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bf3844cf12-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:80 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://zyjd.likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=a69CF8IuipudTMMjYu2maTXC0K82bMEGCNIqETKKS4venh5JThN5in7nF1vyaeqnC9k465vBoF6hPeLKEUqRsoYGvJfWCPZkUyocCku1LwE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc254be2a185f96-SIN
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:8443 · zyjd.likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rfqRUZ4N6yCI6pv%2BSWn2uRQX25GUC50baSbtu87zhxu%2FA9VrX9laUHoD0vE55TyPAtxzZj%2FEDAD7lUF9MtuTDEcQZhmryo7L00PdZkXN%2BORrPA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=26,cfOrigin;dur=51
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bfbc73fd91-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 终端
    
    <!DOCTYPE html>
            <html lang="zh-CN" dir="ltr">
        <head>
            <meta charset="UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>终端</title>
            <style>
                * { margin: 0; padding: 0; box-sizing: border-box; }
                body {
                    font-family: "Courier New", monospace;
                    background: #000; color: #00ff00; min-height: 100vh;
                    overflow-x: hidden; position: relative;
                    display: flex; justify-content: center; align-items: center;
                }
                .matrix-bg {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: #000;
                    z-index: -1;
                }
                @keyframes bg-pulse {
                    0%, 100% { background: linear-gradient(45deg, #000 0%, #001100 50%, #000 100%); }
                    50% { background: linear-gradient(45deg, #000 0%, #002200 50%, #000 100%); }
                }
                .matrix-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    background: transparent;
                    z-index: -1;
                    display: none;
                }
                @keyframes matrix-fall {
                    0% { transform: translateY(-100%); }
                    100% { transform: translateY(100vh); }
                }
                .matrix-code-rain {
                    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
                    pointer-events: none; z-index: -1;
                    overflow: hidden;
                    display: none;
                }
                .matrix-column {
                    position: absolute; top: -100%; left: 0;
                    color: #00ff00; font-family: "Courier New", monospace;
                    font-size: 14px; line-height: 1.2;
                    text-shadow: 0 0 5px #00ff00;
                }
                @keyframes matrix-drop {
                    0% { top: -100%; opacity: 1; }
                    10% { opacity: 1; }
                    90% { opacity: 0.3; }
                    100% { top: 100vh; opacity: 0; }
                }
                .matrix-column:nth-child(odd) {
                    animation-duration: 12s;
                    animation-delay: -2s;
                }
                .matrix-column:nth-child(even) {
                    animation-duration: 18s;
                    animation-delay: -5s;
                }
                .matrix-column:nth-child(3n) {
                    animation-duration: 20s;
                    animation-delay: -8s;
                }
                .terminal {
                    width: 90%; max-width: 800px; height: 500px;
                    background: rgba(0, 0, 0, 0.9);
                    border: 2px solid #00ff00;
                    border-radius: 8px;
                    box-shadow: 0 0 30px rgba(0, 255, 0, 0.5), inset 0 0 20px rgba(0, 255, 0, 0.1);
                    backdrop-filter: blur(10px);
                    position: relative; z-index: 1;
                    overflow: hidden;
                }
                .terminal-header {
                    background: rgba(0, 20, 0, 0.8);
                    padding: 10px 15px;
                    border-bottom: 1px solid #00ff00;
                    display: flex; align-items: center;
                }
                .terminal-buttons {
                    display: flex; gap: 8px;
                }
                .terminal-button {
                    width: 12px; height: 12px; border-radius: 50%;
                    background: #ff5f57; border: none;
                }
                .terminal-button:nth-child(2) { background: #ffbd2e; }
                .terminal-button:nth-child(3) { background: #28ca42; }
                .terminal-title {
                    margin-left: 15px; color: #00ff00;
                    font-size: 14px; font-weight: bold;
                }
                .terminal-body {
                    padding: 20px; height: calc(100% - 50px);
                    overflow-y: auto; font-size: 14px;
                    line-height: 1.4;
                }
                .terminal-line {
                    margin-bottom: 8px; display: flex; align-items: center;
                }
                .terminal-prompt {
                    color: #00ff00; margin-ri
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:d16a:443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QGbwli3Mu%2BJU7qk3y0nCktaLd%2F0OuLpBIr5CjjiSIdOxj8sBLeD19yylaQ%2BwwABB1SpqxBsID2iOfCQmoqoJhFRv%2BXd9ivY2B%2BFOzp%2FMZ%2B5tVmt85tUeYlc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254be8ff639c8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.45.42:80 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mAFAU1X78CXbexJ0HD5CqqF%2FSMwoE63DeRKCclj7w3pI0Suu%2Byo%2FwhW5Ss4pJlqCrKAg0f3do6Nozb%2FTGoEnQukP%2B80amNwkp7rB2PU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc254bdc8643813-FRA
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:2d2a:8443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xwxacvjhm1%2BGmPb68VTHEvp69orj5TQ7bsj1CFhszTvuQNXuElkh6VB%2BmwnEFu3XBk9P6oYSDfb5v7myqggeEwrTd2mEPrhC08S8D%2FtSpFe558gvWK6RFnI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bdce0edc86-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:2d2a:443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U%2Faz%2FuB0fF9uAunYkKJnVPqYaE6IfTyF%2FuN3tYqc7W%2FcmPweuY5htnBvb655mlPmAuM4KP3UfRRK8ywhNJPjkGOiTyoZyfQUbzhtV1upoGSljGfabBuKX8s%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bdd90ad223-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:8443 · likexy.eu.org

    2026-01-11 06:24

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:24:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Link: <//cdn.jsdelivr.net>; rel="preconnect", <//busuanzi.ibruce.info>; rel="preconnect"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JpoiPVY%2BNE51QSaprLWHVof1zYEydx0%2F9v8xQ%2BBusZRW%2B773jH1O2fk%2FuCEkh6vP6y8YRMuOhiC0iOPHTtTxsyi1L8eu4vBl2ztneWk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc254bdac21588c-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.209.106:80 · likexy.eu.org

    2026-01-09 09:25

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 09:25:35 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nzaI1NVcnEnJVRmBuAS7A4m5bPeD30jO6KqtEDvkaQI8ytnSeAB8tSC1WEJ%2B145ou%2BNdi7A34CGmIi14oyJAvI6fC%2BOcKuUnGk8LaGY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb2e35e7cb4d40e-FRA
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.21.45.42:80 · likexy.eu.org

    2025-12-23 10:08

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 10:08:36 GMT
    Content-Length: 0
    Connection: close
    Location: https://likexy.eu.org/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=neHQMo5xU04M8ja1dU%2BqJTIJ%2BC4Mlc1kYOZEnBW8P6wO5HDs5V14EKv6LaFgyRUhK83dnLRKl9PI3YlwEv2KBXGfqli16ar446FLoJA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b270f011cd41914-EWR
    
    Found 2025-12-23 by HttpPlugin
    Create report
zyjd.likexy.eu.org
CN:
zyjd.likexy.eu.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-13 05:20
Not after:
2026-02-11 06:20
likexy.eu.org
CN:
likexy.eu.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-21 05:32
Not after:
2026-03-21 06:32