Domain cfp-whenishegone.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:310c::ac42:2f57:443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8d0mD85zzU2Cq%2F671a16%2BtmrlGCGkM0HK3%2FwJudTPqTkp9ZL%2FJg6T1%2BDD6tuqZdpm5xETwRz%2FY1ZPsoXSNJPhE5UEkNiT3Y8pMHrCQZY0lqvFubicHns3yx2qGnIFt%2B8b4lI6Pl9"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc181dd52546-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:8443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PqAB%2BU0nzdg248FWPHtrFXyU1NfZfbawujXTUT9EBHBN%2B4m39N%2FXk6q1ONt1XAKYJDf3fPxm9BVIryGthNFBNwJ%2Br%2FHnGYN7kkFqJbvltprxitZ292pGEqfC"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc17ed691ff3-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=la3rHYlO8HzaWiHAwL8uX8mg2ZYcDtXL3p4HcWSlZaVFZgQQRoc9S9QQ2UDy8BMwoHn4SGf6j%2FwBukYBV2pMn6krKiQzXxIqB1GOpjoXJWgqia%2FDuNhA%2FHYA"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc17ac4342f7-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:8443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lA9PWPGYERAqt2Zevv%2FYliRytJxCaxqEzKNvmlk5n52n5YFTt6EejmvVmY5wlDySYXVU%2FYXnpB3mwQQt4EJJKx75akLLD49vdO3wtyp%2Fj1ExWhVe31G5id3LnbRAkLrZz3kPUd5A"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc178930d3ae-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=p%2BFBXkkvhU%2FGSQNk1EkBWK2p3f6B8bAfvzYTl7iWdTu%2FIvtwBDem4XnQWigms7tCdeuO8fO%2BgUxqJLC6x4RyOmexFIBjOvgaumI59LKLyT0OZu5G8zRatmNt"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc17ec3ec19c-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:80 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://cfp-whenishegone.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kCpTMw5zEsFIkRv7eNJy%2FHba0Cl%2FUu7faKPESWEnJu7gjEn1gm760rzr7bCX3Sdt9AsR8YG3RzNKShZ0y1O9y5HuDDUd2a4lpPY9EoN1n4MrMDjEMIKuLkyw"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc172dd98ed6-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:80 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://cfp-whenishegone.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qYF86kOGdQwUG0%2FvPX%2FCXOVyTbBYoxUAfBiM0t%2BmXDHoGff30o3IbAzfwqhyswz%2Bffc%2BshBteDDaMbo4oWuAnKEeUDoHF2ipO3TJjgDVwmFjXR9V7y10i%2BoK510CRUFwy%2F7rkk5j"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc16fd8cc43b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZxcK01UwowUtCJME3H1sdXv63GEAt27ww34gRqCI%2F589HxxWcsyUQm5IpWNjYkhCgeVMDTbIuTyI%2FMzQBAgoeLvwLg63fa2G7%2BgdWGY%2F%2BnNRghGfhWNZ95tAr%2BD7quu%2BjePhZxm7"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc1728ce43c2-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:8443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3249
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "1da417045c15ea8d5f4de7292a8cf25c"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mMy3%2B6TrdKc%2FGiC7pj66JASb5JvD%2Bp91WAqCoj7EUODsrXNU8QKcuOd791Oyhn8C6o4mGQM3MJ1XcAFuqsl42xCLtSOqDTmFvC6bplF0FM%2B6JXmGyuNFoCOU%2FWYVqPZfo3MuT5pL"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc172fe625c3-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:8443 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GH5Q32rxCFkdGCZQ%2Bs%2FOAWxUWaBq0a8eg%2BfcV8TjO%2FmvqXlX%2BBA9hzul50rN6msBK2iJzhcFXkW6523TY0VbR3YLlq%2Ba7FwC6HjzNW5aAHidpTSQABYN6PT6"}]}
    Server: cloudflare
    CF-RAY: 9bc6bc171dd32517-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: When is HE gone??
    
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>When is HE gone??</title>
        <style>
            body {
                text-align: center;
                background: #0a2429;
                font-family: sans-serif;
                font-weight: 100;
            }
    
            h1 {
                color: rgb(133, 150, 199);
                font-weight: 100;
                font-size: 40px;
                margin: 40px 0px 20px;
            }
    
            #clockdiv {
                font-family: sans-serif;
                color: #fff;
                display: inline-block;
                font-weight: 100;
                text-align: center;
                font-size: 30px;
            }
    
            #clockdiv>div {
                padding: 10px;
                border-radius: 3px;
                background: #00BF96;
                display: inline-block;
            }
    
            #clockdiv div>span {
                padding: 15px;
                border-radius: 3px;
                background: #00816A;
                display: inline-block;
            }
    
            .smalltext {
                padding-top: 5px;
                font-size: 16px;
            }
        </style>
    </head>
    
    <body>
        <h1 id="heading">When is he gone??</h1>
        <div id="clockdiv">
            <div>
                <span class="days"></span>
                <div class="smalltext">Days</div>
            </div>
            <div>
                <span class="hours"></span>
                <div class="smalltext">Hours</div>
            </div>
            <div>
                <span class="minutes"></span>
                <div class="smalltext">Minutes</div>
            </div>
            <div>
                <span class="seconds"></span>
                <div class="smalltext">Seconds</div>
            </div>
        </div>
        <script type="text/javascript">
            function getTimeRemaining(endtime) {
                const total = Date.parse(endtime) - Date.parse(new Date());
                const seconds = Math.floor((total / 1000) % 60);
                const minutes = Math.floor((total / 1000 / 60) % 60);
                const hours = Math.floor((total / (1000 * 60 * 60)) % 24);
                const days = Math.floor(total / (1000 * 60 * 60 * 24));
    
                return {
                    total,
                    days,
                    hours,
                    minutes,
                    seconds
                };
            }
    
            function initializeClock(id, endtime) {
                const clock = document.getElementById(id);
                const daysSpan = clock.querySelector('.days');
                const hoursSpan = clock.querySelector('.hours');
                const minutesSpan = clock.querySelector('.minutes');
                const secondsSpan = clock.querySelector('.seconds');
    
                function updateClock() {
                    const t = getTimeRemaining(endtime);
    
                    daysSpan.innerHTML = t.days;
                    hoursSpan.innerHTML = ('0' + t.hours).slice(-2);
                    minutesSpan.innerHTML = ('0' + t.minutes).slice(-2);
                    secondsSpan.innerHTML = ('0' + t.seconds).slice(-2);
    
                    if (t.total <= 0) {
                        clearInterval(timeinterval);
                    }
                }
    
                updateClock();
                const timeinterval = setInterval(updateClock, 1000);
            }
    
            const deadline = "January 20 2029 09:00:00 GMT-0500";
            initializeClock('clockdiv', deadline);
        </script>
    </body>
    
    </html>
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:80 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://cfp-whenishegone.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=J4Q6Se0hDg%2B6Gf41p%2FxFs5VcwAaPEEKMlY2N2PZrLVrC8PvUA%2B004N3NFHBbXssTdhh%2BGO9Cds7nh0TMod6KkpYoYD955xaeZ2VvLPfM92dXdI0ImIfwbEnx"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc16ad925e3e-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:80 · cfp-whenishegone.pages.dev

    2026-01-11 19:13

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 11 Jan 2026 19:14:01 GMT
    Content-Length: 0
    Connection: close
    Location: https://cfp-whenishegone.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R55vrBilHco8zqjyyxcpbxj2OA2Fzwogcze5zOi845cGGzStauflQMmmtT80uFXKsZ4d%2FqKAB%2BtL4riHOx%2FQP41qtwbYIZF%2FumDZzqh1ECeoCFRtRTS4uAzFsXU1KqV%2FapHvcY1D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc6bc167e47436a-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
cfp-whenishegone.pages.dev*.cfp-whenishegone.pages.dev
CN:
cfp-whenishegone.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-11 18:13
Not after:
2026-04-11 19:09