Domain test1-ag6.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.47.54:80 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Length: 0
    Connection: close
    Location: https://test1-ag6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l79V6aG8My0JnN9ywJAB9sVTmLjYtm7nioXqAQYnvCR5RigEggP9N4wYiZnLb8gIoaI9sios%2BBeWWiIV1HWu4IYjlfaAJRwSrVUd4MO%2Fzf9vEz0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23e8ef4f037-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cca:8443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vgU6cAolA6GJiAWw1oFhFh9fysFgu%2BIb8LAgaSf6OszvA6F9CTw5L8KxDQ0eNEpjWXF1j8aIfNcfNYNs2rDJBc2pBEFalk0VminqUOAIWyt4eXgj1Qd%2BWARg6S6znsw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc2402bf24024-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-26 by HttpPlugin
    Create report
  • Open service 172.66.47.54:443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y%2BZi1llmKNF18ZglClayIBH98XYWUO0uL%2BrfssNoJfzfm6%2Fg%2BviLFtphSWFYEeTnsCvr4W3fjzwhyllv7VEBhHXfAjGOqJJCrhK58Gl5qKO%2FN2w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23ffc9f3d7a-SIN
    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-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f36:8443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fnSmyvPiJ2jYpGj6MZRuYJsPhRLw5VxfpKApIhIYgfSAze%2FRAQexgbuNKrTRUOHQvkRNzXk9KcC14HS0g5vP%2Fi7JNIYCY7R00tb5nZ6e0rzSMp22HonMpymWbDHlAQ0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23e683057a9-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-26 by HttpPlugin
    Create report
  • Open service 172.66.44.202:8443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FTVYZNaoha5NOURxs0Y8XC511Qpbms2DwSJoXzg%2Blczqw5vaKEDb4J%2BjfiSESdhKaXLJkUzLAQyENoNq7f0MIuMetrVQsySJIMLTW2LyhwcWw3s%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23daa5a4397-EWR
    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-26 by HttpPlugin
    Create report
  • Open service 172.66.44.202:80 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Length: 0
    Connection: close
    Location: https://test1-ag6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U2TxhucBiTrTeUSsMUBYX7TB%2FlC65gqgHvTZoJKnZCvos7NdA%2BN9eiiw2JAbMFpd%2FmWx3iVE3uyICgKjhjLlAeetzjcUfaMuznj15rV6pHg%2Bid4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23d7c4e4b56-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cca:80 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Length: 0
    Connection: close
    Location: https://test1-ag6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fEZFiFeZLT0iwFgMIGN2vuZVwj7O14cpI2T%2FaSSIE8GxjG8YrtUb4hh1t1tXJCNhRKvkyYY9JcNrHcCi65CDCCGJ0x7inhmiLL9OKNy58%2FVsTNoY%2BnzMd3AnymQOOHg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23d598118e2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2cca:443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2F3KWLU5N%2BNqz0OIf7bbhz7XbGkw7OaXnfNKZWedA7DYNVI8MVMLZ04%2FnZ%2BL1kwhxEtfObLBJh5gZDQGMxAFLP3d5NWIUGMwobbZJ5hdeuuIqE7XDCq0U%2Fm%2FjSbsF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23dceb4a1ed-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-26 by HttpPlugin
    Create report
  • Open service 172.66.47.54:8443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Awq4TX4uWRMj8GmsHBe5vkC0Cf28j2wSBjcFBiyALEYbkR10SAl9O8FtnWMhGitNNOhyMkH6GPJs7lsdSPtQLmC53iRO9KT2pb3MTo9zV3iG59w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23d4e3dd3b4-FRA
    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-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f36:80 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 03:00:12 GMT
    Content-Length: 0
    Connection: close
    Location: https://test1-ag6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0Kbda1pZK72%2FW5UpICiJCO69ZufdKXwBfjkSmh2AsT7%2BmpQheOhT33R7GhIkPbzu%2FIBDIuoLwCEXo4TNX3yHIptfNWRC13wh%2B4R%2BssHLBf9ZnA7eyxtRgvgdQ0FniWM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23cdaa1f7ea-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f36:443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lZ%2BcFhC7tqimr1qinmiNnJORS1xj9XKsHDTI6YeZzeMSUXrujQWijwv9NKjxBSKRGz%2F6ndj6mkzmmjbb%2FMisBFBGCnYca8Vi0ccFsNJOiXz1yWq1318naza9cRJQGy0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23d2b4f1cb6-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-26 by HttpPlugin
    Create report
  • Open service 172.66.44.202:443 · test1-ag6.pages.dev

    2026-01-26 03:00

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 03:00:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 17208
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FZMgxnyxH0IaY1lOaEl61C%2BrFoRLN9ZkZVk8BN0ljHb7dRHW6l0EMZEEPEhcsMP9aY%2BW4V3SJq8JVY5Ld0MyZ3XPX%2ByBOuUbzJiGnd8iDudYajQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3cc23d0f56fff5-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-26 by HttpPlugin
    Create report
test1-ag6.pages.dev*.test1-ag6.pages.dev
CN:
test1-ag6.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 01:59
Not after:
2026-04-26 02:57