Domain otmekal.click
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.155.67:8443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 05:20:30 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19576,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1f6a19bc60029-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.74.54:8443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 05:20:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19517,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1f6a0b9c32388-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.74.54:443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Sun, 04 Jan 2026 01:37:51 GMT
    vary: Accept-Encoding
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MSb%2BmCRzhAwHesGBf52TdIqxLjxYOWw%2BmCZhqisq2Yt%2B1SGYsMFEGf1MwLUkNyD04HKUmbs4CJGfrjeFp3OFadtOA6%2BY6DTlwTLzKk8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69bff85b32c-FRA
    
    Page title: 박두환
    
    <!DOCTYPE html>
        <html lang="ja">
        <head>
            
                <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-PPQNB942');</script>
                <!-- End Google Tag Manager -->
        
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>박두환</title>
        
        <!-- 像素追踪代码 - 统一管理 -->
        <script src="static/js/pixels.js" async></script>
        
            <style>
                /* CSS 样式保持不变。 */
                body { font-family: Arial, sans-serif; margin: 0; padding: 20px 0; background-color: #f0f2f5; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; box-sizing: border-box; }
                .main-container { max-width: 680px; width: 100%; padding: 0 15px; box-sizing: border-box; }
                .profile-image-container { width: 96px; height: 96px; overflow: hidden; border-radius: 50%; margin: 0 auto 20px auto; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
                .profile-image-container img { width: 100%; height: 100%; object-fit: cover; }
                .text-container { text-align: center; margin-bottom: 25px; width: 100%; }
                .text-container h1 { font-size: 24px; margin-bottom: 15px; color: #1c1e21; font-weight: bold; }
                .text-container p { font-size: 16px; color: #333; line-height: 1.7; font-weight: 500; text-align: left; margin-bottom: 1.5em; }
                .button, .second-button { display: block; text-decoration: none; box-sizing: border-box; width: 100%; margin-top: 20px; padding: 16px; font-size: 18px; font-weight: bold; background-color: white; color: #333; border: 1px solid #ddd; border-radius: 12px; cursor: pointer; text-align: center; transition: all 0.3s ease; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }
                .button:hover, .second-button:hover { transform: translateY(-3px); box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
                .content-image { width: 100%; height: auto; border-radius: 12px; margin-top: 20px; display: block; }
                .second-button { display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(90deg, #5D9CEC 0%, #4A89DC 100%); color: white; border: none; animation: pulse 2s infinite; }
                .second-button img { width: 30px; height: 30px; }
                @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
                .footer-disclaimer { padding: 20px; font-size: 12px; color: #888; text-align: center; margin-top: 30px; }
                @media (max-width: 768px) { .text-container h1 { font-size: 22px; } .text-container p { font-size: 15px; } .button, .second-button { font-size: 16px; padding: 15px; } }
                .popup { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
                .popup-content { background-color: #fefefe; margin: auto; padding: 25px; border: 1px solid #888; width: 90%; max-width: 500px; border-radius: 12px; position: relative; text-align: left; color: #333; line-height: 1.7; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
                .popup-content p { margin: 10px 0; }
                .close-popup { color: #aaa; position: absolute; top: 10px; right: 20px; font-size: 32px; font-weight: bold; cursor: pointer; line-height: 1; }
                .close-popup:hover, .close-popup:focus { color: black; }
                .popup-buttons { margin-top: 25px; display: flex; justify-content: space-between; gap
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.74.54:80 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sat, 03 Jan 2026 03:15:10 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZcE7wrc50THzo2XpiuYzkukIUS3aA4LXjD957W7hXbyApUrExgFwYTHnch4CN%2FVYrrIMBny052%2Bc8ZFUAzHwg%2BRDrFsos9zXxL8%2FgAE%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69ad837dbdb-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 恭喜,站点创建成功!
    
    <!doctype html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>恭喜,站点创建成功!</title>
        <style>
            .container {
                width: 60%;
                margin: 10% auto 0;
                background-color: #f0f0f0;
                padding: 2% 5%;
                border-radius: 10px
            }
    
            ul {
                padding-left: 20px;
            }
    
                ul li {
                    line-height: 2.3
                }
    
            a {
                color: #20a53a
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>恭喜, 站点创建成功!</h1>
            <h3>这是默认index.html,本页面由系统自动生成</h3>
            <ul>
                <li>本页面在FTP根目录下的index.html</li>
                <li>您可以修改、删除或覆盖本页面</li>
                <li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
            </ul>
        </div>
    </body>
    </html>
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.155.67:443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Sun, 04 Jan 2026 01:37:51 GMT
    vary: Accept-Encoding
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=O1V7zDhzt2tl3E9kvyJpcXpSjtQDA5zWZbbG4frrM5J3afDk9IlIdHFbTqlbtM4EidcCP0L6N2UXgG%2BbsJPYlbc2mbXnOFd7etrru60%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69adedbd38a-FRA
    
    Page title: 박두환
    
    <!DOCTYPE html>
        <html lang="ja">
        <head>
            
                <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-PPQNB942');</script>
                <!-- End Google Tag Manager -->
        
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>박두환</title>
        
        <!-- 像素追踪代码 - 统一管理 -->
        <script src="static/js/pixels.js" async></script>
        
            <style>
                /* CSS 样式保持不变。 */
                body { font-family: Arial, sans-serif; margin: 0; padding: 20px 0; background-color: #f0f2f5; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; box-sizing: border-box; }
                .main-container { max-width: 680px; width: 100%; padding: 0 15px; box-sizing: border-box; }
                .profile-image-container { width: 96px; height: 96px; overflow: hidden; border-radius: 50%; margin: 0 auto 20px auto; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
                .profile-image-container img { width: 100%; height: 100%; object-fit: cover; }
                .text-container { text-align: center; margin-bottom: 25px; width: 100%; }
                .text-container h1 { font-size: 24px; margin-bottom: 15px; color: #1c1e21; font-weight: bold; }
                .text-container p { font-size: 16px; color: #333; line-height: 1.7; font-weight: 500; text-align: left; margin-bottom: 1.5em; }
                .button, .second-button { display: block; text-decoration: none; box-sizing: border-box; width: 100%; margin-top: 20px; padding: 16px; font-size: 18px; font-weight: bold; background-color: white; color: #333; border: 1px solid #ddd; border-radius: 12px; cursor: pointer; text-align: center; transition: all 0.3s ease; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }
                .button:hover, .second-button:hover { transform: translateY(-3px); box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
                .content-image { width: 100%; height: auto; border-radius: 12px; margin-top: 20px; display: block; }
                .second-button { display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(90deg, #5D9CEC 0%, #4A89DC 100%); color: white; border: none; animation: pulse 2s infinite; }
                .second-button img { width: 30px; height: 30px; }
                @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
                .footer-disclaimer { padding: 20px; font-size: 12px; color: #888; text-align: center; margin-top: 30px; }
                @media (max-width: 768px) { .text-container h1 { font-size: 22px; } .text-container p { font-size: 15px; } .button, .second-button { font-size: 16px; padding: 15px; } }
                .popup { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
                .popup-content { background-color: #fefefe; margin: auto; padding: 25px; border: 1px solid #888; width: 90%; max-width: 500px; border-radius: 12px; position: relative; text-align: left; color: #333; line-height: 1.7; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
                .popup-content p { margin: 10px 0; }
                .close-popup { color: #aaa; position: absolute; top: 10px; right: 20px; font-size: 32px; font-weight: bold; cursor: pointer; line-height: 1; }
                .close-popup:hover, .close-popup:focus { color: black; }
                .popup-buttons { margin-top: 25px; display: flex; justify-content: space-between; gap
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:4a36:8443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 05:20:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1f6a05ac86662-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:4a36:80 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sat, 03 Jan 2026 03:15:10 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=222QmOslmTCXRW0dqcWvNFAgBYD%2FcDc%2FH15Dqv%2BM%2BDfwIi7GJ3QyBckcsMh7CuS7UinKEPq7dYReiqlRCxZ5CBJ9HcC7Pch%2FsstwHRXNeZqNX51Pb38h%2BrY%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69a7c00d595-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 恭喜,站点创建成功!
    
    <!doctype html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>恭喜,站点创建成功!</title>
        <style>
            .container {
                width: 60%;
                margin: 10% auto 0;
                background-color: #f0f0f0;
                padding: 2% 5%;
                border-radius: 10px
            }
    
            ul {
                padding-left: 20px;
            }
    
                ul li {
                    line-height: 2.3
                }
    
            a {
                color: #20a53a
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>恭喜, 站点创建成功!</h1>
            <h3>这是默认index.html,本页面由系统自动生成</h3>
            <ul>
                <li>本页面在FTP根目录下的index.html</li>
                <li>您可以修改、删除或覆盖本页面</li>
                <li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
            </ul>
        </div>
    </body>
    </html>
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:4a36:443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Sun, 04 Jan 2026 01:37:51 GMT
    vary: Accept-Encoding
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eTd50SJ0FhhEnpfIbOghqP6G7Mt7DCNNWMMBwNylKVHOeAMz9DLi3Z9%2F%2BNSUwV4eTK2D62ysbzfMa7RzJHlfDesR3h9XWV03GvvWcjyyfIPYsnnhAQ3FemM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69a3d07d8f8-LHR
    
    Page title: 박두환
    
    <!DOCTYPE html>
        <html lang="ja">
        <head>
            
                <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-PPQNB942');</script>
                <!-- End Google Tag Manager -->
        
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>박두환</title>
        
        <!-- 像素追踪代码 - 统一管理 -->
        <script src="static/js/pixels.js" async></script>
        
            <style>
                /* CSS 样式保持不变。 */
                body { font-family: Arial, sans-serif; margin: 0; padding: 20px 0; background-color: #f0f2f5; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; box-sizing: border-box; }
                .main-container { max-width: 680px; width: 100%; padding: 0 15px; box-sizing: border-box; }
                .profile-image-container { width: 96px; height: 96px; overflow: hidden; border-radius: 50%; margin: 0 auto 20px auto; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
                .profile-image-container img { width: 100%; height: 100%; object-fit: cover; }
                .text-container { text-align: center; margin-bottom: 25px; width: 100%; }
                .text-container h1 { font-size: 24px; margin-bottom: 15px; color: #1c1e21; font-weight: bold; }
                .text-container p { font-size: 16px; color: #333; line-height: 1.7; font-weight: 500; text-align: left; margin-bottom: 1.5em; }
                .button, .second-button { display: block; text-decoration: none; box-sizing: border-box; width: 100%; margin-top: 20px; padding: 16px; font-size: 18px; font-weight: bold; background-color: white; color: #333; border: 1px solid #ddd; border-radius: 12px; cursor: pointer; text-align: center; transition: all 0.3s ease; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }
                .button:hover, .second-button:hover { transform: translateY(-3px); box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
                .content-image { width: 100%; height: auto; border-radius: 12px; margin-top: 20px; display: block; }
                .second-button { display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(90deg, #5D9CEC 0%, #4A89DC 100%); color: white; border: none; animation: pulse 2s infinite; }
                .second-button img { width: 30px; height: 30px; }
                @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
                .footer-disclaimer { padding: 20px; font-size: 12px; color: #888; text-align: center; margin-top: 30px; }
                @media (max-width: 768px) { .text-container h1 { font-size: 22px; } .text-container p { font-size: 15px; } .button, .second-button { font-size: 16px; padding: 15px; } }
                .popup { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
                .popup-content { background-color: #fefefe; margin: auto; padding: 25px; border: 1px solid #888; width: 90%; max-width: 500px; border-radius: 12px; position: relative; text-align: left; color: #333; line-height: 1.7; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
                .popup-content p { margin: 10px 0; }
                .close-popup { color: #aaa; position: absolute; top: 10px; right: 20px; font-size: 32px; font-weight: bold; cursor: pointer; line-height: 1; }
                .close-popup:hover, .close-popup:focus { color: black; }
                .popup-buttons { margin-top: 25px; display: flex; justify-content: space-between; gap
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9b43:80 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sat, 03 Jan 2026 03:15:10 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iEldOJiB%2Bs2kl1pDBMdJ6Zm5hRkdjRbJq3oPrDIdlgtgLtpAsS91VHNmjjN7aL8KTVqXJwFPlzxESKOLGi%2FY5fVZP9yrVA6r9r7%2FaPhweXiYE%2BcHNgS6VgQ%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69aae9416f0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 恭喜,站点创建成功!
    
    <!doctype html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>恭喜,站点创建成功!</title>
        <style>
            .container {
                width: 60%;
                margin: 10% auto 0;
                background-color: #f0f0f0;
                padding: 2% 5%;
                border-radius: 10px
            }
    
            ul {
                padding-left: 20px;
            }
    
                ul li {
                    line-height: 2.3
                }
    
            a {
                color: #20a53a
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>恭喜, 站点创建成功!</h1>
            <h3>这是默认index.html,本页面由系统自动生成</h3>
            <ul>
                <li>本页面在FTP根目录下的index.html</li>
                <li>您可以修改、删除或覆盖本页面</li>
                <li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
            </ul>
        </div>
    </body>
    </html>
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9b43:8443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 522 <none>
    Date: Sun, 11 Jan 2026 05:20:29 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1f69fa886b8e4-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.155.67:80 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sat, 03 Jan 2026 03:15:10 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YkEP5bOZ7YFSVfdZ9YUim3SHCAo5%2FgkzCkS6ofmUioceMcf0jvTHV%2FnoVAd88clyxHvZstwUD68wSKhTUsuIReUXS9tQ0%2BwWd3Wgmow%3D"}]}
    Accept-Ranges: bytes
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f69a0816d7e4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 恭喜,站点创建成功!
    
    <!doctype html>
    <html>
    <head>
        <meta charset="utf-8">
        <title>恭喜,站点创建成功!</title>
        <style>
            .container {
                width: 60%;
                margin: 10% auto 0;
                background-color: #f0f0f0;
                padding: 2% 5%;
                border-radius: 10px
            }
    
            ul {
                padding-left: 20px;
            }
    
                ul li {
                    line-height: 2.3
                }
    
            a {
                color: #20a53a
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>恭喜, 站点创建成功!</h1>
            <h3>这是默认index.html,本页面由系统自动生成</h3>
            <ul>
                <li>本页面在FTP根目录下的index.html</li>
                <li>您可以修改、删除或覆盖本页面</li>
                <li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
            </ul>
        </div>
    </body>
    </html>
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::ac43:9b43:443 · otmekal.click

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:09 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Sun, 04 Jan 2026 01:37:51 GMT
    vary: Accept-Encoding
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KeIlMDdut9ZVX5SJvZ83CEmfuHddtsNv0p3xZwpCNATcefVE6GPNLUgoX0oZSMjigxFhyIvAG8%2BhtSsKS%2FcV4EbwqKNFvyF5sGIOJOXhDefO8H7j%2Bw74%2FdQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f699fcf8b8f0-AMS
    
    Page title: 박두환
    
    <!DOCTYPE html>
        <html lang="ja">
        <head>
            
                <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-PPQNB942');</script>
                <!-- End Google Tag Manager -->
        
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <title>박두환</title>
        
        <!-- 像素追踪代码 - 统一管理 -->
        <script src="static/js/pixels.js" async></script>
        
            <style>
                /* CSS 样式保持不变。 */
                body { font-family: Arial, sans-serif; margin: 0; padding: 20px 0; background-color: #f0f2f5; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: 100vh; box-sizing: border-box; }
                .main-container { max-width: 680px; width: 100%; padding: 0 15px; box-sizing: border-box; }
                .profile-image-container { width: 96px; height: 96px; overflow: hidden; border-radius: 50%; margin: 0 auto 20px auto; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
                .profile-image-container img { width: 100%; height: 100%; object-fit: cover; }
                .text-container { text-align: center; margin-bottom: 25px; width: 100%; }
                .text-container h1 { font-size: 24px; margin-bottom: 15px; color: #1c1e21; font-weight: bold; }
                .text-container p { font-size: 16px; color: #333; line-height: 1.7; font-weight: 500; text-align: left; margin-bottom: 1.5em; }
                .button, .second-button { display: block; text-decoration: none; box-sizing: border-box; width: 100%; margin-top: 20px; padding: 16px; font-size: 18px; font-weight: bold; background-color: white; color: #333; border: 1px solid #ddd; border-radius: 12px; cursor: pointer; text-align: center; transition: all 0.3s ease; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }
                .button:hover, .second-button:hover { transform: translateY(-3px); box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
                .content-image { width: 100%; height: auto; border-radius: 12px; margin-top: 20px; display: block; }
                .second-button { display: flex; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(90deg, #5D9CEC 0%, #4A89DC 100%); color: white; border: none; animation: pulse 2s infinite; }
                .second-button img { width: 30px; height: 30px; }
                @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }
                .footer-disclaimer { padding: 20px; font-size: 12px; color: #888; text-align: center; margin-top: 30px; }
                @media (max-width: 768px) { .text-container h1 { font-size: 22px; } .text-container p { font-size: 15px; } .button, .second-button { font-size: 16px; padding: 15px; } }
                .popup { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
                .popup-content { background-color: #fefefe; margin: auto; padding: 25px; border: 1px solid #888; width: 90%; max-width: 500px; border-radius: 12px; position: relative; text-align: left; color: #333; line-height: 1.7; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
                .popup-content p { margin: 10px 0; }
                .close-popup { color: #aaa; position: absolute; top: 10px; right: 20px; font-size: 32px; font-weight: bold; cursor: pointer; line-height: 1; }
                .close-popup:hover, .close-popup:focus { color: black; }
                .popup-buttons { margin-top: 25px; display: flex; justify-content: space-between; gap
    Found 2026-01-11 by HttpPlugin
    Create report
otmekal.click*.otmekal.click
CN:
otmekal.click
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-03 01:50
Not after:
2026-04-03 02:48