Domain auth-finder.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.212.64:80 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 05:20:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://auth-finder.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BCbwo%2FCpDLmC%2BQA5cQN7EJ%2BI0gN4ETVWReKqVqzNUe%2BL2rrrSdHsIlM%2BvvHUICTXbE5upxCGvNaiv%2Bl36gIMsQFmiZX%2FN%2B3s0XXg9NXP%2FQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc1f676d8e136e8-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:2aeb:80 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 05:20:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://auth-finder.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pAmaB321BgMOUepamh5CfQSU6btYhHPxmF4Y2pB9K7VLvTYDiWvMeKv%2BnXZ8ylWXipvC%2FkGPANnlzHfDlMX%2BZpI5C5Wu3SrElb%2FL1xN8j%2Bqo8YCh6wkF15Snpg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc1f676d81d8627-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.212.64:443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:04 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
    X-XSS-Protection: 1; mode=block
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bxOU2EvrwMc1jAExjinlN7ioJ9%2BEg3zWaDd%2BY9sobD4jLxtTdGXTNP9P%2Bc0M2BILW9aFBFj1HqNv8PQnlmFebkB3cxKt4s0BI9hhEf083w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f6786c11b96e-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Not Found
    
    <head>
    			<script src='script/includes/js/drm.js' redir='https://auth-finder.com/' base='https://auth-finder.com/'></script>
    			<base href="script//">
    			<style>
    				
    			</style>
    		</head><!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Not Found</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                color-scheme: light dark;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                background-color: #ffffff;
                color: #000000;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: background-color 0.3s ease, color 0.3s ease;
            }
    
            /* Light mode */
            @media (prefers-color-scheme: light) {
                body {
                    background-color: #ffffff;
                    color: #000000;
                }
    
                .error-code {
                    color: #4a4a4a;
                }
    
                .error-title {
                    color: #333333;
                }
    
                .error-message {
                    color: #666666;
                }
            }
    
            /* Dark mode */
            @media (prefers-color-scheme: dark) {
                body {
                    background-color: #1a1a1a;
                    color: #ffffff;
                }
    
                .error-code {
                    color: #666666;
                }
    
                .error-title {
                    color: #888888;
                }
    
                .error-message {
                    color: #999999;
                }
            }
    
            .container {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .error-content {
                text-align: center;
                max-width: 600px;
            }
    
            .error-code {
                font-size: 120px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 20px;
                letter-spacing: -2px;
            }
    
            .error-title {
                font-size: 48px;
                font-weight: 400;
                margin-bottom: 20px;
                letter-spacing: 1px;
            }
    
            .error-message {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.6;
                letter-spacing: 0.5px;
            }
    
            /* Footer - Always dark */
            .footer {
                padding: 30px 20px;
                background-color: #4a4a4a;
                color: #ffffff;
                border-top: 1px solid #3a3a3a;
            }
    
            .footer-content {
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-text {
                font-size: 13px;
                line-height: 1.8;
                margin: 0;
                color: #ffffff;
            }
    
            .footer-text:first-child {
                margin-bottom: 10px;
            }
    
            /* Responsive adjustments */
            @media (max-width: 768px) {
                .error-code {
                    font-size: 80px;
                }
    
                .error-title {
                    font-size: 32px;
                }
    
                .error-message {
                    font-size: 14px;
                }
            }
    
            @media (max-width: 480px) {
                .error-code {
                    font-size: 60px;
                }
    
                .error-title {
                    font-size: 24px;
                }
    
                .error-message {
                    font-size: 13px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="error-content">
                <div class="error-code">404</div>
                <div class="error-title">Not Found</div>
                <div class="error-message">The resource requested could not be found on this server!</div>
            </div>
        </div>
    
        <footer class="footer">
            <div class="footer-content">
                <p class="footer-text
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d440:8443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 05:20:03 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=123,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc1f676ec14c439-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.42.235:80 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 05:20:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://auth-finder.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zVc5Vqch6j25Kgre%2B69YaCcnCDZFvDaEzVNHVEIgPNMRNFuTY8QNLBqMAquKz8NzSv1RcG69snOOC5QHmJytD1WXZ%2Fsuxa17P%2F8uFfOGyw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc1f6760c32d278-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.42.235:443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:04 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
    X-XSS-Protection: 1; mode=block
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bd8YLJ%2BtpuUgD%2FutR8pLu8K5T14wt57TcrMkTL%2F5YJPgpRcBA4XU1Kn%2BfLIAmioK%2F4tJ%2Ff17yKajMr%2BEIdhAid%2F%2BbyFd%2B2NJQ06y7wxiWA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f6782a03d2eb-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Not Found
    
    <head>
    			<script src='script/includes/js/drm.js' redir='https://auth-finder.com/' base='https://auth-finder.com/'></script>
    			<base href="script//">
    			<style>
    				
    			</style>
    		</head><!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Not Found</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                color-scheme: light dark;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                background-color: #ffffff;
                color: #000000;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: background-color 0.3s ease, color 0.3s ease;
            }
    
            /* Light mode */
            @media (prefers-color-scheme: light) {
                body {
                    background-color: #ffffff;
                    color: #000000;
                }
    
                .error-code {
                    color: #4a4a4a;
                }
    
                .error-title {
                    color: #333333;
                }
    
                .error-message {
                    color: #666666;
                }
            }
    
            /* Dark mode */
            @media (prefers-color-scheme: dark) {
                body {
                    background-color: #1a1a1a;
                    color: #ffffff;
                }
    
                .error-code {
                    color: #666666;
                }
    
                .error-title {
                    color: #888888;
                }
    
                .error-message {
                    color: #999999;
                }
            }
    
            .container {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .error-content {
                text-align: center;
                max-width: 600px;
            }
    
            .error-code {
                font-size: 120px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 20px;
                letter-spacing: -2px;
            }
    
            .error-title {
                font-size: 48px;
                font-weight: 400;
                margin-bottom: 20px;
                letter-spacing: 1px;
            }
    
            .error-message {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.6;
                letter-spacing: 0.5px;
            }
    
            /* Footer - Always dark */
            .footer {
                padding: 30px 20px;
                background-color: #4a4a4a;
                color: #ffffff;
                border-top: 1px solid #3a3a3a;
            }
    
            .footer-content {
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-text {
                font-size: 13px;
                line-height: 1.8;
                margin: 0;
                color: #ffffff;
            }
    
            .footer-text:first-child {
                margin-bottom: 10px;
            }
    
            /* Responsive adjustments */
            @media (max-width: 768px) {
                .error-code {
                    font-size: 80px;
                }
    
                .error-title {
                    font-size: 32px;
                }
    
                .error-message {
                    font-size: 14px;
                }
            }
    
            @media (max-width: 480px) {
                .error-code {
                    font-size: 60px;
                }
    
                .error-title {
                    font-size: 24px;
                }
    
                .error-message {
                    font-size: 13px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="error-content">
                <div class="error-code">404</div>
                <div class="error-title">Not Found</div>
                <div class="error-message">The resource requested could not be found on this server!</div>
            </div>
        </div>
    
        <footer class="footer">
            <div class="footer-content">
                <p class="footer-text
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d440:80 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 05:20:03 GMT
    Content-Length: 0
    Connection: close
    Location: https://auth-finder.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W%2F4cn7CBWmhc7rNw3ZL96QpBFhmdcytP03K61DB%2BDIVXs8d27fgnzkyhQ42TTTYOeazecp1w1M0yyAc4IdyB5ZCLSDM9nccuMqRUBcdmUvDCs7oHVWA7Y0HwlA%3D%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: 9bc1f675ad4eae70-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:2aeb:8443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 05:20:03 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: 9bc1f6760ca4e7b4-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:d440:443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:04 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
    X-XSS-Protection: 1; mode=block
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=M6ndx%2BJEsAlgE8ZyBbYNJZO75fC7AXevkIg8I7TJl07WX9aC3jv7sQ0kzbhYtvGvjZYF%2BDDYX%2BKJGgukN69ht%2B6NlKHI9ieMS2zraWA5zzR3AvX%2FxqZSTAWGVg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=463
    CF-RAY: 9bc1f678ec587db1-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Not Found
    
    <head>
    			<script src='script/includes/js/drm.js' redir='https://auth-finder.com/' base='https://auth-finder.com/'></script>
    			<base href="script//">
    			<style>
    				
    			</style>
    		</head><!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Not Found</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                color-scheme: light dark;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                background-color: #ffffff;
                color: #000000;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: background-color 0.3s ease, color 0.3s ease;
            }
    
            /* Light mode */
            @media (prefers-color-scheme: light) {
                body {
                    background-color: #ffffff;
                    color: #000000;
                }
    
                .error-code {
                    color: #4a4a4a;
                }
    
                .error-title {
                    color: #333333;
                }
    
                .error-message {
                    color: #666666;
                }
            }
    
            /* Dark mode */
            @media (prefers-color-scheme: dark) {
                body {
                    background-color: #1a1a1a;
                    color: #ffffff;
                }
    
                .error-code {
                    color: #666666;
                }
    
                .error-title {
                    color: #888888;
                }
    
                .error-message {
                    color: #999999;
                }
            }
    
            .container {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .error-content {
                text-align: center;
                max-width: 600px;
            }
    
            .error-code {
                font-size: 120px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 20px;
                letter-spacing: -2px;
            }
    
            .error-title {
                font-size: 48px;
                font-weight: 400;
                margin-bottom: 20px;
                letter-spacing: 1px;
            }
    
            .error-message {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.6;
                letter-spacing: 0.5px;
            }
    
            /* Footer - Always dark */
            .footer {
                padding: 30px 20px;
                background-color: #4a4a4a;
                color: #ffffff;
                border-top: 1px solid #3a3a3a;
            }
    
            .footer-content {
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-text {
                font-size: 13px;
                line-height: 1.8;
                margin: 0;
                color: #ffffff;
            }
    
            .footer-text:first-child {
                margin-bottom: 10px;
            }
    
            /* Responsive adjustments */
            @media (max-width: 768px) {
                .error-code {
                    font-size: 80px;
                }
    
                .error-title {
                    font-size: 32px;
                }
    
                .error-message {
                    font-size: 14px;
                }
            }
    
            @media (max-width: 480px) {
                .error-code {
                    font-size: 60px;
                }
    
                .error-title {
                    font-size: 24px;
                }
    
                .error-message {
                    font-size: 13px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="error-content">
                <div class="error-code">404</div>
                <div class="error-title">Not Found</div>
                <div class="error-message">The resource requested could not be found on this server!</div>
            </div>
        </div>
    
        <footer class="footer">
            <div class="footer-content">
                <p class="footer-text
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.42.235:8443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 05:20:03 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: 9bc1f675bcdf3609-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.212.64:8443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 521 <none>
    Date: Sun, 11 Jan 2026 05:20:03 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: 9bc1f6756e14cd05-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 521
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:2aeb:443 · auth-finder.com

    2026-01-11 05:20

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 05:20:03 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
    Content-Security-Policy: default-src * 'unsafe-inline' 'unsafe-eval' data:; script-src * 'unsafe-inline' 'unsafe-eval' blob:; style-src * 'unsafe-inline'; img-src * data: blob:; font-src * data:; connect-src *; media-src *; frame-src *; object-src 'none'; base-uri 'self';
    X-Frame-Options: SAMEORIGIN
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), serial=(), usb=(), xr-spatial-tracking=()
    X-XSS-Protection: 1; mode=block
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9rhdGbxA9g3Ja6XtASSZDu2RtTtKIOxHlKMSjl%2Bqmu2F65wrAvngQvamtfWkicJze5XdFw6sAXbtQ%2FGuoY1FZmHKRtnuCUEdgFxNFyLildZftB%2B9NGmi39A%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc1f6775c3aede4-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 404 - Not Found
    
    <head>
    			<script src='script/includes/js/drm.js' redir='https://auth-finder.com/' base='https://auth-finder.com/'></script>
    			<base href="script//">
    			<style>
    				
    			</style>
    		</head><!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Not Found</title>
        <style>
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            html {
                color-scheme: light dark;
            }
    
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                background-color: #ffffff;
                color: #000000;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                transition: background-color 0.3s ease, color 0.3s ease;
            }
    
            /* Light mode */
            @media (prefers-color-scheme: light) {
                body {
                    background-color: #ffffff;
                    color: #000000;
                }
    
                .error-code {
                    color: #4a4a4a;
                }
    
                .error-title {
                    color: #333333;
                }
    
                .error-message {
                    color: #666666;
                }
            }
    
            /* Dark mode */
            @media (prefers-color-scheme: dark) {
                body {
                    background-color: #1a1a1a;
                    color: #ffffff;
                }
    
                .error-code {
                    color: #666666;
                }
    
                .error-title {
                    color: #888888;
                }
    
                .error-message {
                    color: #999999;
                }
            }
    
            .container {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px;
            }
    
            .error-content {
                text-align: center;
                max-width: 600px;
            }
    
            .error-code {
                font-size: 120px;
                font-weight: 700;
                line-height: 1;
                margin-bottom: 20px;
                letter-spacing: -2px;
            }
    
            .error-title {
                font-size: 48px;
                font-weight: 400;
                margin-bottom: 20px;
                letter-spacing: 1px;
            }
    
            .error-message {
                font-size: 16px;
                font-weight: 400;
                line-height: 1.6;
                letter-spacing: 0.5px;
            }
    
            /* Footer - Always dark */
            .footer {
                padding: 30px 20px;
                background-color: #4a4a4a;
                color: #ffffff;
                border-top: 1px solid #3a3a3a;
            }
    
            .footer-content {
                max-width: 1200px;
                margin: 0 auto;
            }
    
            .footer-text {
                font-size: 13px;
                line-height: 1.8;
                margin: 0;
                color: #ffffff;
            }
    
            .footer-text:first-child {
                margin-bottom: 10px;
            }
    
            /* Responsive adjustments */
            @media (max-width: 768px) {
                .error-code {
                    font-size: 80px;
                }
    
                .error-title {
                    font-size: 32px;
                }
    
                .error-message {
                    font-size: 14px;
                }
            }
    
            @media (max-width: 480px) {
                .error-code {
                    font-size: 60px;
                }
    
                .error-title {
                    font-size: 24px;
                }
    
                .error-message {
                    font-size: 13px;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <div class="error-content">
                <div class="error-code">404</div>
                <div class="error-title">Not Found</div>
                <div class="error-message">The resource requested could not be found on this server!</div>
            </div>
        </div>
    
        <footer class="footer">
            <div class="footer-content">
                <p class="footer-text
    Found 2026-01-11 by HttpPlugin
    Create report
auth-finder.com*.auth-finder.com
CN:
auth-finder.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 04:19
Not after:
2026-04-11 05:18