Domain cutagoi.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3032::ac43:977d:443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 14:31:53 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate
    Expires: Sun, 11 Jan 2026 14:31:53 GMT
    Set-Cookie: e3b0c4_189=3bk2cskpo5plo; expires=Mon, 12 Jan 2026 14:31:53 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _token=3bk2cskpo5plo.1768228313.1.4762d7b4544c1504de53360a87a425eb; expires=Mon, 12 Jan 2026 14:31:53 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _subid=1rm9j7i.bd.1g5a3; expires=Mon, 12 Jan 2026 14:31:53 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uh9OUuJbpmSRDu3HZiKK9E81NMLgR3Fbbrs8sI7%2FWmu8RkloOGKLxK2edrr0mB4qB619OEXGQdBso4MZuq6cgdV0jW22pX%2BEK2%2Ffc1322s3ceEFlgDKD"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=433
    CF-RAY: 9bc51ecebed087e4-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fortune Wheel
    
    <!DOCTYPE html>
    <html lang="ru">
    <head><base href="/lander/white---fortune-spin/">
    
        <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fortune Wheel</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>馃挵</text></svg>">
        <style>
            /* Purple theme custom styles */
            .hero-gradient {
                background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
            }
    
            .accent-gradient {
                background: linear-gradient(90deg, #7c3aed, #c026d3);
            }
    
            .custom-shadow {
                box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
            }
    
            .button-shadow {
                box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
            }
    
            .card-shadow {
                box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.3);
            }
    
            .glow-effect {
                position: relative;
            }
    
            .glow-effect::after {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                background: linear-gradient(45deg, #7c3aed, #c026d3);
                filter: blur(20px);
                opacity: 0;
                z-index: -1;
                transition: opacity 0.3s ease;
                border-radius: inherit;
            }
    
            .glow-effect:hover::after {
                opacity: 0.4;
            }
    
            .pulse-effect {
                animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    opacity: 1;
                    transform: scale(1);
                }
                50% {
                    opacity: 0.8;
                    transform: scale(1.05);
                }
            }
    
            .floating {
                animation: floating 4s ease-in-out infinite;
            }
    
            @keyframes floating {
                0% { transform: translate(0, 0px); }
                50% { transform: translate(0, -15px); }
                100% { transform: translate(0, 0px); }
            }
    
            .card-hover {
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
    
            .card-hover:hover {
                transform: translateY(-12px) scale(1.02);
            }
    
            .nav-link {
                position: relative;
                padding-bottom: 4px;
            }
    
            .nav-link::after {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                background: linear-gradient(90deg, #7c3aed, #c026d3);
                transition: width 0.3s ease;
            }
    
            .nav-link:hover::after {
                width: 100%;
            }
    
            .bg-pattern {
                background-image:
                    radial-gradient(circle at 25% 25%, rgba(124, 58, 237, 0.1) 5%, transparent 10%),
                    radial-gradient(circle at 75% 75%, rgba(196, 38, 211, 0.1) 5%, transparent 10%);
                background-size: 60px 60px;
                background-position: 0 0;
            }
    
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .fade-in-up {
                animation: fadeInUp 1s ease forwards;
            }
    
            .delay-100 {
                animation-delay: 0.1s;
            }
    
            .delay-200 {
                animation-delay: 0.2s;
            }
    
            .delay-300 {
                animation-delay: 0.3s;
            }
    
            .delay-400 {
                animation-delay: 0.4s;
            }
    
            .delay-500 {
                animation-delay: 0.5s;
            }
    
            /* Background overlay for images */
            .bg-image-overlay {
                position: relative;
                background-size: cover;
                background-p
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.0.245:80 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://cutagoi.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Kmg%2BLKTufJiwlRTUBVllMEXRURixb9K3jsSf%2Bha27QkzY4Vsx%2FHIfbtXlePxQ4bgL8Rr9NGs%2FM5hoRw5Pq7oEJ%2Fst9UNy7CxZUo4"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc51ec7df325c18-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.151.125:8443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 14:31:52 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=236,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc51ec96f9ece55-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.151.125:443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate
    Expires: Sun, 11 Jan 2026 14:31:52 GMT
    Set-Cookie: e3b0c4_189=331a2qfdj8q7v; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _token=331a2qfdj8q7v.1768228312.1.b0332adacc13fafa3931b83940907a36; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _subid=1q417ds.bd.1g5a2; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=N38wpSSiVdji2lYvkIuFoC2oA69uRDwxubPQE6jBmGb8EP2y1CiDk2iXDz8iDAYsL4HhkDM2ZNiNy2qJZ5WxBECy2CeAQfHxORFV"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=243
    CF-RAY: 9bc51ec91db91512-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fortune Wheel
    
    <!DOCTYPE html>
    <html lang="ru">
    <head><base href="/lander/white---fortune-spin/">
    
        <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fortune Wheel</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>馃挵</text></svg>">
        <style>
            /* Purple theme custom styles */
            .hero-gradient {
                background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
            }
    
            .accent-gradient {
                background: linear-gradient(90deg, #7c3aed, #c026d3);
            }
    
            .custom-shadow {
                box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
            }
    
            .button-shadow {
                box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
            }
    
            .card-shadow {
                box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.3);
            }
    
            .glow-effect {
                position: relative;
            }
    
            .glow-effect::after {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                background: linear-gradient(45deg, #7c3aed, #c026d3);
                filter: blur(20px);
                opacity: 0;
                z-index: -1;
                transition: opacity 0.3s ease;
                border-radius: inherit;
            }
    
            .glow-effect:hover::after {
                opacity: 0.4;
            }
    
            .pulse-effect {
                animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    opacity: 1;
                    transform: scale(1);
                }
                50% {
                    opacity: 0.8;
                    transform: scale(1.05);
                }
            }
    
            .floating {
                animation: floating 4s ease-in-out infinite;
            }
    
            @keyframes floating {
                0% { transform: translate(0, 0px); }
                50% { transform: translate(0, -15px); }
                100% { transform: translate(0, 0px); }
            }
    
            .card-hover {
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
    
            .card-hover:hover {
                transform: translateY(-12px) scale(1.02);
            }
    
            .nav-link {
                position: relative;
                padding-bottom: 4px;
            }
    
            .nav-link::after {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                background: linear-gradient(90deg, #7c3aed, #c026d3);
                transition: width 0.3s ease;
            }
    
            .nav-link:hover::after {
                width: 100%;
            }
    
            .bg-pattern {
                background-image:
                    radial-gradient(circle at 25% 25%, rgba(124, 58, 237, 0.1) 5%, transparent 10%),
                    radial-gradient(circle at 75% 75%, rgba(196, 38, 211, 0.1) 5%, transparent 10%);
                background-size: 60px 60px;
                background-position: 0 0;
            }
    
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .fade-in-up {
                animation: fadeInUp 1s ease forwards;
            }
    
            .delay-100 {
                animation-delay: 0.1s;
            }
    
            .delay-200 {
                animation-delay: 0.2s;
            }
    
            .delay-300 {
                animation-delay: 0.3s;
            }
    
            .delay-400 {
                animation-delay: 0.4s;
            }
    
            .delay-500 {
                animation-delay: 0.5s;
            }
    
            /* Background overlay for images */
            .bg-image-overlay {
                position: relative;
                background-size: cover;
                background-p
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:f5:80 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://cutagoi.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QDiz3cg0%2Bw8HQ0tj7fUsjiVfFHRM7nufAqDvXlLcuVeJ89r5qQgq1C6hVOZWZRY1OZNjLVWCbVaXaRdKORmfcov%2BFxf15hySjUUakhR6NiIHDxx3%2F6W%2F"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc51ec76969d266-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:977d:8443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 14:31:52 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: 9bc51ec7bdb51c28-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.151.125:80 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://cutagoi.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K%2FGbwD7S7i4PpBeI8hfMATmyO97kVlQFOsaZm7AbekFjv0NvCRo%2FsgbfkD%2FVG4Pr0fFiwNxNuUbPAOeDH%2FU%2BqRb7LBLWcXNDNA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc51ec73d186964-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.0.245:443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate
    Expires: Sun, 11 Jan 2026 14:31:52 GMT
    Set-Cookie: e3b0c4_189=1etaffd14t5d2p; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _token=1etaffd14t5d2p.1768228312.1.1e6ec699d6abff3f307754f7174ef148; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _subid=16umc13.bd.1g5a0; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=q97i0BkuKq7%2BCt%2B099oCu0cXgeRfs2o%2FNtkxRJ4cSMNrwl2a9GWca%2BtrzWfciQxB5fTx9UPbxxGSxMvzvHlUE01sz97qd4E4Qoiq"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=124
    CF-RAY: 9bc51ec8cc241f8d-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fortune Wheel
    
    <!DOCTYPE html>
    <html lang="ru">
    <head><base href="/lander/white---fortune-spin/">
    
        <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fortune Wheel</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>馃挵</text></svg>">
        <style>
            /* Purple theme custom styles */
            .hero-gradient {
                background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
            }
    
            .accent-gradient {
                background: linear-gradient(90deg, #7c3aed, #c026d3);
            }
    
            .custom-shadow {
                box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
            }
    
            .button-shadow {
                box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
            }
    
            .card-shadow {
                box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.3);
            }
    
            .glow-effect {
                position: relative;
            }
    
            .glow-effect::after {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                background: linear-gradient(45deg, #7c3aed, #c026d3);
                filter: blur(20px);
                opacity: 0;
                z-index: -1;
                transition: opacity 0.3s ease;
                border-radius: inherit;
            }
    
            .glow-effect:hover::after {
                opacity: 0.4;
            }
    
            .pulse-effect {
                animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    opacity: 1;
                    transform: scale(1);
                }
                50% {
                    opacity: 0.8;
                    transform: scale(1.05);
                }
            }
    
            .floating {
                animation: floating 4s ease-in-out infinite;
            }
    
            @keyframes floating {
                0% { transform: translate(0, 0px); }
                50% { transform: translate(0, -15px); }
                100% { transform: translate(0, 0px); }
            }
    
            .card-hover {
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
    
            .card-hover:hover {
                transform: translateY(-12px) scale(1.02);
            }
    
            .nav-link {
                position: relative;
                padding-bottom: 4px;
            }
    
            .nav-link::after {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                background: linear-gradient(90deg, #7c3aed, #c026d3);
                transition: width 0.3s ease;
            }
    
            .nav-link:hover::after {
                width: 100%;
            }
    
            .bg-pattern {
                background-image:
                    radial-gradient(circle at 25% 25%, rgba(124, 58, 237, 0.1) 5%, transparent 10%),
                    radial-gradient(circle at 75% 75%, rgba(196, 38, 211, 0.1) 5%, transparent 10%);
                background-size: 60px 60px;
                background-position: 0 0;
            }
    
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .fade-in-up {
                animation: fadeInUp 1s ease forwards;
            }
    
            .delay-100 {
                animation-delay: 0.1s;
            }
    
            .delay-200 {
                animation-delay: 0.2s;
            }
    
            .delay-300 {
                animation-delay: 0.3s;
            }
    
            .delay-400 {
                animation-delay: 0.4s;
            }
    
            .delay-500 {
                animation-delay: 0.5s;
            }
    
            /* Background overlay for images */
            .bg-image-overlay {
                position: relative;
                background-size: cover;
                background-p
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.0.245:8443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 14:31:52 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=121,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bc51ec7fdac1f03-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:f5:443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate
    Expires: Sun, 11 Jan 2026 14:31:52 GMT
    Set-Cookie: e3b0c4_189=mnlrkp2sl7sb6; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _token=mnlrkp2sl7sb6.1768228312.1.66a9fdd4140827574cea7ba3c7f97aaf; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    Set-Cookie: _subid=3484rsj.bd.1g5a1; expires=Mon, 12 Jan 2026 14:31:52 GMT; path=/; domain=cutagoi.com; secure; httponly; samesite=none
    X-Content-Type-Options: nosniff
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Vx%2BjpgERuowc9Ukp3n7OcVyHkdn8%2FWTcpE%2BMeZtxqHHheWgOSSeKaKJw8a0NU6Tq0EzXOtKk2dfikymMNN4TteF8PFxH1unhj4Le%2Fggo6445nsN6%2Fw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=241
    CF-RAY: 9bc51ec8cc25c688-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fortune Wheel
    
    <!DOCTYPE html>
    <html lang="ru">
    <head><base href="/lander/white---fortune-spin/">
    
        <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Fortune Wheel</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>馃挵</text></svg>">
        <style>
            /* Purple theme custom styles */
            .hero-gradient {
                background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
            }
    
            .accent-gradient {
                background: linear-gradient(90deg, #7c3aed, #c026d3);
            }
    
            .custom-shadow {
                box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
            }
    
            .button-shadow {
                box-shadow: 0 4px 14px rgba(124, 58, 237, 0.3);
            }
    
            .card-shadow {
                box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.3);
            }
    
            .glow-effect {
                position: relative;
            }
    
            .glow-effect::after {
                content: '';
                position: absolute;
                top: -5px;
                left: -5px;
                right: -5px;
                bottom: -5px;
                background: linear-gradient(45deg, #7c3aed, #c026d3);
                filter: blur(20px);
                opacity: 0;
                z-index: -1;
                transition: opacity 0.3s ease;
                border-radius: inherit;
            }
    
            .glow-effect:hover::after {
                opacity: 0.4;
            }
    
            .pulse-effect {
                animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            }
    
            @keyframes pulse {
                0%, 100% {
                    opacity: 1;
                    transform: scale(1);
                }
                50% {
                    opacity: 0.8;
                    transform: scale(1.05);
                }
            }
    
            .floating {
                animation: floating 4s ease-in-out infinite;
            }
    
            @keyframes floating {
                0% { transform: translate(0, 0px); }
                50% { transform: translate(0, -15px); }
                100% { transform: translate(0, 0px); }
            }
    
            .card-hover {
                transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            }
    
            .card-hover:hover {
                transform: translateY(-12px) scale(1.02);
            }
    
            .nav-link {
                position: relative;
                padding-bottom: 4px;
            }
    
            .nav-link::after {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                bottom: 0;
                left: 0;
                background: linear-gradient(90deg, #7c3aed, #c026d3);
                transition: width 0.3s ease;
            }
    
            .nav-link:hover::after {
                width: 100%;
            }
    
            .bg-pattern {
                background-image:
                    radial-gradient(circle at 25% 25%, rgba(124, 58, 237, 0.1) 5%, transparent 10%),
                    radial-gradient(circle at 75% 75%, rgba(196, 38, 211, 0.1) 5%, transparent 10%);
                background-size: 60px 60px;
                background-position: 0 0;
            }
    
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
    
            .fade-in-up {
                animation: fadeInUp 1s ease forwards;
            }
    
            .delay-100 {
                animation-delay: 0.1s;
            }
    
            .delay-200 {
                animation-delay: 0.2s;
            }
    
            .delay-300 {
                animation-delay: 0.3s;
            }
    
            .delay-400 {
                animation-delay: 0.4s;
            }
    
            .delay-500 {
                animation-delay: 0.5s;
            }
    
            /* Background overlay for images */
            .bg-image-overlay {
                position: relative;
                background-size: cover;
                background-p
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:977d:80 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 14:31:52 GMT
    Content-Length: 0
    Connection: close
    Location: https://cutagoi.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wA%2FHYwq9SlDDBDPlVzvELazbfg5AE8lnGQaPOPSNuQATmm%2BWke5q7P%2B8WQ9xkIfR5PnUxphrZdRXdTQveySjgzokVd%2F65kkWGDjZcgbTG7MiNk7lDWwF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bc51ec75a77dab3-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:f5:8443 路 cutagoi.com

    2026-01-11 14:31

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 14:31:52 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: 9bc51ec78e7cef42-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
cutagoi.com*.cutagoi.com
CN:
cutagoi.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 13:31
Not after:
2026-04-11 14:30