cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3031::6815:4e30:80 · fsscwj.com
2025-01-14 08:34
HTTP/1.1 200 OK Date: Tue, 14 Jan 2025 08:34:56 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Sat, 04 Jan 2025 02:37:38 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=aB1ILOKc42G9QArelGO5%2FvSd4PacoXIRc7CEIg8mwNUebHfT3jdHjaHIfaJ%2FK2bl%2BNoGcMdeRctfYCt%2BHv02wsS2%2F8AZJoXhPnfM9iE4NX6hiHenSTnhiJK6z5xqBAp6w5p0NjvdiAmB"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901c4a2ccbe71861-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1412&min_rtt=1412&rtt_var=706&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=205&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: ��ɽ������|������ë����|̫������Ʒ|�㶫����������|��ԡ�Ҽ���������|��ɽë����|�㶫��������|������ԡ����|̫�����¹�|������Ʒ��|�����Ҽ�|�㶫������������-��ɽ����������Ʒ�� <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><meta content="text/html; charset=gb2312" http-equiv="Content-Type"> <meta content="IE=5.0000" http-equiv="X-UA-Compatible"> <title>��ɽ������|������ë����|̫������Ʒ|�㶫����������|��ԡ�Ҽ���������|��ɽë����|�㶫��������|������ԡ����|̫�����¹�|������Ʒ��|�����Ҽ�|�㶫������������-��ɽ����������Ʒ��</title> <script language="javascript"> var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no ' win = window.open(mypage,myname,settings) } </script> <meta name="GENERATOR" content="MSHTML 8.00.6001.19120"><style type="text/css"> <!-- a:link { text-decoration: none; color: #000; } a:visited { text-decoration: none; color: #000; } a:hover { text-decoration: underline; } a:active { text-decoration: none; } --> </style></head> <body onbeforecopy="return false" ondragstart="return false" oncontextmenu="return false" oncopy="document.selection.empty()" onselectstart="return false" onmouseover="window.status='����ɽ���Ϻ�����������Ʒ�� ��# ��ӭ����';return true" onload="init()" leftmargin="0" onselect="document.selection.empty()" topmargin="0" bgcolor="#ffffff"> <meta name="keywords" content="̫����ë����,�㶫����Ʒ,����������,ë���ܳ�,������Ʒ��,����������,�¹�����,��������"> <meta name="Description" content="��ɽ����������Ʒ���ǹ㶫����������������Ʒ��,רҵ������������,��ԡ����,����Ʒ.��Ҫ��Ʒ��:̫����ë����,̫�����¹�,������ë����,������,��ԡ�Ҽ�,������,�����Ҽ�,������ԡ."><link rel="stylesheet" type="text/css" href="main.css"><link rel="stylesheet" type="text/css" href="new.css"> <br> <div id="header"> <div id="logo" style="BACKGROUND-IMAGE: url(images/logo2.jpg)"></div> <div id="language"> <p style="padding-top:8px"><a href="#" title="��ɽ���Ϻ�����������Ʒ��" rel="sidebar" onclick="window.external.addFavorite(this.href, this.title);return false;">�ղر�ҳ</a> | <a href="#" onclick="javascript:try{this.style.behavior='url(/)';this.setHomePage(location.href);}catch(e){}return false;">��Ϊ��ҳ</a> | <a href="javascript:Go(DTTour);">����</a></p></div> <div align="right" style="padding-top:15px"> <script language="JavaScript" type="text/javascript"> <!-- calendar = new Date(); day = calendar.getDay(); month = calendar.getMonth(); date = calendar.getDate(); year = calendar.getYear(); if (year< 100) year = 1900 + year; cent = parseInt(year/100); g = year % 19; k = parseInt((cent - 17)/25); i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30; i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11)); j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7; l = i - j; emonth = 3 + parseInt((l + 40)/44); edate = l + 28 - 31*parseInt((emonth/4)); emonth--; var dayname = new Array ("������", "����һ", "���ڶ�", "������", "������", "������", "������"); var monthname = new Array ("1��","2��","3��","4��","5��","6��","7��","8��","9��","10��","11��","12��" ); document.write(year +"��"); document.write(monthname[month]); document.write(date + "��"+" "); document.write(dayname[day]); //--> </script> <script language="JavaScript" type="text/javascript"> <!-- document.write("<span id='clock'></span>"); var now,hours,minutes,seconds,timeValue; function showtime(){ now = new Date(); hours = now.getHours(); minutes = now.getMinutes(); seconds = now.getSeconds(); timeValue = (hours >= 12) ? " ���� " : " ���� "; timeValue += ((hours > 12) ? hours - 12 : hours) + "��"; timeValue += ((minutes <10)?"0":"") + minutes+"��"; timeValue += ((seconds <10)?"0":"") + seconds+"��"; clock.innerHTML = timeValue; setTimeout("showtime()",100); } showtime(); //--> </script> </div> <div class="clear"></div></div> <div id="nav"> <ul> <li class="li_1"><a id="a_hover" href="index.html">��ҳ</a> </li> <li class="li_2"><a href="about.html">��������</a> </li> <li class="li_3"><a href="news.html">��������</a> </l
Open service 2606:4700:3031::6815:4e30:8443 · fsscwj.com
2025-01-14 08:34
HTTP/1.1 521 Date: Tue, 14 Jan 2025 08:34:56 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OGhRwHnVnHc7EsCybLj09fgTJrZCYO5l1hFnQ79pU9Se2t%2FcQAQRBpVPtw83m6w8MuhwMNEBAkf2Vx2vbEN4sBehXf3UQ8JwbrHYnrmzaZMu3o9ty0v20%2BTQjfDYWbipQ4%2Fh8YrFj%2BFW"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 901c4a2f1cb7d38e-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1221&min_rtt=1153&rtt_var=481&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3091&recv_bytes=549&delivery_rate=3507372&cwnd=252&unsent_bytes=0&cid=527b42f5c2fd5955&ts=169&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · fsscwj.com
2025-01-14 08:34
HTTP/1.1 200 OK Date: Tue, 14 Jan 2025 08:34:57 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Sat, 04 Jan 2025 02:37:38 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2Ff0AjMpMGh3UJwgaDgAgrNdMcMzZWpAU%2BDcRZzdAVQ8PXPNTMBjhTUOOBuNAfFfCM4IjSSocllCsMjP%2BDKY5KcDBsQwTekcU0KMI8ysQ19Q85E06%2FReJrPdRiXjej4xIHuX7nQ1f3EvY"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901c4a322f554db8-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=860&min_rtt=713&rtt_var=373&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3091&recv_bytes=549&delivery_rate=5671809&cwnd=252&unsent_bytes=0&cid=46950fc52ec4ed49&ts=326&x=0" Page title: ��ɽ������|������ë����|̫������Ʒ|�㶫����������|��ԡ�Ҽ���������|��ɽë����|�㶫��������|������ԡ����|̫�����¹�|������Ʒ��|�����Ҽ�|�㶫������������-��ɽ����������Ʒ�� <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head><meta content="text/html; charset=gb2312" http-equiv="Content-Type"> <meta content="IE=5.0000" http-equiv="X-UA-Compatible"> <title>��ɽ������|������ë����|̫������Ʒ|�㶫����������|��ԡ�Ҽ���������|��ɽë����|�㶫��������|������ԡ����|̫�����¹�|������Ʒ��|�����Ҽ�|�㶫������������-��ɽ����������Ʒ��</title> <script language="javascript"> var win = null; function NewWindow(mypage,myname,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no ' win = window.open(mypage,myname,settings) } </script> <meta name="GENERATOR" content="MSHTML 8.00.6001.19120"><style type="text/css"> <!-- a:link { text-decoration: none; color: #000; } a:visited { text-decoration: none; color: #000; } a:hover { text-decoration: underline; } a:active { text-decoration: none; } --> </style></head> <body onbeforecopy="return false" ondragstart="return false" oncontextmenu="return false" oncopy="document.selection.empty()" onselectstart="return false" onmouseover="window.status='����ɽ���Ϻ�����������Ʒ�� ��# ��ӭ����';return true" onload="init()" leftmargin="0" onselect="document.selection.empty()" topmargin="0" bgcolor="#ffffff"> <meta name="keywords" content="̫����ë����,�㶫����Ʒ,����������,ë���ܳ�,������Ʒ��,����������,�¹�����,��������"> <meta name="Description" content="��ɽ����������Ʒ���ǹ㶫����������������Ʒ��,רҵ������������,��ԡ����,����Ʒ.��Ҫ��Ʒ��:̫����ë����,̫�����¹�,������ë����,������,��ԡ�Ҽ�,������,�����Ҽ�,������ԡ."><link rel="stylesheet" type="text/css" href="main.css"><link rel="stylesheet" type="text/css" href="new.css"> <br> <div id="header"> <div id="logo" style="BACKGROUND-IMAGE: url(images/logo2.jpg)"></div> <div id="language"> <p style="padding-top:8px"><a href="#" title="��ɽ���Ϻ�����������Ʒ��" rel="sidebar" onclick="window.external.addFavorite(this.href, this.title);return false;">�ղر�ҳ</a> | <a href="#" onclick="javascript:try{this.style.behavior='url(/)';this.setHomePage(location.href);}catch(e){}return false;">��Ϊ��ҳ</a> | <a href="javascript:Go(DTTour);">����</a></p></div> <div align="right" style="padding-top:15px"> <script language="JavaScript" type="text/javascript"> <!-- calendar = new Date(); day = calendar.getDay(); month = calendar.getMonth(); date = calendar.getDate(); year = calendar.getYear(); if (year< 100) year = 1900 + year; cent = parseInt(year/100); g = year % 19; k = parseInt((cent - 17)/25); i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30; i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11)); j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7; l = i - j; emonth = 3 + parseInt((l + 40)/44); edate = l + 28 - 31*parseInt((emonth/4)); emonth--; var dayname = new Array ("������", "����һ", "���ڶ�", "������", "������", "������", "������"); var monthname = new Array ("1��","2��","3��","4��","5��","6��","7��","8��","9��","10��","11��","12��" ); document.write(year +"��"); document.write(monthname[month]); document.write(date + "��"+" "); document.write(dayname[day]); //--> </script> <script language="JavaScript" type="text/javascript"> <!-- document.write("<span id='clock'></span>"); var now,hours,minutes,seconds,timeValue; function showtime(){ now = new Date(); hours = now.getHours(); minutes = now.getMinutes(); seconds = now.getSeconds(); timeValue = (hours >= 12) ? " ���� " : " ���� "; timeValue += ((hours > 12) ? hours - 12 : hours) + "��"; timeValue += ((minutes <10)?"0":"") + minutes+"��"; timeValue += ((seconds <10)?"0":"") + seconds+"��"; clock.innerHTML = timeValue; setTimeout("showtime()",100); } showtime(); //--> </script> </div> <div class="clear"></div></div> <div id="nav"> <ul> <li class="li_1"><a id="a_hover" href="index.html">��ҳ</a> </li> <li class="li_2"><a href="about.html">��������</a> </li> <li class="li_3"><a href="news.html">��������</a> </l
Open service 2606:4700:3031::6815:4e30:8443 · witkubkanis.com
2025-01-14 03:52
Open service 2606:4700:3031::6815:4e30:443 · witkubkanis.com
2025-01-14 03:52
HTTP/1.1 200 OK Date: Tue, 14 Jan 2025 03:52:28 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Thu, 02 Sep 2021 17:01:13 GMT Vary: Accept-Encoding,User-Agent cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MGBRfIklrJi%2Fw43y2Mu8M2ZIh5UvQu78FEJ2oGgqZSyBXBIjyxi9uKgztTaYOcukDTiv76JxxehEmX1U4WENhvJMmoeLLeIkVOYqCwgkrt1oVg0tFURV6x76SYwtrPn6cODR%2FhpLygol7Zf5pEE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901aac626e15d28a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=940&min_rtt=829&rtt_var=390&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3108&recv_bytes=559&delivery_rate=4878166&cwnd=252&unsent_bytes=0&cid=899843b1e849b4ca&ts=930&x=0" <!doctype html> <html class="no-js" lang=""> <head> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=https://www.youtube.com/witkubkanis"> </head> <body> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · witkubkanis.com
2025-01-14 03:52
HTTP/1.1 301 Moved Permanently Date: Tue, 14 Jan 2025 03:52:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 14 Jan 2025 04:52:26 GMT Location: https://witkubkanis.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YMdIzDiIIF4HN99B%2BQRJR076HtUU2dyY%2BqInzV6Zm2MJqu5P%2Be4l00VWe3SADrf7aaJtEOdb3BcpmBQIaNjaPDbfIAaI%2FbTwr2qnJsMIcfAQGaFEeMbVTCI%2BUGG0%2FiklpE3I934RTDgsQu87MQg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901aac5c59f0dcce-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=982&min_rtt=982&rtt_var=491&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · dl.nzbasic.com
2025-01-14 03:32
HTTP/1.1 404 Not Found Date: Tue, 14 Jan 2025 03:32:01 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 16 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=55wWWqsJobLJtb%2FzOPkfktW5TW2lddBEHQ%2BP%2FDgLsgmdfHwdIIe7mBe7o%2BycRo1XP0%2Fo6g03mOLNNfFdkVyXw%2BTQ074QpUORQLYR1GunlbAXmWYS%2B4hsmuwUegvBbu11lRuE3OBOeFyccqMqQA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e740c2d973c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1557&min_rtt=983&rtt_var=778&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2916&recv_bytes=557&delivery_rate=4113936&cwnd=252&unsent_bytes=0&cid=91c762339496314a&ts=256&x=0" Object Not Found
Open service 2606:4700:3031::6815:4e30:80 · dl.nzbasic.com
2025-01-14 03:32
HTTP/1.1 301 Moved Permanently Date: Tue, 14 Jan 2025 03:32:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 14 Jan 2025 04:32:00 GMT Location: https://dl.nzbasic.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DLQJsnFRvkUVD0nK0smkkWG2a4bVrX5mACog4ITcnw%2FOAQFr5sLNZ%2FRZ5sWuUWuFEQ2sVmYBXJwUJxRLYjDf9h96jQsVasf3iPoZMDlk4b1vcIy%2Bcc8laiYCVCgcMxEDWO7t%2BCk%2B8MMk79l61w%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e709dd1d35c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1561&min_rtt=1561&rtt_var=780&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · dl.nzbasic.com
2025-01-14 03:32
HTTP/1.1 404 Not Found Date: Tue, 14 Jan 2025 03:32:03 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 16 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ru4JVtNEUFgMcPnrhYoIzU4D5f0bvsXxj0DL6e2dXFK6daUObsYwR8GbMM2aUDgyvJ23ZEJb0YnZ1EugapYnWK%2FJ5RNg9Jhe%2BPnLAMVupCDmTzfORiTmw3r2doPR7ovNGjvl255DyQEmyv%2FxcQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e7fadba1952-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=695&min_rtt=655&rtt_var=274&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2916&recv_bytes=557&delivery_rate=6174045&cwnd=245&unsent_bytes=0&cid=0f65bde034e1c79c&ts=295&x=0" Object Not Found
Open service 2606:4700:3031::6815:4e30:443 · nzbasic.com
2025-01-14 03:32
HTTP/1.1 200 OK Date: Tue, 14 Jan 2025 03:32:02 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Cache-Control: no-cache, private Permissions-Policy: interest-cohort=() X-Powered-By: Statamic Set-Cookie: XSRF-TOKEN=eyJpdiI6ImFiSlVjTjVCeVRIaDNJUllvNHJZWEE9PSIsInZhbHVlIjoiYTNjNENKeGlpMXBqcnVjaWtzM3Evam1UWUR2eEZtMnBHZXhjSTMvTVZVNmpZNVA0bkN3c2NYNGFKeHFVRm9Kam1lWnh2d2FiNjgwa2Y1eDlSSmg2SnR5L0x5ejV1SUgvTStlbHVoSSttT29WSWtXS1dKNTBDZlVZdTVVd0lMY28iLCJtYWMiOiIzYzBmZTc4MjUxMDc3N2Q3ZWZhOWZjMWVjMzMxMmE3ODE2NmJiOWYxMjAxZDRkM2UwZjU4MzIzZDE1NmEwNTAxIiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 05:32:02 GMT; Max-Age=7200; path=/; secure; samesite=lax Set-Cookie: statamic_peak_session=eyJpdiI6InRKYlpPeGNjZjJnUkk1OXZGK0Vpamc9PSIsInZhbHVlIjoiTHE5WlB3ZWJPOFRaS2RBeDFQVkNyS0RqTWtrc3BKK2hkeC9MOEh2d0U0clJIcXVTdjdyYzJmVmg1UHAxdTIxRFlsZmgxYjdzZVk5WHN2OUZJbEUycWNWQitFdFUyNWh3QWdUNnN0T2J1UzgrajAzTzlsSDF0YzAxRlNGYWpQdFciLCJtYWMiOiI0NGY2ZWVkNTg3M2I3OTlkYzQxMGRkZGVkNjU3MzY3ZTBiODMwOTk4MzRkMzk3ODYzYTdjZGNlYTlmMjljM2ZkIiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 05:32:02 GMT; Max-Age=7200; path=/; httponly; samesite=lax X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZeouLAKGU68bvpUc2gU0tQuWbPF2rQ9R4bdEc3KQiK1zV6dNq4viLwoiPKXX4Vbv7E38B13TEAJL40lcT7Peh%2BcKbwVGmVgS%2BfKoGcSR%2F8pCQiF01AkSjHDgm6o9jWf2A66NKQ08gsXIVA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e766968f5e3-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1219&min_rtt=1105&rtt_var=510&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2914&recv_bytes=551&delivery_rate=2530663&cwnd=252&unsent_bytes=0&cid=54b753eacc2453bf&ts=581&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · nzbasic.com
2025-01-14 03:32
HTTP/1.1 200 OK Date: Tue, 14 Jan 2025 03:32:04 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zYT09DPgUwco4RryeFoxjw7XgP7E2GpzMpZvpz%2FgqsoSRkDElTbwsPuj7Nta5rzE1%2FIF44etvS3kuxJoYktuUtmdnoCjNLWGWQJfLR27IMzA8YFIWJIHMW0M1OJv2YZyopXPNMpSK9fNmg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e76cf68b8ac-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1735&min_rtt=1627&rtt_var=687&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2915&recv_bytes=551&delivery_rate=2485556&cwnd=252&unsent_bytes=0&cid=66359a7680792691&ts=2371&x=0" <HTML><HEAD><script>top.location.href='/Main_Login.asp';</script> </HEAD></HTML>
Open service 2606:4700:3031::6815:4e30:80 · nzbasic.com
2025-01-14 03:32
HTTP/1.1 301 Moved Permanently Date: Tue, 14 Jan 2025 03:32:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 14 Jan 2025 04:32:00 GMT Location: https://nzbasic.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nsvBN9E6VZ1MNYwrTlEfGANKYadwaoqDtEPkCKJ8zFG0vxc%2BfHro9QfbgdA4%2F4afPIQY02fXn7cirwcmqHLE6CJ7lXVtoKpWyQYIbTS%2FudrRgAGCcDZq9%2BQoUlNNNuV2kunnIaLWWS9Jpw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901a8e70a8db36e0-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=760&min_rtt=760&rtt_var=380&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · www.cawan4dkan.com
2025-01-13 23:24
HTTP/1.1 301 Moved Permanently Date: Mon, 13 Jan 2025 23:24:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 14 Jan 2025 00:24:49 GMT Location: https://www.cawan4dkan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=f9s7itBiMrnFXwda9lW6nSeHJnUjjsiS%2BPydCarjqZBjaZN6S1xanAu2qeoOtGArHU7EKBcSksdXePhN3NCdjVeSATrs1cuiENk9p0NHPlWOxeJC%2FtE9ZwAU4inc74GkDBR8LTJTYo%2B6HaXt51BF4YI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901924581ecdd2fa-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1538&min_rtt=1538&rtt_var=769&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.cawan4dkan.com
2025-01-13 23:24
Open service 2606:4700:3031::6815:4e30:443 · www.cawan4dkan.com
2025-01-13 23:24
HTTP/1.1 200 OK Date: Mon, 13 Jan 2025 23:24:54 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Set-Cookie: PHPSESSID=6c81d72ff04e653414336ee0c808a7fc; path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C53uSh64RJ0gUtAgEzI5qSO2zI1F%2FxAF7nNlGLYPRuuK7im%2BZRc7gj28%2B2H5hIGHAmw0riUPgC5Iq6DGSbaETyBfQ0%2BKHUniJOzEJPoJdjtG0FzG8TWoOWkb6mLLgglgvebX3c0FP02VtZK9xhY26Bg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 9019245bd8dadbaf-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=858&min_rtt=851&rtt_var=333&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=565&delivery_rate=4458654&cwnd=252&unsent_bytes=0&cid=8b213aa1fd03259a&ts=5045&x=0"
Open service 2606:4700:3031::6815:4e30:443 · ssdliip.cn
2025-01-13 18:41
HTTP/1.1 301 Moved Permanently Date: Mon, 13 Jan 2025 18:41:04 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: http://www.ssdliip.cn/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HatJOyA5qbr%2FniVbBrdtX%2Ft5wJUN3UCHAKSjsrRIUEysZaqt1NofIBWn2ah9RblSOJUupPRrnS4tqx0IHO9uGUUxRm9XAfREZBdDBrrhhYIzqIeCT4RfQl6m8wsdptce7thruRII8FOI"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 901784a9ecdcdc8d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13256&min_rtt=920&rtt_var=7715&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3090&recv_bytes=549&delivery_rate=4395652&cwnd=252&unsent_bytes=0&cid=dd54e4603a78bb80&ts=1551&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · ssdliip.cn
2025-01-13 18:41
Open service 2606:4700:3031::6815:4e30:443 · alexa-rosebharti.com
2025-01-13 18:35
HTTP/1.1 200 OK Date: Mon, 13 Jan 2025 18:35:51 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding,User-Agent Last-Modified: Mon, 13 Jan 2025 15:41:35 GMT Cache-Control: max-age=0 Expires: Mon, 13 Jan 2025 18:35:51 GMT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3v17RveynVTWc7CNPpiWyzeUFCBJazys1jTMiGFDTKOohW8kAh4QRlypRXrobj18OtgPM0TKLlnWDnZwqNYu%2FaMsVUY5XZAIPRxHeUXYVQrOgiCY5J5SfGesv6tCHbgmZ%2BEJumaPNIap8OXW4%2Fgg8DtFQQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 90177d075e89dcb4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1151&min_rtt=1148&rtt_var=437&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3491&recv_bytes=569&delivery_rate=3435853&cwnd=252&unsent_bytes=0&cid=a08ec945fc9b316a&ts=1256&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · alexa-rosebharti.com
2025-01-13 18:35
HTTP/1.1 521 Date: Mon, 13 Jan 2025 18:35:50 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7tDBLh9eDItP1sy4gQIqfEETbw9s%2FWkVcRzgfGJx91zpeOGPzS01xgZEQWNdeufLsr3ZtwSP8QMqIGrJMYTr6%2FWzAc2ASSghzEdpu9wMDf1x6OTiFCcvR0Hy4eXK2SbdpZ3HTARCvnXmjGpG50AlbjRzmQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 90177d048f9b03d0-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=972&min_rtt=811&rtt_var=419&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3489&recv_bytes=569&delivery_rate=4986436&cwnd=252&unsent_bytes=0&cid=5ec88b5184b541ee&ts=163&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · alexa-rosebharti.com
2025-01-13 18:35
HTTP/1.1 301 Moved Permanently Date: Mon, 13 Jan 2025 18:35:49 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 13 Jan 2025 19:35:49 GMT Location: https://alexa-rosebharti.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CpxA91qjwnAvNw753jXi1GQBv6V2Qa7E1SMSNQbmWyWGuGS4rBLyQ5hvchasP9krk%2FpmMCvzS9BXEjphI%2BZQDxyCRJwgZbgRen3DtMy5KoP%2BNJb98Dv%2BY%2FfXqznuBNlBUUK8oAitQ55TyglWHUMj6QTXNA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 90177d030cb8dc80-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1007&min_rtt=1007&rtt_var=503&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · nasrul.my.id
2025-01-10 10:30
HTTP/1.1 521 Date: Fri, 10 Jan 2025 10:30:23 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CSjKLrwba%2Fdx8jRBPeQS%2FOpMOj9WD9f8cht29Bb19gfsg1k4bGmIelkH0Z8jXU3GxLZqJYgD6FByDnBxpVsPfoUD7sWIQi851gGSOFqEOy%2FXtPF9ojP%2FHdy7KskZ7G5wCdn651%2B0VaeaOf8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8ffbfdce698618f1-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1225&min_rtt=1222&rtt_var=465&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=553&delivery_rate=3235200&cwnd=252&unsent_bytes=0&cid=458aad5ad34dffa9&ts=211&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · nasrul.my.id
2025-01-10 10:30
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 10:30:24 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.1.31 link: <https://nasrul.my.id/wp-json/>; rel="https://api.w.org/" link: <https://nasrul.my.id/wp-json/wp/v2/pages/508>; rel="alternate"; title="JSON"; type="application/json" link: <https://nasrul.my.id/>; rel=shortlink vary: Accept-Encoding x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PB1ozB4q0bJrazM7%2FM8lj%2FAKmGyapazZ%2BmRZD3uaxvpiqROWtFI8ZQMtEQ%2FF0bI69EAic6sFd0TxJhLrhd3W5%2FaeRCU4Vrq7oHsJTRH4FvfFe6rpeBSSkXKrrDc%2FfhL0lPT4lnsBUABYcm8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ffbfdd0581ad3b5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1514&min_rtt=1101&rtt_var=708&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=553&delivery_rate=3673024&cwnd=252&unsent_bytes=0&cid=301f9868b6e2b64b&ts=919&x=0"
Open service 2606:4700:3031::6815:4e30:80 · orinova.shop
2025-01-10 06:44
HTTP/1.1 301 Moved Permanently Date: Fri, 10 Jan 2025 06:44:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 10 Jan 2025 07:44:12 GMT Location: https://orinova.shop/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GrionZicrdRlz%2FyUtQEPBZO7n64Xci7zsyUlZ5SWp0VU21fbVgboXi5elfD6Za3PoP3nCko0w2B19Wp7BGMnLVTt99%2BdepJRfjpjPMTQOCL%2B0%2FUfnkH8ZQj9XyMd4wRu287RboEPIyjxwcU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ffab27979b82c7a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1048&min_rtt=1048&rtt_var=524&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=248&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · orinova.shop
2025-01-10 06:44
HTTP/1.1 403 Forbidden Date: Fri, 10 Jan 2025 06:44:11 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2F4xxJm%2BGyBrf9vCjbpGQcityUy74aspZ3jCKyObHntbl2vBtTCCReHChZde4lp%2BWGqW5AxzKGdOGkxWxsA0cpHsSMKr9f3xp5wxNaJoWvGsZ0V5%2FitK9MgXc9tvHa0JcfF1tl64Lg3tUrxE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ffab2742dcbd36a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=997&min_rtt=890&rtt_var=410&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=4543820&cwnd=252&unsent_bytes=0&cid=ec2e2ee36111a3a9&ts=61&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · orinova.shop
2025-01-10 06:44
HTTP/1.1 521 Date: Fri, 10 Jan 2025 06:44:11 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CiV2QOmCFxSmc3e%2Bo%2BGKupFtPTwQrmr1jOQTfOJ7Hv%2B2hq3aNohqvtuxchxQdBHxYA1wxOKLWQdhH5VRjEAJMxmTO1tNwoTckrliRL6Qk1ooL4tY70wM04L3UNwTnRKXuhVkGYqT%2BVnuLXI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8ffab2737c774db0-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1363&min_rtt=1248&rtt_var=550&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=3240384&cwnd=252&unsent_bytes=0&cid=95c9c1f30f061543&ts=48&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · butecomusical.com
2025-01-10 01:47
Open service 2606:4700:3031::6815:4e30:80 · butecomusical.com
2025-01-10 01:47
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 01:47:15 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Fri, 19 Apr 2024 07:55:52 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vtlwFr2Gk%2Bfz54P1Ct5R%2BfjA2DPQtkGBbR1FamAG3QPDYY%2FvB5z9jVnv4WsYCk7h22Q6KgeGGhB6CNGGPn%2BR3bSRl1Oro1SmvAzR5qtVosdFIyEoJSlkJiVOpdi6NVlU60Jg5SXfqZnZomgrfNyFXw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff8ff798ea8efa5-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1596&min_rtt=1596&rtt_var=798&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · butecomusical.com
2025-01-10 01:47
HTTP/1.1 200 OK Date: Fri, 10 Jan 2025 01:47:14 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Fri, 19 Apr 2024 07:55:52 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YaDsfjulcpz8xZu7nPHaLKapV2Aaq9Cg75fssbjYt2ymlh2DajHNgJWdfaS2TCKhLmeS16YTHyqDAGN5%2FxQYbXsbgZVOl6lpbmgsRGQOYZjI9L58P%2FiuHlcz8uCz0iE9%2FEiWoQx5%2FIZ2QTpBwRjnhA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff8ff77cfe46570-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1116&min_rtt=980&rtt_var=465&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3117&recv_bytes=563&delivery_rate=4126530&cwnd=252&unsent_bytes=0&cid=feee387362d769bb&ts=28&x=0"
Open service 2606:4700:3031::6815:4e30:80 · pan.nijika.eu.org
2025-01-09 19:13
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 19:13:26 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Location: https://pan.nijika.eu.org/ cf-cache-status: DYNAMIC Vary: Accept-Encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=S2XIxIANoIC4QZ1vhKb6145Vv85Eu4BJZPsK5CjhzqtAMxqIvbb7KQL6RN02Tiw%2Fc1FgVRaG6n%2FK8QSNkfWy9tzNCt8hNj595pqCbRN6MqHTlXwIiXsW%2FU8b4xHYD%2FGSeRkfDtqg2DEZRhpWGndZFA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff6be981a70bb97-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=878&min_rtt=878&rtt_var=439&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" <a href="https://pan.nijika.eu.org/">Moved Permanently</a>.
Open service 2606:4700:3031::6815:4e30:8443 · pan.nijika.eu.org
2025-01-09 19:13
HTTP/1.1 403 Forbidden Date: Thu, 09 Jan 2025 19:13:25 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Thu, 09 Jan 2025 19:13:40 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=O8y6zY13FgRibix5rps0pk9Nid%2FSEgtrDlIJvvpu6afofV5y90YN2PZqYIFQVkA1%2Bu%2BYAijBavz%2BDUqDs9DQZoVM22B%2BPUU20TC2%2BV2n3ywXd6xJ%2Be2H1rKwCQZGkuFaR7FgTC8iVwPJ65BVQHKpvA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff6be93d92fdcad-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1272&min_rtt=862&rtt_var=616&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2806&recv_bytes=563&delivery_rate=4691415&cwnd=252&unsent_bytes=0&cid=21385c238f628326&ts=33&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script type="de69aecfe21a12f042dabdd6-text/javascript"> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> nijika.eu.org</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8ff6be93d92fdcad</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::34e:b001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script type="de69aecfe21a12f042dabdd6-text/javascript">(function(){function d(){var b=a.g
Open service 2606:4700:3031::6815:4e30:443 · pan.nijika.eu.org
2025-01-09 19:13
HTTP/1.1 200 OK Date: Thu, 09 Jan 2025 19:13:25 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Vary: Accept-Encoding rndr-id: 5d7647b2-9014-433a x-render-origin-server: Render Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3LkEDz0dVUWPxAh2NPGFQQm3Ucw0qZiYYKa4TM8Aks9SO%2FDAsPmbfyyvq0DraQDHR5eXRkwaRrXHYqwzqekfD%2FStTqPjVgIQXYqnOEieJ2OIoQNr9yLXFcX9HqTRkruZOiV55thoiiF9CZ1nsAJTGg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff6be93288d2bc1-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1217&min_rtt=1151&rtt_var=479&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2806&recv_bytes=563&delivery_rate=3513466&cwnd=252&unsent_bytes=0&cid=c8557e0a35021980&ts=277&x=0" Page title: My Drive <!DOCTYPE html> <html lang="en" translate="no"> <head> <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=String.prototype.replaceAll" type="cc67e99623327e02dbaf7fa1-text/javascript"></script> <meta charset="utf-8" > <meta name="viewport" content="width=device-width, initial-scale=1" > <meta name="referrer" content="same-origin" > <meta name="generator" content="AList V3" > <meta name="theme-color" content="#000000" > <meta name="google" content="notranslate" > <meta name="apple-mobile-web-app-capable" content="yes" > <meta name="apple-mobile-web-app-title" content="AList" > <link rel="apple-touch-icon" href="https://jsd.nn.ci/gh/alist-org/logo@main/logo.png" > <script src="https://g.alicdn.com/IMM/office-js/1.1.5/aliyun-web-office-sdk.min.js" async type="cc67e99623327e02dbaf7fa1-text/javascript"></script> <link rel="shortcut icon" type="image/ico" href="https://pictest.nijika.eu.org/" > <title>My Drive</title> <script type="cc67e99623327e02dbaf7fa1-text/javascript"> window.ALIST = { cdn: '', monaco_cdn: undefined, base_path: '/', api: undefined, main_color: '#1890ff', } window.__dynamic_base__ = window.ALIST.cdn || "" </script> <script type="cc67e99623327e02dbaf7fa1-module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script> <script type="cc67e99623327e02dbaf7fa1-module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script> <script type="cc67e99623327e02dbaf7fa1-text/javascript"> (function(){ var preloads = [{"parentTagName":"head","tagName":"link","attrs":{"href":"/static/manifest.json","rel":"manifest"}},{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index.0ddbf4c5.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","href":"/assets/index.15d8d646.css"}}]; function setAttribute(target, attrs) { for (var key in attrs) { target.setAttribute(key, attrs[key]); } return target; }; for(var i = 0; i < preloads.length; i++){ var item = preloads[i] var childNode = document.createElement(item.tagName); setAttribute(childNode, item.attrs) if( window.__dynamic_base__) { if(item.tagName == 'link') { setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href }) } else if (item.tagName == 'script') { setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src }) } } document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode); } })(); </script> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <script nomodule type="cc67e99623327e02dbaf7fa1-text/javascript">!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script> <script nomodule crossorigin id="vite-legacy-polyfill" data-src="/assets/polyfills-legacy.43fde73d.js" type="cc67e99623327e02dbaf7fa1-text/javascript">!(function() { var e = document.createElement('script') e.src = window.__dynamic_base__ + document.getElementById('vite-legacy-polyfill').getAttribute('data-src'); e.onload = function() { System.import( window.__dynamic_base__+document.getElementById('vite-legacy-e
Open service 2606:4700:3031::6815:4e30:8443 · erbaatel.com
2025-01-09 18:01
HTTP/1.1 521 Date: Thu, 09 Jan 2025 18:01:10 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VjQRDBuvtWu6lnFSTshV9uOz8CR6fcOfXfmCdYblM%2FxbQ9rLLwYqLKajPe7QcNzg1orqx3T70cDlvmigxlI3s65bxL4%2FNwM53zRDI%2FJvf74masd%2BobMwc9zIEynN8zOp8cm3S%2BopHGcDfi0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8ff654bd7fd0d38d-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=919&min_rtt=915&rtt_var=351&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=4270327&cwnd=252&unsent_bytes=0&cid=feae492439a6f1bf&ts=66&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · erbaatel.com
2025-01-09 18:01
HTTP/1.1 200 OK Date: Thu, 09 Jan 2025 18:01:09 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Wlhagvx8hAEcBnnFMXxuze%2BuNRru7Z%2FL%2BfVJKE%2BIFhS%2FK4vlVt2MQfCym1hfHEwrtXR0%2F7Zx3svEW%2F9AMzMURSUVxK6AEKolgbPhcPTtjZoF%2BKkYwi%2FKQ2obaQ35oLyBRV9gf62pr6etKE8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff654bc1c91f650-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2071&min_rtt=1963&rtt_var=642&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3098&recv_bytes=553&delivery_rate=2040363&cwnd=252&unsent_bytes=0&cid=373371654e28afa1&ts=205&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[])+(+![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[])+(+!+[]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+[])), east=+((+!+[])+(+!+[]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[])+(+!+[]+[])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · erbaatel.com
2025-01-09 18:01
HTTP/1.1 403 Forbidden Date: Thu, 09 Jan 2025 18:01:09 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=sDi3SkzdWibjBBHEc7LfWShU9JPY6nQLKcUVQ0DN%2FvrTf2jYuG5TsUwXWGE0k99QPJBMAFWEAZ%2B9tB%2Bat%2FVseuZ%2F8zLoZpMp1vz8mxgxE2GjZ4UOixRjXkMO3flSPijZLsK9hTcP9gtGuis%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff654bb0d4e3802-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1081&min_rtt=1081&rtt_var=540&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · sexxcams.live
2025-01-09 16:12
HTTP/1.1 521 Date: Thu, 09 Jan 2025 16:12:38 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KjxNxVvpa7dGPbzyDVKODHGucMlPwflcP5TW2QBktLhajyb3ntFy9fXWx67OLAUHBxNpAUp%2FirY2MTXzfSQ6aHaaFDNisV3xF574lfUQu7ABvpG8qSdr2y9SdDC74sJwmiqdQM2XQb4xuTvQ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8ff5b5c26ed56537-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2768&min_rtt=2571&rtt_var=1105&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3103&recv_bytes=555&delivery_rate=1572928&cwnd=252&unsent_bytes=0&cid=8da2e3ca0ea0ed76&ts=136&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · sexxcams.live
2025-01-09 16:12
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 16:12:37 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 17:12:37 GMT Location: https://sexxcams.live/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CkQ2D%2FJgHiYU%2BpVcP%2BP6lcxJc6oTDHUYGbcWRwpaeJL2%2BquPuqNQQS2859ZIXKMDoKpV5lCx6HFKYw5KcBEyOfddPWNp8YeJPZySPNDz1DS7t%2F%2BonYo4%2FKV%2BXRooQvzdxXHq0hLFYCXwm6E%2F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff5b5c0dd7b94d2-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1851&min_rtt=1851&rtt_var=925&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · sexxcams.live
2025-01-09 16:12
HTTP/1.1 200 OK Date: Thu, 09 Jan 2025 16:12:39 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding link: <https://sexxcams.live/wp-json/>; rel="https://api.w.org/" x-powered-by: centminmod x-xss-protection: 1; mode=block x-content-type-options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=85qKOoLUm4JWBR5UNCMKydh7qwZlO0PuEydt8RF5OtnBVizRigUcUbJsKnBSfBoshorEE9%2BRE0cTQhyPRZcgZAsjuthJoQd1TqfvymDP%2FWC5Sr%2FvAQZbSgz1Z7BuX5NP8GFRYcQaUodJKtKs"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff5b5c59df5732c-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2226&min_rtt=1911&rtt_var=941&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3101&recv_bytes=555&delivery_rate=2116169&cwnd=252&unsent_bytes=0&cid=07dd1f2d951c539b&ts=423&x=0"
Open service 2606:4700:3031::6815:4e30:443 · pan.yueziji.tech
2025-01-09 16:12
HTTP/1.1 200 OK Date: Thu, 09 Jan 2025 16:12:05 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close CF-Ray: 8ff5b4f38bfabf0f-LHR CF-Cache-Status: DYNAMIC Vary: Accept-Encoding rndr-id: 8a848f1e-1ea9-4541 x-render-origin-server: Render Server: cloudflare alt-svc: h3=":443"; ma=86400 Page title: My Drive <!DOCTYPE html> <html lang="en" translate="no"> <head> <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=String.prototype.replaceAll"></script> <meta charset="utf-8" > <meta name="viewport" content="width=device-width, initial-scale=1" > <meta name="referrer" content="same-origin" > <meta name="generator" content="AList V3" > <meta name="theme-color" content="#000000" > <meta name="google" content="notranslate" > <meta name="apple-mobile-web-app-capable" content="yes" > <meta name="apple-mobile-web-app-title" content="AList" > <link rel="apple-touch-icon" href="https://jsd.nn.ci/gh/alist-org/logo@main/logo.png" > <script src="https://g.alicdn.com/IMM/office-js/1.1.5/aliyun-web-office-sdk.min.js" async ></script> <link rel="shortcut icon" type="image/ico" href="https://pictest.nijika.eu.org/" > <title>My Drive</title> <script> window.ALIST = { cdn: '', monaco_cdn: undefined, base_path: '/', api: undefined, main_color: '#1890ff', } window.__dynamic_base__ = window.ALIST.cdn || "" </script> <script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script> <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src= window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script> <script> (function(){ var preloads = [{"parentTagName":"head","tagName":"link","attrs":{"href":"/static/manifest.json","rel":"manifest"}},{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index.0ddbf4c5.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","href":"/assets/index.15d8d646.css"}}]; function setAttribute(target, attrs) { for (var key in attrs) { target.setAttribute(key, attrs[key]); } return target; }; for(var i = 0; i < preloads.length; i++){ var item = preloads[i] var childNode = document.createElement(item.tagName); setAttribute(childNode, item.attrs) if( window.__dynamic_base__) { if(item.tagName == 'link') { setAttribute(childNode, { href: window.__dynamic_base__ + item.attrs.href }) } else if (item.tagName == 'script') { setAttribute(childNode, { src: window.__dynamic_base__ + item.attrs.src }) } } document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode); } })(); </script> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script> <script nomodule crossorigin id="vite-legacy-polyfill" data-src="/assets/polyfills-legacy.43fde73d.js">!(function() { var e = document.createElement('script') e.src = window.__dynamic_base__ + document.getElementById('vite-legacy-polyfill').getAttribute('data-src'); e.onload = function() { System.import( window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src')) }; document.body.appendChild(e) })();</script> <script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy.9ccdffd5.js"></script> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · pan.yueziji.tech
2025-01-09 16:12
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 16:12:05 GMT Content-Type: text/html; charset=utf-8 Content-Length: 60 Connection: close Location: https://pan.yueziji.tech/ CF-Ray: 8ff5b4f24813eefd-LHR CF-Cache-Status: DYNAMIC Server: cloudflare alt-svc: h3=":443"; ma=86400 <a href="https://pan.yueziji.tech/">Moved Permanently</a>.
Open service 2606:4700:3031::6815:4e30:8443 · pan.yueziji.tech
2025-01-09 16:12
HTTP/1.1 403 Forbidden Date: Thu, 09 Jan 2025 16:12:04 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 4526 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Thu, 09 Jan 2025 16:12:19 GMT Server: cloudflare CF-RAY: 8ff5b4f1f8d8951d-LHR alt-svc: h3=":8443"; ma=86400 Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> onrender.com</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8ff5b4f1f8d8951d</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:1:d0::d63:b001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b&&
Open service 2606:4700:3031::6815:4e30:8443 · alternatifsky4d.space
2025-01-09 14:04
Open service 2606:4700:3031::6815:4e30:80 · alternatifsky4d.space
2025-01-09 14:04
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 14:04:10 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 15:04:10 GMT Location: https://alternatifsky4d.space/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lRrLyNt5Clpu1sXODRFpxrvilsXDKFwKY%2Bg6XNFoXfRXgcXHWVgK%2F0%2FpxIt1qAs%2BtjSndbAMs1JIvIUd3QTjQ5kSMI1UzbT3m00WZBAa5CD9MWXfkU0I3v%2BT1M7kcjpRS%2FLPP%2FvuyP5Y9ARsbzT68KZ4qQY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff4f993080a37d7-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1193&min_rtt=1193&rtt_var=596&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=216&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · alternatifsky4d.space
2025-01-09 14:04
HTTP/1.1 302 Found Date: Thu, 09 Jan 2025 14:04:10 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: http://alternatifsky4d.space/cgi-sys/suspendedpage.cgi cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1APOdMYGp0HTh9hpiqoeW04Rcvp5wMuCOb6JwrYdpf6xLhK4uFUX%2BHFeIfDSjnK2lBICaenax0znYmhvd%2BbPmhi9kGnnnlvze70ZgPTy3%2B5dpjorjS%2FwL%2Bnv1ldloCDfHwwyMnbbEyPGixik0Ug8%2FXcA81c%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff4f9955889973b-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=985&min_rtt=712&rtt_var=462&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2923&recv_bytes=571&delivery_rate=5679775&cwnd=252&unsent_bytes=0&cid=f241a42e38e782dd&ts=335&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://alternatifsky4d.space/cgi-sys/suspendedpage.cgi">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · www.alternatifsky4d.space
2025-01-09 14:03
Open service 2606:4700:3031::6815:4e30:443 · www.alternatifsky4d.space
2025-01-09 14:03
HTTP/1.1 302 Found Date: Thu, 09 Jan 2025 14:03:35 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: http://www.alternatifsky4d.space/cgi-sys/suspendedpage.cgi cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6%2BPUleeNh9cHAeFdoNVLInN7h%2F4gsnZEB8vinrgDOdJhAO3zGK2zfVE33CBxTXmzX%2B3LuniCAb7XE6%2FWy7G2iTaMkyfhhtnU7GGCHGjtcIP%2Bch%2F%2FM1k5RpPTLwlzl1vxDri%2BNNhB9wQdw0DZ3b4rSW1pabqi3w%2Bj"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff4f8bb5f224d7a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=747&min_rtt=735&rtt_var=300&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2932&recv_bytes=579&delivery_rate=4854741&cwnd=252&unsent_bytes=0&cid=68dea1d6fad4fc18&ts=323&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://www.alternatifsky4d.space/cgi-sys/suspendedpage.cgi">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:80 · www.alternatifsky4d.space
2025-01-09 14:03
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 14:03:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 15:03:35 GMT Location: https://www.alternatifsky4d.space/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ywsB4eptbF6LHPEVBZWkrr%2FtGIzQjuOPYJ%2BFEc6IZ5lDL9DYb1yYzeMhtcQSnmCdagNBB6LWx%2BqhFW8Ik39qcGegtx%2F4%2Fhm%2F1wxbwaYjWz79z7DyniPbIUb7fiyR%2FyBw8f1rjD1Z6c7JAMA1QLZvYqpsT4QJrQfA"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff4f8b90b839b5d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=865&min_rtt=865&rtt_var=432&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · huyixing.filegear-sg.me
2025-01-09 13:53
HTTP/1.1 200 OK Date: Thu, 09 Jan 2025 13:53:03 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Set-Cookie: __ac_nonce=0677fd4bf00e9fb40ba13; Path=/; Max-Age=1800; Secure; SameSite=None Set-Cookie: __ac_nonce=0677fd4bf00e9fb40ba13; Path=/; Max-Age=1800 Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Vary: Accept-Encoding server-timing: inner; dur=19,tt_agw; dur=9 tt_stable: 1 x-agw-info: KPbAyQlQ6S-DTCrQX8PiDEMxvdAiJiOrNizob6teb10Kqsdme42T9PbTJ5tsMYzDIseBkDlVRdoQKByzGD-rk5uD6F21i7NorBWk5O6ZhE5oK1CzXT3Urs_xFzt1litZgksrJXWyslQlE96MuCtLPj9s_20LosPWIVyXz5vfSrw= x-akamai-request-id: 2617bf44 x-cache: TCP_MISS from a23-55-235-165.deploy.akamaitechnologies.com (AkamaiGHost/11.7.2.1-9611f29bef89eba7b18045b10aa2af98) (-) x-origin-response-time: 883,23.55.235.165 x-tt-logid: 20250109215303D067058003CC29F2E9A1 x-tt-trace-host: 01ae3485c412db67097a2fefa88ba0f972752f3faf05bef0c228fdc338188866b5377c9129dad863dfa8c97a649e9ab0748a74321c89b3e732e8f7bae9225740f6b41b8a9a5b33d21072a9b4bb6a714f80321fbcbe85991bd6ac39b9cea8cac1cc2e9558bb1d24f7d3e149f82078e526f1 x-tt-trace-id: 00-250109215303D067058003CC29F2E9A1-0F3F6F2D2A32E0CB-00 x-tt-trace-tag: id=16;cdn-cache=miss;type=dyn Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=F%2BHg3bqsfdw8goKgc7W7%2Fp08FhlvoxvxLEBbrHNMHHcC86E%2FS1%2F3oFTBK7cCsnOCxCdkOQ6EZWCRa7Mq421hoyBXNjjtc177ywmdihQYyJjlmZU29jlNQ%2FfusqhUe4wyb9kW0rNKcLdwsE3T9WKxtR24gGkVBA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff4e943bc998cdc-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cdn-cache; desc=MISS, edge; dur=3, origin; dur=883 server-timing: cfL4;desc="?proto=TCP&rtt=1680&min_rtt=1680&rtt_var=631&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=575&delivery_rate=2401425&cwnd=252&unsent_bytes=0&cid=75aa3bbc02532fba&ts=1227&x=0"
Open service 2606:4700:3031::6815:4e30:443 · huyixing.filegear-sg.me
2025-01-09 13:53
HTTP/1.1 403 Forbidden Date: Thu, 09 Jan 2025 13:53:02 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 43 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ne0oq%2BzPymJSoCqrVbw6Xyp8tyZ4unru2V5o0cfjCqw5mNW4fvhUGHfmPa%2BWF0t3ijdNiH%2BviESACumjhJC%2ByTGwtrshANdGqyS%2FLUaq6sMXvJ4WWD%2BqnXvlvtcWJtTBwVsOXfSJNpQv%2F5eHXs4pXkKuYeDxSA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8ff4e947aa98dc58-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=973&min_rtt=957&rtt_var=391&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=575&delivery_rate=3727188&cwnd=252&unsent_bytes=0&cid=cadf81c0af77f6da&ts=327&x=0" Redirects to www.ctrip.com are not allowed.
Open service 2606:4700:3031::6815:4e30:80 · huyixing.filegear-sg.me
2025-01-09 13:53
HTTP/1.1 301 Moved Permanently Date: Thu, 09 Jan 2025 13:53:01 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 14:53:01 GMT Location: https://huyixing.filegear-sg.me/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=895BOO8hFS9t32mYDrRqyJ8GNtXq0Y7onr925mi09Ji2sD2i9%2B9lSY0SxBJcYXLmWO0K7EO%2B35O%2FwwRArp%2FHy8%2Fyb2HlTheXyEyVxm18HPLtM5tvwmoZ1tz8Ah5JRElkzwW4JDMrkDi6c8n24qro0QPnmqi32w%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8ff4e941ced93da8-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2230&min_rtt=2230&rtt_var=1115&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · plain-art-4fe2.s659l3jw.workers.dev
2025-01-09 09:21
HTTP/1.1 404 Not Found Date: Thu, 09 Jan 2025 09:21:51 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8ff35c074c103660-FRA CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yasQUkFhc%2FyIMxjoSD1RDKlI6NikgjbLo3vxs2TQLg63sLH7M7PQ%2B9D61Zy88ec%2BhdTnYUSF%2FrKx97r%2B6wwLo%2BVCHSUgqgkGiwfqPS27s3mj7OVNKTlrehMd3doRqbYjj%2BQ5wY0Ybz9YNQqV1BR%2B8RY1GUGDkjvKtDsDeMM44nKTLw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1125&min_rtt=1047&rtt_var=449&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=599&delivery_rate=3862464&cwnd=252&unsent_bytes=0&cid=04dfcf6afff75de7&ts=386&x=0"
Open service 2606:4700:3031::6815:4e30:80 · plain-art-4fe2.s659l3jw.workers.dev
2025-01-09 09:21
HTTP/1.1 404 Not Found Date: Thu, 09 Jan 2025 09:21:52 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8ff35c06cf4d06ce-AMS CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MW4kfveapMMvlXVl2%2B4SH9V36x8hELjCdy34FwK7FRbemsAVgNuB%2FOoWg0FddWPw82AxeRb%2FZGG8sL3jcuycbi%2FLMCnVRymf%2BKRL0RDuOgRsquZf%2BWcDsm%2F3Tl5kmWY%2BX05HEfnvV68%2FxQAMotStlikoecGgUBjJV0aQ6b7D%2FW%2BZ4g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1215&min_rtt=1215&rtt_var=607&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=230&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · plain-art-4fe2.s659l3jw.workers.dev
2025-01-09 09:21
HTTP/1.1 404 Not Found Date: Thu, 09 Jan 2025 09:21:52 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8ff35c0b0ed99731-FRA CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mzCMeULqHw8N4vePhAf8t7CaSKRO%2FQxBGVVSPvmqgTnkSrfl2PDx4uVLtEC1%2Fbmt98iZrexK3UobP%2FFpguICGhfIx7d%2BAYYhM%2FLM3hmTJKYgK6eeG3wcEp9R%2FJjzO%2BJjczRoCHu1%2B5FQORHcgnHXwrAPzupekXLh02w86LDpWOVxKg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1118&min_rtt=1040&rtt_var=446&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=599&delivery_rate=3888461&cwnd=252&unsent_bytes=0&cid=fe21896f50f93083&ts=628&x=0"
Open service 2606:4700:3031::6815:4e30:80 · taanaqi-sa.com
2025-01-08 23:47
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 23:47:28 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 00:47:28 GMT Location: https://taanaqi-sa.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=d4Yn0D1jmN6Ve4TWZeR5wdyG5Qg%2B28Haq%2FXfx1T823LPKivQtRz2d32Ucjl4NwIMeBaUHhi7t4WV0q7c6B5y03j%2FJvO%2FiuEZ72vP4PajqfWXrYyT6tJ%2B0qPC%2Br86%2B%2FUYa3twY8I4MaY7mH7h3A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff012a828c9ce26-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=841&min_rtt=841&rtt_var=420&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · taanaqi-sa.com
2025-01-08 23:47
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 23:47:28 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding vary: Cookie, Accept-Language x-frame-options: DENY x-content-type-options: nosniff referrer-policy: same-origin content-language: ar Set-Cookie: csrftoken=jTLfv4j0bPcGjvGMENrDbZyXvAeOvX1CrytYm97XzzCvkbBGYhJoYQZyZet9Ws8f; expires=Wed, 07 Jan 2026 23:47:28 GMT; Max-Age=31449600; Path=/; SameSite=Lax Set-Cookie: sessionid=xvwd0plymc1qi9jtvtcko6qr9l2mnz1p; expires=Wed, 22 Jan 2025 23:47:28 GMT; HttpOnly; Max-Age=1209600; Path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=pNCaQ9ueGSHCkTS%2FWRUdUval3eOpd5%2FzmE5TSLGsOiikSIEEHAoFToKLY0rif9CiQI1Z1pj4t6M0TdWD12vsUOJxVQDulauLs0oBOWy1oWRfcJMy7UKnhf2QwcQqyNbJv6vzJD01Lpzx34wKdg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8ff012a4df4fa00a-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1531&min_rtt=1513&rtt_var=442&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3109&recv_bytes=557&delivery_rate=2582375&cwnd=252&unsent_bytes=0&cid=81cec396e926bb11&ts=437&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · taanaqi-sa.com
2025-01-08 23:47
HTTP/1.1 521 Date: Wed, 08 Jan 2025 23:47:27 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0DtlOueBIZZryq4j2zYnuqYaTBh0J1BefvzfluA0sM%2FzcuCHUKYeX1s0jnVEMvykDBs7UF9uJ3Bt%2BXvTqqmOBIAOG%2FINvImyqcD6c4rj9tKZyGlRRAuoDPHZIqynsBKH6mHRfN81uI0bUKJ59A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8ff012a238654d82-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=963&min_rtt=962&rtt_var=363&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3108&recv_bytes=557&delivery_rate=4160493&cwnd=252&unsent_bytes=0&cid=d1c8068ed716e02a&ts=79&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · www.cawan4dkan.com
2025-01-08 23:24
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 23:24:27 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Set-Cookie: PHPSESSID=69e3d871af223f3b9d9aa978f475b492; path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=spkl3uRfGVDLF8fF%2FvJ57wpqYS5VpiFyWDun%2B5orv4LmB8eTCkHhpZgnSVKCOqvWwd0qJMHtIvXY3pzSZhx%2Fz2FMpE8oDBPRcCBobxpKXdgRRTFz9lWWcF8iwNzdt4HOz2pcQ6mvTzXuNxmxLs5gJiI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feff0c7fc579f14-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1079&min_rtt=717&rtt_var=527&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3094&recv_bytes=565&delivery_rate=5640167&cwnd=252&unsent_bytes=0&cid=da2b244bc77b9834&ts=6103&x=0"
Open service 2606:4700:3031::6815:4e30:80 · www.cawan4dkan.com
2025-01-08 23:24
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 23:24:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 09 Jan 2025 00:24:20 GMT Location: https://www.cawan4dkan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=K%2BIgQBiG8Vat0W09qx02WrqalWDtvOuPtcBjdRJm0nHYqx9daYPE%2BLEjw1B9mFFl8xKAS1SLLdoxkz7t3PwAhoCJrsB8ncUrOlBeuUTm2xe7F97TfdnW%2BAC0itNDi3TwAeLwP6Tp9SUZbfAzqbFR2Jc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feff0c29c161973-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1432&min_rtt=1432&rtt_var=716&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.cawan4dkan.com
2025-01-08 23:24
Open service 2606:4700:3031::6815:4e30:8443 · fxiang.cc
2025-01-08 23:24
HTTP/1.1 521 Date: Wed, 08 Jan 2025 23:24:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4siaBd9gQ1AJo2s5LqiEoMydecU2a939Fww5TzaKoe6dLa1MkOsrrSlp2TXFXQhExmckAVt6N2Vu%2FwMNFTirEN5x%2BWE5lnt9E8nmIuHP%2FLEQzl5Of3Ls4krlRg2QXETSEJjN4aO%2BoyU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8feff07dee08dc64-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=900&min_rtt=897&rtt_var=342&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3088&recv_bytes=547&delivery_rate=4390879&cwnd=252&unsent_bytes=0&cid=0963d46ef762ada3&ts=335&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · fxiang.cc
2025-01-08 23:24
HTTP/1.1 521 Date: Wed, 08 Jan 2025 23:24:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=edq9Iw8JZh4SAq97oQy78C5MgHe2UdGtN4VCaDn2dBFr9eC7OFdurTy%2F%2BPQOlSB2O8e3%2BisLPRVTIAU5N%2FvnzeEFDTpgJy1hUqS9u2MMUzhUerw4cLDVHV%2FJURjmoW%2B4wdFSh0UJHR4%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8feff07bc80d4d44-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1072&min_rtt=1072&rtt_var=536&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=204&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · fxiang.cc
2025-01-08 23:24
HTTP/1.1 521 Date: Wed, 08 Jan 2025 23:24:09 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wymLfogQ67jVe8LAzQhyJWDjz9b2z0l3A6RmGzmbQTQkc0jfdjUEuNbSiveCvbMo8A4M4VCHSpDneUNMChjZpRbPYO3poFzl1Xfj1eIP4S7pP4yZab8PWzoniziOIozy4WlXrNAEW5U%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8feff07af813cdc1-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1956&min_rtt=1830&rtt_var=777&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3088&recv_bytes=547&delivery_rate=2209836&cwnd=252&unsent_bytes=0&cid=b917c57f6cf7fd3e&ts=350&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · abdulkadar.com
2025-01-08 19:38
HTTP/1.1 403 Forbidden Date: Wed, 08 Jan 2025 19:38:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5NU5NHRVTzAF4fIySTFh7MUOzQHcjlHRpX3xXK3DuI8sxuxTzWXl%2Ba26%2B2bmI1%2Fjn7LgHwXVfoYQLVqCImQViolLt4ZQ6EMzdR2g7wNwVw%2FKhY%2FVKNbs1w2FZva5PqMn2g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding server-timing: cfL4;desc="?proto=TCP&rtt=158&min_rtt=158&rtt_var=79&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=672&delivery_rate=0&cwnd=101&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8feea5c36bc29f82-AMS server-timing: cfL4;desc="?proto=TCP&rtt=77&min_rtt=77&rtt_var=38&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=656&delivery_rate=0&cwnd=131&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=63&min_rtt=63&rtt_var=31&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=643&delivery_rate=0&cwnd=80&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=115&min_rtt=115&rtt_var=57&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=628&delivery_rate=0&cwnd=114&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=116&min_rtt=116&rtt_var=58&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=612&delivery_rate=0&cwnd=140&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=59&min_rtt=59&rtt_var=29&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=599&delivery_rate=0&cwnd=89&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=59&min_rtt=59&rtt_var=29&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=584&delivery_rate=0&cwnd=96&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=59&min_rtt=59&rtt_var=29&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=568&delivery_rate=0&cwnd=107&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=65&min_rtt=65&rtt_var=32&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=553&delivery_rate=0&cwnd=131&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=61&min_rtt=61&rtt_var=30&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=538&delivery_rate=0&cwnd=101&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=46&min_rtt=46&rtt_var=23&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=523&delivery_rate=0&cwnd=150&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=58&min_rtt=58&rtt_var=29&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=508&delivery_rate=0&cwnd=107&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=70&min_rtt=70&rtt_var=35&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=492&delivery_rate=0&cwnd=96&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=51&min_rtt=51&rtt_var=25&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=478&delivery_rate=0&cwnd=89&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=81&min_rtt=81&rtt_var=40&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=465&delivery_rate=0&cwnd=53&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=62&min_rtt=62&rtt_var=31&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=461&delivery_rate=0&cwnd=114&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=1038&min_rtt=1038&rtt_var=519&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1000
Open service 2606:4700:3031::6815:4e30:8443 · abdulkadar.com
2025-01-08 19:38
HTTP/1.1 403 Forbidden Date: Wed, 08 Jan 2025 19:38:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close x-frame-options: SAMEORIGIN referrer-policy: same-origin 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 report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EkXow%2FFeA5N8gUI2rxMk0%2BBqzk3JLWFwH4tzczYG1%2Fw3Rzs4bp95pHrFefc2eD4SGGaYUyCmzLjFVSAVhkGQVNfXBCoz8FforWLr%2F4VMTuSv4Ia53mSjyg50qNyh7P25gw%3D%3D"}],"group":"cf-nel","max_age":604800} nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} vary: Accept-Encoding server-timing: cfL4;desc="?proto=TCP&rtt=2391&min_rtt=61&rtt_var=3508&sent=32&recv=30&lost=0&retrans=0&sent_bytes=10588&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=202&x=0" alt-svc: h3=":8443"; ma=86400 cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8feea5c30fd19f70-AMS server-timing: cfL4;desc="?proto=TCP&rtt=1993&min_rtt=55&rtt_var=2108&sent=31&recv=28&lost=0&retrans=0&sent_bytes=8552&recv_bytes=4755&delivery_rate=962985294&cwnd=146&unsent_bytes=0&cid=2c356836246f66ed&ts=176&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=2614&min_rtt=61&rtt_var=3479&sent=35&recv=32&lost=0&retrans=0&sent_bytes=11379&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=227&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3054&min_rtt=55&rtt_var=3703&sent=34&recv=29&lost=0&retrans=0&sent_bytes=9252&recv_bytes=4755&delivery_rate=962985294&cwnd=146&unsent_bytes=0&cid=2c356836246f66ed&ts=208&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=2312&min_rtt=61&rtt_var=3213&sent=38&recv=33&lost=0&retrans=0&sent_bytes=11844&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=241&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5908&min_rtt=55&rtt_var=9254&sent=37&recv=31&lost=0&retrans=0&sent_bytes=9701&recv_bytes=4755&delivery_rate=1031228346&cwnd=146&unsent_bytes=0&cid=2c356836246f66ed&ts=216&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3380&min_rtt=61&rtt_var=5035&sent=41&recv=35&lost=0&retrans=0&sent_bytes=12294&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=246&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5190&min_rtt=55&rtt_var=8376&sent=40&recv=32&lost=0&retrans=0&sent_bytes=10152&recv_bytes=4755&delivery_rate=1031228346&cwnd=146&unsent_bytes=0&cid=2c356836246f66ed&ts=229&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=2976&min_rtt=61&rtt_var=4586&sent=44&recv=36&lost=0&retrans=0&sent_bytes=12746&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=259&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=6185&min_rtt=55&rtt_var=8270&sent=43&recv=33&lost=0&retrans=0&sent_bytes=10605&recv_bytes=4755&delivery_rate=1031228346&cwnd=146&unsent_bytes=0&cid=2c356836246f66ed&ts=233&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=4148&min_rtt=61&rtt_var=5783&sent=47&recv=37&lost=0&retrans=0&sent_bytes=13200&recv_bytes=5093&delivery_rate=1190600000&cwnd=114&unsent_bytes=0&cid=5b717ae9562603fb&ts=262&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5176&min_rtt=54&rtt_var=10219&sent=6&recv=11&lost=0&retrans=0&sent_bytes=4549&recv_bytes=2532&delivery_rate=1212648148&cwnd=154&unsent_bytes=0&cid=103fc5752f089083&ts=188&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5158&min_rtt=49&rtt_var=10190&sent=6&recv=10&lost=0&retrans=0&sent_bytes=4550&recv_bytes=2500&delivery_rate=1336387755&cwnd=84&unsent_bytes=0&cid=869e84f2869689fa&ts=225&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5259&min_rtt=47&rtt_var=10273&sent=6&recv=10&lost=0&retrans=0&sent_bytes=4551&recv_bytes=2489&delivery_rate=962985294&cwnd=143&unsent_bytes=0&cid=f060295d1b9bc1a8&ts=258&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5225&min_rtt=61&rtt_var=10297&sent=6&recv=10&lost=0&retrans=0&sent_bytes=4551&recv_bytes=2478&delivery_rate=1007430769&cwnd=94&unsent_bytes=0&cid=413d18620713821a&ts=293&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=5194&min_rtt=41&rtt_var=10287&sent=6&recv=10&lost=0&retrans=0&sent_bytes=4550&recv_bytes=2476&delivery_rate=1597146341&cwnd=93&unsent_bytes=0&cid=432e6272810c297b&ts=315&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=977&min_rtt=968&rtt_var=290&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=3930029&cwnd=252&unsent_bytes=0&cid=0a36f272b753e4d6&ts=337&x=0" error code: 1000
Open service 2606:4700:3031::6815:4e30:443 · abdulkadar.com
2025-01-08 19:38
HTTP/1.1 403 Forbidden Date: Wed, 08 Jan 2025 19:38:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close x-frame-options: SAMEORIGIN referrer-policy: same-origin 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 report-to: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=omXDtQvM9Y0fy58CYMPThnY4OkemRaZk5isDCj9pkylWfkWcKO9z9SXu5dskbIQ7r9VOaEkjUAFZNvHYHhwqgCVmaDz%2FeV8Yw4zx68ZEyn98FuGfi1MihZaZeoNzuW5A%2BA%3D%3D"}],"group":"cf-nel","max_age":604800} nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} vary: Accept-Encoding server-timing: cfL4;desc="?proto=TCP&rtt=7156&min_rtt=53&rtt_var=11658&sent=50&recv=46&lost=0&retrans=0&sent_bytes=8808&recv_bytes=7139&delivery_rate=1309660000&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=402&x=0" alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8feea5c2d97e6572-AMS server-timing: cfL4;desc="?proto=TCP&rtt=4812&min_rtt=42&rtt_var=8443&sent=53&recv=49&lost=0&retrans=0&sent_bytes=9333&recv_bytes=7139&delivery_rate=1559119047&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=404&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3239&min_rtt=38&rtt_var=5928&sent=56&recv=52&lost=0&retrans=0&sent_bytes=9645&recv_bytes=7139&delivery_rate=1723236842&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=420&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=2186&min_rtt=38&rtt_var=4084&sent=59&recv=55&lost=0&retrans=0&sent_bytes=9940&recv_bytes=7139&delivery_rate=1723236842&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=422&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=1480&min_rtt=38&rtt_var=2787&sent=62&recv=58&lost=0&retrans=0&sent_bytes=10236&recv_bytes=7139&delivery_rate=1723236842&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=423&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=1005&min_rtt=31&rtt_var=1890&sent=65&recv=61&lost=0&retrans=0&sent_bytes=10533&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=427&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=695&min_rtt=31&rtt_var=1261&sent=68&recv=64&lost=0&retrans=0&sent_bytes=10831&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=431&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=506&min_rtt=31&rtt_var=817&sent=71&recv=67&lost=0&retrans=0&sent_bytes=11129&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=432&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=413&min_rtt=31&rtt_var=621&sent=74&recv=69&lost=0&retrans=0&sent_bytes=11428&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=434&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=339&min_rtt=31&rtt_var=476&sent=77&recv=71&lost=0&retrans=0&sent_bytes=11904&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=445&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=300&min_rtt=31&rtt_var=337&sent=80&recv=73&lost=0&retrans=0&sent_bytes=12279&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=447&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=258&min_rtt=31&rtt_var=261&sent=83&recv=75&lost=0&retrans=0&sent_bytes=12822&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=449&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=230&min_rtt=31&rtt_var=194&sent=86&recv=77&lost=0&retrans=0&sent_bytes=14199&recv_bytes=7139&delivery_rate=2112354838&cwnd=81&unsent_bytes=0&cid=41455ee1511c726c&ts=451&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3030&min_rtt=28&rtt_var=5968&sent=11&recv=15&lost=0&retrans=0&sent_bytes=7054&recv_bytes=2624&delivery_rate=2338678571&cwnd=89&unsent_bytes=0&cid=25b13c4fad4b7f34&ts=469&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3118&min_rtt=38&rtt_var=6140&sent=11&recv=15&lost=0&retrans=0&sent_bytes=7205&recv_bytes=2603&delivery_rate=1723236842&cwnd=88&unsent_bytes=0&cid=72bfc43d8f9df646&ts=497&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=3142&min_rtt=34&rtt_var=6131&sent=11&recv=15&lost=0&retrans=0&sent_bytes=7355&recv_bytes=2604&delivery_rate=1925970588&cwnd=44&unsent_bytes=0&cid=db7c41d1fbceea25&ts=527&x=0" server-timing: cfL4;desc="?proto=TCP&rtt=1392&min_rtt=1295&rtt_var=555&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=3122779&cwnd=252&unsent_bytes=0&cid=48f0540833fc4668&ts=221&x=0" error code: 1000
Open service 2606:4700:3031::6815:4e30:80 · identity-yemen.info
2025-01-08 17:58
HTTP/1.1 302 Found Date: Wed, 08 Jan 2025 17:58:08 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Location: http://www.identity-yemen.info/ X-Served-By: Namecheap URL Forward cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=P3BSzzovevttWpPsppmra6NKPiwX6b8uRUmg0AHOYFRWK7ALKWjpMnYRCCA9hV4sKj7NsK7QCHU%2F%2FYyg9J76AIqT4CpA9THIylBRq%2BZweFPN%2B0y9yiR6aqluKKurevat3Dv65XTrhjP7j%2F61RlQG0fBr"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fee12f02e597759-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1740&min_rtt=1740&rtt_var=870&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" <a href='http://www.identity-yemen.info/'>Found</a>.
Open service 2606:4700:3031::6815:4e30:443 · identity-yemen.info
2025-01-08 17:58
HTTP/1.1 302 Found Date: Wed, 08 Jan 2025 17:58:08 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Location: http://www.identity-yemen.info/ X-Served-By: Namecheap URL Forward cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=y8Ah6FKN9AYRXOr1VfunSZvIsWo2w3QON92a7KCkXPLmvpI6KHfFq2czejvKgBuEoocbG3TkNIb2WKMp9c10NfScxDIeu%2BYyMECTslrh7U%2B5zpljiNSeUX1D%2FcqHywSm00u5%2BoMMq%2FTjeSjKkCJQfuya"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fee12f07e949511-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1824&min_rtt=1692&rtt_var=729&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=567&delivery_rate=2390070&cwnd=252&unsent_bytes=0&cid=3d730b83916cc709&ts=258&x=0" <a href='http://www.identity-yemen.info/'>Found</a>.
Open service 2606:4700:3031::6815:4e30:8443 · identity-yemen.info
2025-01-08 17:58
Open service 2606:4700:3031::6815:4e30:80 · devedge.co.uk
2025-01-08 16:58
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 16:58:24 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 17:58:24 GMT Location: https://devedge.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NMrKgdvB76%2BF0CaF7STweHqO%2FrS%2FFGQUaTYvk20brwSDOPjHP6XaoXF%2BHEbxhvkFFKvnlO%2Bd2TEwVxUXSVVE8GVgBaXjNEz7nYdqms1hLGxYmUs3N2%2FKc23VP57PLKk8cWB%2B7Y7MYpmlmGPX"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fedbb6f8d5d4d8d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=779&min_rtt=779&rtt_var=389&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · devedge.co.uk
2025-01-08 16:58
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 16:58:24 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.3.14 access-control-allow-methods: GET,POST access-control-allow-headers: Content-Type, Authorization content-security-policy: upgrade-insecure-requests; cross-origin-embedder-policy: unsafe-none; report-to='default' cross-origin-embedder-policy-report-only: unsafe-none; report-to='default' cross-origin-opener-policy: unsafe-none cross-origin-opener-policy-report-only: unsafe-none; report-to='default' cross-origin-resource-policy: cross-origin permissions-policy: accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(self), encrypted-media=(), fullscreen=*, geolocation=(self), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=*, picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=(), gamepad=(), serial=() referrer-policy: strict-origin-when-cross-origin strict-transport-security: max-age=63072000 x-content-security-policy: default-src 'self'; img-src *; media-src * data:; x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-permitted-cross-domain-policies: none link: <https://devedge.co.uk/wp-json/>; rel="https://api.w.org/" link: <https://devedge.co.uk/wp-json/wp/v2/pages/1911>; rel="alternate"; title="JSON"; type="application/json" link: <https://devedge.co.uk/>; rel=shortlink x-litespeed-cache: hit vary: Accept-Encoding alt-svc: h3=":443"; ma=86400 x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=N2ihdy7PYaZb5D5hip51RegXbUJADBM1IQjvVlZ03G2t0u4Y5cz6F1kDcUaQUlVyjbQ%2FGeGH2Hs22XKuCQ9LX0fjnEthcsRoLsFrwUZLHVsl6KCssaikbUFncoBMwBet00i%2FKRoDGT4v80z9"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fedbb6fdbf51da6-FRA server-timing: cfL4;desc="?proto=TCP&rtt=839&min_rtt=836&rtt_var=320&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=555&delivery_rate=4675144&cwnd=252&unsent_bytes=0&cid=d38e6342cbc5393b&ts=79&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · devedge.co.uk
2025-01-08 16:58
Open service 2606:4700:3031::6815:4e30:8443 · jensen.devedge.co.uk
2025-01-08 16:57
Open service 2606:4700:3031::6815:4e30:80 · jensen.devedge.co.uk
2025-01-08 16:57
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 16:57:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 17:57:35 GMT Location: https://jensen.devedge.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=L2VQcEcXvcDm0KtMq22U0%2FXdcLNlksRoe08e4ksCUcTNcYuDkd%2Ffz2E4txPPArXRqhYc5UfOe58AYjHqOzokJyVI5hVr4giMsyTw8yhmq8v9gxU1cgUqTovLcX%2BMb43u8ufkEFWYiQHrkBArA4rbE1xbyA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fedba3fc807e906-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2315&min_rtt=2315&rtt_var=1157&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · jensen.devedge.co.uk
2025-01-08 16:57
HTTP/1.1 401 Unauthorized Date: Wed, 08 Jan 2025 16:57:36 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 pragma: no-cache www-authenticate: Basic realm="Access to Jensen" access-control-allow-methods: GET,POST access-control-allow-headers: Content-Type, Authorization content-security-policy: upgrade-insecure-requests; cross-origin-embedder-policy: unsafe-none; report-to='default' cross-origin-embedder-policy-report-only: unsafe-none; report-to='default' cross-origin-opener-policy: unsafe-none cross-origin-opener-policy-report-only: unsafe-none; report-to='default' cross-origin-resource-policy: cross-origin permissions-policy: accelerometer=(), autoplay=(), camera=(), cross-origin-isolated=(), display-capture=(self), encrypted-media=(), fullscreen=*, geolocation=(self), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=*, picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=(), gamepad=(), serial=() referrer-policy: strict-origin-when-cross-origin strict-transport-security: max-age=63072000 x-content-security-policy: default-src 'self'; img-src *; media-src * data:; x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-permitted-cross-domain-policies: none alt-svc: h3=":443"; ma=86400 x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HuTlw%2F9f2%2BkOfUGxIluSuqx0nlD8a1tPbZzPcKJXTA6YdnSUA7KodEYrxm0NMO9pIdtR9eM4d7ZqF8%2BZGleFcCND0M%2BUYtbvIpsRoTSjGaQWkvAVNedVE1lSEd2FUOpMouc29ptTKjJF2D1O%2F1ygMlwZ6A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fedba405ae6d1fe-LHR server-timing: cfL4;desc="?proto=TCP&rtt=2192&min_rtt=2129&rtt_var=843&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=569&delivery_rate=1899483&cwnd=252&unsent_bytes=0&cid=b29714de41a97618&ts=35&x=0" Page title: 401 Unauthorized <!DOCTYPE html> <html style="height:100%"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title> 401 Unauthorized </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head> <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;"> <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;"> <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">401</h1> <h2 style="margin-top:20px;font-size: 30px;">Unauthorized </h2> <p>Proper authorization is required to access this resource!</p> </div></div></body></html>
Open service 2606:4700:3031::6815:4e30:8443 · rcilicgt.shop
2025-01-08 14:53
HTTP/1.1 521 Date: Wed, 08 Jan 2025 14:53:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wk29xMGCyCoKWz9dYeWoEUZwQpKqvdfcdIUddo56Lt4kb5z10T4cBXgGLEWds2gcM5d0i5No7ZyXIi%2F%2FipixVP5ZnBM5FB9GA95N5C9gaknuinGp%2B1vi5%2BA8kgr5K2vM4ZmxNyrIKEXd3fBP"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fed04117e09aafe-YYZ alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=882&min_rtt=863&rtt_var=337&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3102&recv_bytes=555&delivery_rate=4685979&cwnd=252&unsent_bytes=0&cid=6eeee54937fcc69c&ts=41&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · rcilicgt.shop
2025-01-08 14:53
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 14:53:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 15:53:12 GMT Location: https://rcilicgt.shop/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=duyP25lOCkW9NJr6Wy3FiZpqk3VvinZW0WNXMNG1XCBbsppkdM9ax7rFY0fkHvlpxarRPycVMagUOeRXd%2BkKNU05pMYVRLc3lNbXm5Ouj9mX6LkxdHHuEfGy4aw91YMP0RQ%2BteTfm1Q72oGj"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fed040b08449ba7-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=756&min_rtt=756&rtt_var=378&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · rcilicgt.shop
2025-01-08 14:53
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 14:53:13 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Wed, 19 Oct 2022 08:02:20 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qSDlZHhpy%2FvFmBusQCIloABm8zzHL8T1G9BjoqMthJZD1coJYa%2FAxx0mEGwfAzF%2Fz7WTyf37tU%2FMuBRnW%2B%2FzzPPADzkhApCFr1JVSSpkzj4IRRXV1C1bdzoF4yIRhQW%2B7Vbh7KvSJkYk1bHy"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fed040d3c62dcbe-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=888&min_rtt=869&rtt_var=339&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3103&recv_bytes=555&delivery_rate=4653624&cwnd=252&unsent_bytes=0&cid=ec39d9217a022334&ts=184&x=0" Page title: Welcome to nginx! <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://nginx.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://nginx.com/">nginx.com</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · mimpijuara.xyz
2025-01-08 09:35
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 09:35:44 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding X-Powered-By: PHP/8.0.11 Cache-Control: private, must-revalidate pragma: no-cache expires: -1 Set-Cookie: XSRF-TOKEN=eyJpdiI6Ik11NnFyRW5VbUpRNnBIQWlmSDRJd3c9PSIsInZhbHVlIjoiTno0TXoxSHEwTGE3YmF2eTkxZU1mdnN5NWRVbFFFanZQSXVoZThneDhDd1B4cjhXRXRkR1U3eUFqekxkTGFiSnJNQ1VlUnZRUFVWenAyaXRLUnNKcHZBekxDQWo2UWJNRmtTaHhzZ3BrZDkxQ3U5K0c4QS9kbXBuNithcDQvb0wiLCJtYWMiOiIzNDJiNTUyMWI3ZTI3ODBlODVlOGEzM2I0YWM1ZWNlYzk1M2NkMmNkY2Q1N2U3OGVhYWQyN2Y5MWZlNmY2ODY1IiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 12:35:44 GMT; Max-Age=10800; path=/; samesite=lax Set-Cookie: mimpijitu_session=eyJpdiI6InlwSGRURXljUFozMUJTd2MrYytqeEE9PSIsInZhbHVlIjoiOE9FeUt0QTNqQ0E5cUQvVjZwU0VFcDdwdWJzTWVPVVdIYUZxVWloU0R0K1oyR0ZKZGpCZHVpZFBaL3ltUGgyWXlrM1lSeThIaDRjc2lBYUVTODlYNHRoYlVydG9MTHpTbkRzd0xJcytoamNTUThrMENMVmtUTFpZak84K3A0WUciLCJtYWMiOiJlNjhhODRmZjJiYTdkYjZmN2FhZGE4ZTFiNTNiY2I4NGY4Y2E5Y2Q0MTkzZjZlMWEwZGU3ZmYyNGMwYmJhNzY0IiwidGFnIjoiIn0%3D; expires=Wed, 08-Jan-2025 12:35:44 GMT; Max-Age=10800; path=/; httponly; samesite=lax Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET, POST, DELETE, PUT, OPTIONS Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,X-CSRF-TOKEN, authorization Access-Control-Expose-Headers: Content-Length,Content-Range cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2B5HAtzHwjSCMuJkGgG5lSuD0Hdazx1e0r%2FoCgdvwdNVidqb6PnfpQln2CmSjZhnjW1sQ6CWGZAj5053dHQggQWrb6BaX0QgWb9z8PJoDqILv3ts10pl70%2FHxcWsET1UP1hmYgyfh%2Fjawx5su%2FA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feb32fcccb9bda0-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1970&min_rtt=1767&rtt_var=807&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=2288624&cwnd=252&unsent_bytes=0&cid=22a2c1eec8a094ea&ts=515&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · mimpijuara.xyz
2025-01-08 09:35
HTTP/1.1 521 Date: Wed, 08 Jan 2025 09:35:44 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2F%2FIN%2BTaGOTJ4yyk8R27hec0kUDDnvqQn6muiq%2B24J0TD3vuhI80OEiDXU9Z%2BoGtguvwQg20%2FqDmaJxZb2%2FBLWDVXOJoWplB56tjaTl2KoeS%2BuiyEYgxXoQqbhuM%2B6Gw2wuZdtd1DuN3aCyN5GA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8feb32fc7ed4f658-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1616&min_rtt=1569&rtt_var=622&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=557&delivery_rate=2577437&cwnd=252&unsent_bytes=0&cid=30dad585ae75b00a&ts=217&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · mimpijuara.xyz
2025-01-08 09:35
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 09:35:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 10:35:43 GMT Location: https://mimpijuara.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WjQ01IP4qGArDd9sYBCHFtdAwMACIBvh1eW3UNp9hrbTEJuVYp768aJQwWVmmBNbdRfLoqWncgYP7wgQ0F2GfTNCUp6NcrsxrTgFWzOWHyP3evQxbxNroNdh7JnTzuNQSmhWUQSsIfGmzEKOqw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feb32f7b904b779-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=865&min_rtt=865&rtt_var=432&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · bemasterminds.com
2025-01-08 09:31
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 09:31:42 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.0.30 x-powered-by: PleskLin link: <https://bemasterminds.com/wp-json/>; rel="https://api.w.org/", <https://bemasterminds.com/wp-json/wp/v2/pages/30>; rel="alternate"; title="JSON"; type="application/json", <https://bemasterminds.com/>; rel=shortlink vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=To2Z2Cujp6bwmx7dq0ZygckK2MmEniPAZ36JeuwouYDCk%2F4HIRmF2ox%2BQ7Ik5WaPVxGVw5lohWyWWzdkX2o2BoFkSNxxvK45dB9YrHnTGvPQ8Hp3LtBRXUvaWx9omBrbDyfmTs%2F9lwe10frBg9YA2A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feb2d0b9ff94d7a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=722&min_rtt=694&rtt_var=280&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=563&delivery_rate=5827089&cwnd=252&unsent_bytes=0&cid=6c40a9980e09dcb3&ts=1760&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · bemasterminds.com
2025-01-08 09:31
Open service 2606:4700:3031::6815:4e30:80 · bemasterminds.com
2025-01-08 09:31
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 09:31:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 10:31:39 GMT Location: https://bemasterminds.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2fPsxwoVF1c14Rjj2KmXcoKdhLl28C4Q8svBU7MxMegAfr2g0%2FHZhuLArP8wAe3%2ByXIbVv6kE1afgKKBwN9O0too1%2FHrFcTVDALgwmt%2Biafj8%2Fq5Id5A1f5zG8GP3c3XGhhPNsi8XAv4gXNQRzBlWw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feb2d03cce09b7d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1458&min_rtt=1458&rtt_var=729&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · hothornyhumpers.com
2025-01-08 08:21
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 08:21:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 09:21:07 GMT Location: https://hothornyhumpers.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V5P65Y8M%2BSqUyouERj5kT8T0ELVybKikgNV6v4zUsvazhvxkt5ZcSVyd0Pbhf0rWzQHUhuQJ1dvU3YBLhzvuaeiktv7zQtyrx2wDzq%2BAICa4F5tnif0BZZBGqPBOAlpai%2BEVHZIfcbBSeQ5nSAnAsroN"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feac5afcab492a1-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=747&min_rtt=747&rtt_var=373&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · hothornyhumpers.com
2025-01-08 08:21
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 08:21:08 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Cache-Control: no-store, no-cache, must-revalidate expires: Thu, 19 Nov 1981 08:52:00 GMT pragma: no-cache Set-Cookie: PHPSESSID=180d3cfd31047986794e07aa7f936829; path=/; secure; HttpOnly; Secure strict-transport-security: max-age=0 x-content-type-options: nosniff x-frame-options: SAMEORIGIN x-robots-tag: index, follow, nocache x-xss-protection: 1; mode=block cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QdQGYbxxIkUIfqB1Xoxk5RPTVT4MRrcQNo85PPlpSwxF0Zmfu%2BTTDo2VG2%2Fjt%2B%2FejmNcxVZGjQoGxkg4Wlqy%2BHUJg207cl1OgSvInQEUhZGMk8aiDm9herFjUXD43%2F%2BnlgeaPDFPdsdq9mjYa%2FTehljz"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8feac5b67d54dc7a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=942&min_rtt=938&rtt_var=359&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3122&recv_bytes=567&delivery_rate=4169072&cwnd=252&unsent_bytes=0&cid=8c8775d21b82d41b&ts=686&x=0" Page title: hothornyhumpers.com <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> <title>hothornyhumpers.com</title> <link rel="stylesheet" type="text/css" href="css/all.min.css"> <link rel="stylesheet" type="text/css" href="age-check/css/common.css"> <link rel="stylesheet" type="text/css" href="age-check/css/E3Xdg00dqK.css"> <link rel="stylesheet" type="text/css" href="css/default.css" /> <link rel="stylesheet" type="text/css" href="css/component.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <script src="js/modernizr.custom.js"></script> <!-- Hotjar Tracking --> <script> (function(h, o, t, j, a, r) { h.hj = h.hj || function() { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 1560260, hjsv: 6 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv='); window.hj = window.hj || function() { (hj.q = hj.q || []).push(arguments) }; hj('tagRecording', [location.hostname]); </script> <style> :root { --primary-font-color: #7B68EE; --secondary-font-color: #483D8B; --primary-color: #7B68EE; --secondary-color: #6A5ACD; --background-color: #FFDAB9; --secondary-background-color: #FFE4B5; --defaultFont: 'Oswald', sans-serif; } </style> <style> .cn:before { content: '\004a\0075\006d\0070\0069\006e\0067\0020\0054\006f\0079\0067\0065\0072\0020\0049\006e\0063\002e'; } .ca:before { content: '\0034\0034\0037\0020\0042\0072\006f\0061\0064\0077\0061\0079\002c\0020\0032\006e\0064\0020\0046\006c\006f\006f\0072\0020\0023\0031\0035\0034\0038\002c\0020\004e\0065\0077\0020\0059\006f\0072\006b\002c\0020\004e\0059\002c\0020\0031\0030\0030\0031\0033\002c\0020\0055\0053'; } </style> </head> <body> <div class="container"> <header> <nav> <ul> <li class="noborder"><a href="/"><i class="fa fa-angle-down"></i> Home</a></li> <li><a href="https://www.hothornyhumpers.com/members"><i class="fa fa-angle-down"></i> videos</a></li> <li><a href="https://www.hothornyhumpers.com/members"><i class="fa fa-angle-down"></i> members</a></li> <li class="active"><button type="submit" class="btn-join btn-join-menu" form="join-form"><i class="fa fa-angle-down"></i> join now</button></li> </ul> </nav> </header> <p><button type="submit" class="btn-join btn-join-image" form="join-form"><img src="nav.jpg" width="1920" height="300"></button></p> <p class="t2"><button type="submit" class="btn-join btn-join-inberweener" form="join-form">The content features hardcore one-on-one shagging,<br /> but there is some threesome action too!</button></p> <ul class="grid effect-1" id="grid"> <li><button type="submit" class="btn-join btn-join-image" form="join-form"><img src="thumbs/1.jpg"></button></li> <li><button type="submit" class="btn-join btn-join-image" form="join-form"><img src="thumbs/2.jpg"></button></li> <li><button type="submit" class="btn-join btn-join-image" form="join-form"><img src="thumbs/3.jpg"></button></li> <li><button type="submit" class="btn-join btn-join-image" form="join-form"><img src="thumbs/4.jpg"></button></li> <li><butto
Open service 2606:4700:3031::6815:4e30:8443 · hothornyhumpers.com
2025-01-08 08:21
Open service 2606:4700:3031::6815:4e30:443 · gadgetsmart.uk
2025-01-08 04:01
HTTP/1.1 302 Date: Wed, 08 Jan 2025 04:01:02 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close location: https://bargainsdirect.uk?utm_source=web+redirect&utm_medium=gadgetsmart.uk&utm_campaign=gadgetsmart&utm_id=redirect x-origin-cache-status: MISS x-cdn-cache-status: MISS x-via: FRA1 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IrNgK7Ru1V1Rmko3vVc4FBfUWBz%2BbyMLoueyXPirwQySLbxcO3LuAaqPitD%2BR43F%2FZbVGwSCry9DLd%2FThi5ClvlbypuxG5ByK4132JxruySxV5hdW%2FZ4Kd3lk23t0M3qH5JiqbIuPhFkMUtJaA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe948b6783cd2a6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1065&min_rtt=936&rtt_var=443&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3102&recv_bytes=557&delivery_rate=4320512&cwnd=252&unsent_bytes=0&cid=0469572e106a1e08&ts=75&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://bargainsdirect.uk?utm_source=web+redirect&utm_medium=gadgetsmart.uk&utm_campaign=gadgetsmart&utm_id=redirect">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · gadgetsmart.uk
2025-01-08 04:01
HTTP/1.1 521 Date: Wed, 08 Jan 2025 04:01:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7stxnXiMTUdtBH2%2B%2F9KZH2peem9%2BAUcKIivfrzZC0VJkCDgMOP86AE%2FvN3nUxYmWgH8WfVSpwqckMrDGAfiifaNMnneP75QaBgxA6O1HhmBlXuR2kzkciFdQYfrMjzbSwOyWZ2ruSx9os9y6Zg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe948ae5a9e8ebe-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=721&min_rtt=718&rtt_var=275&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=557&delivery_rate=5435483&cwnd=252&unsent_bytes=0&cid=b682fac0a410e5bc&ts=28&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · gadgetsmart.uk
2025-01-08 04:01
HTTP/1.1 301 Moved Permanently Date: Wed, 08 Jan 2025 04:01:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 08 Jan 2025 05:01:01 GMT Location: https://gadgetsmart.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9WD3bMWGCUdADZtHQOwR9Zs0H0%2FM6khRll637FLABfGS7bU6ZoXfN5FDyK9Dq6Erq6Y4bhtwn1lQvh%2F%2BSS1iFem9SRQorlmg5aktNfwEgK4lDfytPbYv9RH0kPZlSlBZSgqXxw%2FtOn4v6GE3uA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe948ad9b4dd29a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=965&min_rtt=965&rtt_var=482&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · royal-cell-85c3.zfjoij3q.workers.dev
2025-01-08 03:01
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 03:01:05 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VWXOPOocZnOIj9LOGytHBRUncxesioOWlcHDRdCfxeIL1UZj1dq6TeJWb25w6jFKOqKa%2BdmFyZmObSSermt5N2NwMVESj37MVWwEs1tlcATSGPumUOVLZuynN6LoRp6y1ntN5s9Wzx4Y4eVUsi9IleEsEfWjmRsFpRNiIkSOsGvfnrg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe8f0e74f2166f8-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1250&min_rtt=1205&rtt_var=375&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3123&recv_bytes=601&delivery_rate=3328395&cwnd=252&unsent_bytes=0&cid=d03c74c29b5de7df&ts=24&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:80 · royal-cell-85c3.zfjoij3q.workers.dev
2025-01-08 03:01
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 03:01:05 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=exmKSBWIaZm2DzdrzEPCpad68HEzHSavYQ0IMZcrGLpVYPxxfGV70YWeJSU2Qe637K9GDzmDwMru8sS9WmhlZjpxG6RNhcS0B4h9Dmx1QxndTGxO0uhEeOp%2FH5EzT%2FCR%2B4ko33HoT0vxedI9QyY8CDCuKBLA%2FRoMC6Uji2jHRB0hbUE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe8f0e6a8713657-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1166&min_rtt=1166&rtt_var=583&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=231&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:443 · royal-cell-85c3.zfjoij3q.workers.dev
2025-01-08 03:01
HTTP/1.1 200 OK Date: Wed, 08 Jan 2025 03:01:05 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HOcrnVwAE1jbXENLxWTKNL17CSHaJvBcdlZe6eUyfNHXd%2BkA7orCXUsAGD7L3mmVZP3rbKE3p2VkNI82EnnNcGimHjhpNpoIXNpG3hHL6kdI5YjFdi7C0UBd208STVXnd5VVrcD9xgEYDtJiaARjNR8mCWANL2mG2ZzjGc1aa%2BZNpaA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe8f0e75b41a02e-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=835&min_rtt=833&rtt_var=316&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3123&recv_bytes=601&delivery_rate=4763250&cwnd=252&unsent_bytes=0&cid=4820fc582b06f606&ts=19&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:443 · selwix-tap.com
2025-01-07 13:55
HTTP/1.1 200 OK Date: Tue, 07 Jan 2025 13:55:46 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Thu, 14 Nov 2024 08:07:25 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Iv%2F5kJqITqSxI7GP8xyUefNx4%2BYVsStJuuTG8pH2zdOdpD9RzmSAorw%2BZa8h6fMfhlsAcN%2BSlNBsyntu8UJpKmUM7IpUK3pyqvXTLy%2BqBVOMNaF%2BWKOpFbzrm4x2mce4y5oXllUwLjCCmcziqw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe47285ffe71cb7-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=759&min_rtt=689&rtt_var=308&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3473&recv_bytes=557&delivery_rate=5869375&cwnd=252&unsent_bytes=0&cid=9d265ecdb49d08f2&ts=36&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · selwix-tap.com
2025-01-07 13:55
Open service 2606:4700:3031::6815:4e30:80 · selwix-tap.com
2025-01-07 13:55
HTTP/1.1 200 OK Date: Tue, 07 Jan 2025 13:55:46 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Thu, 14 Nov 2024 08:07:25 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ypCiLQlftFmwS%2BLJ7GesGtOdJ0G9iQku3divkAppuBsoctjZ2GNkl5T5wnT0CgtHC2%2BD1K2XDnr6z6QIsLA%2B4YvseNVVuSN0HUpPwK8TuWZ8WdRQyBqbAftEUwILohUicwQ8VyozsaiPAtAyQA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe47285be39dc9e-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1104&min_rtt=1104&rtt_var=552&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · view.selwix-tap.com
2025-01-07 13:54
HTTP/1.1 521 Date: Tue, 07 Jan 2025 13:54:26 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gsYl2LGPmkyXxj1dIRkv1ToVD1%2FWPCdck0uk2lbTZ0EomV5GZgi0KJTAhQq2dQh19ickJiTpxRafZ%2FKNKJdp768f%2FS98nX9fCH7Bulh3djGXarRRrg4BBFYt3cB7%2BinHVfzPhvpI7yyk7HKBCpJRfro5"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe47092dab99e05-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1446&min_rtt=1291&rtt_var=595&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3473&recv_bytes=567&delivery_rate=3132455&cwnd=252&unsent_bytes=0&cid=1cf79dd57a1e4354&ts=108&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · view.selwix-tap.com
2025-01-07 13:54
HTTP/1.1 521 Date: Tue, 07 Jan 2025 13:54:26 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vHrae3wsSv%2BkRcRjg3ps9jCxrajKbrmaL44nO%2B5SkCU1gaLbmn8E1CCE%2FVtSsmyZZLNONZtPiHgdbZVI5cQF6owWvlaDbW%2FjgMtKcwcFHmkAgnrCV5Ms5RCwjSkwilh28zXq%2BaH3iypSgDuRMCGoEA4B"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe47091adfc93e8-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2380&min_rtt=2380&rtt_var=1190&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · view.selwix-tap.com
2025-01-07 13:54
Open service 2606:4700:3031::6815:4e30:443 · xfb88770.com
2025-01-07 11:37
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 11:37:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 12:37:26 GMT Location: https://fb88dk.vip/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=o9397Lsi8UExnbEaZHZVureVyJjpqSzaqa%2FuYbhCnkLEZkmU2yuwvFDkmTnsFhsy%2FshkjmFcFTPPztfM4Fml%2FAGEZF%2FEg1j%2FmTdMZGr8WDPo2BsoEFJupmXJVvRYFrSg1Fr%2BAsJybhXUfIE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe3a7e4ac50d242-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=919&min_rtt=917&rtt_var=348&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=553&delivery_rate=4320512&cwnd=252&unsent_bytes=0&cid=a4cdc0f2d077416b&ts=16&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · xfb88770.com
2025-01-07 11:37
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 11:37:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 12:37:25 GMT Location: https://fb88dk.vip/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=G5VphRrjaBbvmAQ%2F83cF8BHyv25AufTgcaYeukUijuNY9qt%2FXP1oQlHQhNbHf32OLowA7VJTs7DiaxeZqz7GDSPsxv5kA6ZyewB4QiC5J%2BcrK66I%2F%2B94DJlt8xbKv7Ju8lf9A%2BmXZJEsCgA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe3a7e05d403606-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1316&min_rtt=1210&rtt_var=530&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=553&delivery_rate=3342148&cwnd=252&unsent_bytes=0&cid=c173d97746449c5b&ts=17&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · xfb88770.com
2025-01-07 11:37
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 11:37:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 12:37:25 GMT Location: https://fb88dk.vip/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=D1j3z197xzY1lYuNCoPmq6CeJk6%2Bkp%2FZz09ACgP%2B6Xw2x31Myj4D64DbqdSnnsGU8G%2BxDh69rytwJNfvJINSBGab3m7j5a1hsXe3c1UnzbbFX%2BX0xffABHODTpN5Iv3%2BdI2NVry2MyMMN0I%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe3a7e00d49913c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=855&min_rtt=855&rtt_var=427&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · liverx2024.xyz
2025-01-07 04:47
HTTP/1.1 523 Date: Tue, 07 Jan 2025 04:47:26 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IQhNEk6%2BZPvlVsbPCqtyYhzHfMedYReNwGCoGeI5p%2FEpx%2B%2FrmHwy3jfd2ExvL8T8QWTyc8n62sIWwQtrVgjtnm8J70jf7HU2tnfxb%2BAyQgN7Q%2FMUgYoaflUQPzur3IxvqILZq9C8V5xWsaGvjw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe14f50085cedf7-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1605&min_rtt=1500&rtt_var=637&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=2696000&cwnd=252&unsent_bytes=0&cid=7bc6f3452a974a18&ts=147&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:80 · liverx2024.xyz
2025-01-07 04:47
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 04:47:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 05:47:26 GMT Location: https://liverx2024.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=H%2FqlxfLZlZIfGqj8s%2FGtgmLf9E0ARG4HezSXIR4VhiQe54owvMfbUZH0WFQsrcrdv4VJjmTPtIoKurpgcP6bfc5OiVuNLeBYbTNBBp1PwCkD0PHAJktC%2FlnfqWjOjaFn8In%2BSBp2qX1xoNMPeA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe14f4f3d4adcd1-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=948&min_rtt=948&rtt_var=474&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · liverx2024.xyz
2025-01-07 04:47
HTTP/1.1 400 Bad Request Date: Tue, 07 Jan 2025 04:47:27 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Wzl58p14dOnERPknxl6e99abQFb8s4tEmYNed1o8n4TqMBE%2BwXp8tETy5foMQI5sFMdVwkCUs0E3n6UKoovpZmfpJCxkEm1lKmgaSuHSMEvgaNza%2B1LS0FxhDmavfuqRJUkbKqPXtfz5hbuD8g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe14f50ea1edbf6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=778&min_rtt=764&rtt_var=315&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=4605922&cwnd=252&unsent_bytes=0&cid=e9f0bcc768f184c9&ts=372&x=0" 404 Not Found
Open service 2606:4700:3031::6815:4e30:443 · ai.vsinger712.com
2025-01-07 02:49
HTTP/1.1 200 OK Date: Tue, 07 Jan 2025 02:49:11 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BcWxTr0jdBR5ozni5e%2Ff%2Bpu3mEOAKrF%2BC8CtOlz6f%2BHkwhGMmWewFah9Hp1lzCRKf7gjN2qnoWCkl8yRE81XKWbI3RgzCuW2wt61uYdmOl81j4ytZt08WDKCbxzHRc9jJh3oZdN6aGkhbkiMloet%2Fg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe0a211b86e60f8-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=18741&min_rtt=18495&rtt_var=7429&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3107&recv_bytes=563&delivery_rate=197567&cwnd=33&unsent_bytes=0&cid=e225cfa94a74921e&ts=571&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+[])), east=+((+!+[])+(+![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[])+(+!+[]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+![]+[])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · ai.vsinger712.com
2025-01-07 02:49
HTTP/1.1 521 Date: Tue, 07 Jan 2025 02:49:10 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=JQwGvjJ58vo0loyqui7n9uo1Ytf2tqnDCdFX4Ju7oELw%2FKSwh9dxrKR8wZP6KmcaefVFgLjKX%2BhrbOJTtgcszs9acJiI3UMXds%2Bvoy2%2B2Cc6ss6GynFRlLsg4zCijh4sVYTg0h7ucL1MDDfvKz5NOw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe0a20f7bac949f-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=14707&min_rtt=13583&rtt_var=5896&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=563&delivery_rate=297725&cwnd=252&unsent_bytes=0&cid=3dd0efecda663dae&ts=207&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · ai.vsinger712.com
2025-01-07 02:49
HTTP/1.1 200 OK Date: Tue, 07 Jan 2025 02:49:10 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZggbylH8UmUvZyfmYEosXQ3TtczHy17w7lDVzg0Rr7XQOFEi3jultIRjZdlb%2BfmL9v6hz9HrR%2Bg1f3jQuT09E8uWzd2urpH8tyZie1bo%2F11JnTMD2uBK6w0e1PMtBZ4u%2F8Kjfr%2FJrTXxN7H%2F9deyIQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fe0a20e1900dc6e-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=32797&min_rtt=32797&rtt_var=16398&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+[])+(+!+[])), east=+((+!+[])+(+!+[]+[])+(+!+[]+!![])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · wew.zbjbfk.us.kg
2025-01-07 01:23
HTTP/1.1 521 Date: Tue, 07 Jan 2025 01:23:56 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xJMNY9aUF5%2Bny0aMirB%2BUshakPvfiOVjiBWs%2FkQ0Ov0G2zj0ozEOhgQoNrzNPsrS4pSV9GO7HCSOorX5m2lT0yZSLuymCYBFQ4X9bTX72HLLWFCfW4A6qUJqWbdS80TJ%2FcrQfj2mu7K5mn0T7BBv"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe025342d584140-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=23945&min_rtt=23945&rtt_var=11972&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · wew.zbjbfk.us.kg
2025-01-07 01:23
HTTP/1.1 521 Date: Tue, 07 Jan 2025 01:23:56 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zXFI4VMk0m0okajyCXOVLehmiD5uoE4DHCedvqOjoRsdOr6d742D%2BMu%2BmtPU0u%2FhwDKgS9XalQg9JtT9NFdms6%2F%2Fdzp4Q%2F1tvlw7WR0fynlvMo1uRr5VW07J5nCE7ZzT1Uj4uI8lqhhFOcM6Fw3k"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe025371df7d1f7-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=23328&min_rtt=20294&rtt_var=8429&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3099&recv_bytes=561&delivery_rate=199192&cwnd=252&unsent_bytes=0&cid=6775515f9119a4f8&ts=113&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · wew.zbjbfk.us.kg
2025-01-07 01:23
Open service 2606:4700:3031::6815:4e30:8443 · regb.zbjbfk.us.kg
2025-01-07 01:15
Open service 2606:4700:3031::6815:4e30:443 · regb.zbjbfk.us.kg
2025-01-07 01:15
HTTP/1.1 521 Date: Tue, 07 Jan 2025 01:15:25 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6QcBJPGVw7%2FsKhxoKp7f%2B0jdARE2vhoITRryQyGcY0kPeszaksumrI7njlQ2RUaYhZ4KoxItStQbIUHvQzekl4CsKvcBxAR%2BxbLxwil5FUhRVEn1OwUP6gdwB1KuRazVLrs34D84emwhEppmY0oCpA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fe018beda903664-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=4964&min_rtt=909&rtt_var=2830&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=563&delivery_rate=4448844&cwnd=252&unsent_bytes=0&cid=d81736741f87932e&ts=245&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · fddf.zbjbfk.us.kg
2025-01-07 00:50
Open service 2606:4700:3031::6815:4e30:443 · fddf.zbjbfk.us.kg
2025-01-07 00:50
HTTP/1.1 521 Date: Tue, 07 Jan 2025 00:50:57 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=z4nj9SYzOSzQFD7SowQE2J9MM7%2Be7Zws5Ty%2FOP1g%2FGhZiNLqpK%2F%2Bw%2Fi4w%2F4nTis5u7kAxn1D5g71SP33ZpFz8%2BjA9%2FrqlBwy99BTEOVPGRNnQANm9SC9izDuXUz7HohcRyVwXcc5XYTiJbERYMQs8A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fdff4e2a84f93fa-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=23176&min_rtt=20413&rtt_var=9628&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=563&delivery_rate=198109&cwnd=252&unsent_bytes=0&cid=34a892ef312e23a7&ts=116&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · fddf.zbjbfk.us.kg
2025-01-07 00:50
HTTP/1.1 521 Date: Tue, 07 Jan 2025 00:50:56 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cZ8b%2FiiqpexgC4MmZHh29fFzOROBwp4DdWDInZmj9sdOdct7yvicO2H%2BQjCHg6p4zygSJmpymiLYrVipeaWU0zg5TbsN1I8MkXwjX1XVN2tdTpWjU%2Blu1ZeEoltMrzOxUjANmiXBFQlm7x3R5Jy3Fw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fdff4df8f9aed08-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=22120&min_rtt=22120&rtt_var=11060&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · www.gamessavvy.com
2025-01-07 00:21
Open service 2606:4700:3031::6815:4e30:80 · gamessavvy.com
2025-01-07 00:21
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 00:22:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 01:22:07 GMT Location: https://gamessavvy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eVJsMhQwOm2tCsXbTppSI9A%2BRk8lBAJe17AwC5iCO0qbJIgCrirK9goYfITWCRoSB8ydMMymBJSPgxN1Og0plWx4aJ%2BHkYbwmE%2BdOXphWKNi1ru0JvZlg28Zxy0R8iwusYjbctBd12DzBcqaBg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdfcaa88abfd2e2-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=886&min_rtt=886&rtt_var=443&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · gamessavvy.com
2025-01-07 00:21
Open service 2606:4700:3031::6815:4e30:443 · gamessavvy.com
2025-01-07 00:21
HTTP/1.1 520 Date: Tue, 07 Jan 2025 00:21:57 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KI9YAr8zOwXCoSmewd1AGcv0nOQ0f2Z4coDt20I4Xz%2Bv3fdMTvM%2F%2F3RorLnY5mDa1DTCGsB8BXwn5mUbG9zOKHCXIT7PVUiEFmTEBjaRIYL2Bf3iLOlB%2FW9bcZ0u0S4iSPeS1csASJ29DEYbAw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fdfca657ef9b04c-ATL alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=659&min_rtt=624&rtt_var=259&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3474&recv_bytes=557&delivery_rate=6480769&cwnd=252&unsent_bytes=0&cid=a88d8bb993c2dbfb&ts=401&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:80 · www.gamessavvy.com
2025-01-07 00:21
HTTP/1.1 301 Moved Permanently Date: Tue, 07 Jan 2025 00:21:55 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 07 Jan 2025 01:21:55 GMT Location: https://www.gamessavvy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VzkaxFAWESqdLNOxqNgERpxFy7ZItwUVphvbGeiOsZkPg3XURB2oKLXeTe5HOJduEQmawkxZbjW53tcz1dFMSl%2Blre%2FsRmNe%2B4Czrycbp8COnbIUd%2FIUTPjbzZZT3gLOMp6V2ufW3P57xFZx%2FlEMoMA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdfca5f8ef8cd28-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=23972&min_rtt=23972&rtt_var=11986&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.gamessavvy.com
2025-01-07 00:21
HTTP/1.1 520 Date: Tue, 07 Jan 2025 00:21:56 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zy00DRPUHfUI6JKREhkW4mF0%2B0Uk%2FUHN1WbWa%2FJobTBhYO4BW%2BqZZ5gze03w3dIB9PGmf%2F2n0OuRlPB7K3cWhw0UEpd6yKOchdB2TFsYHc%2FExg8n8Lz42v80Rrq38x0go7cjhoCpzG22Jtf3DC6PX2M%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fdfca633f4a71bc-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=21412&min_rtt=17992&rtt_var=9190&sent=6&recv=6&lost=0&retrans=0&sent_bytes=3474&recv_bytes=565&delivery_rate=224766&cwnd=252&unsent_bytes=0&cid=12fe62f6f142c152&ts=55&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:8443 · batdongsanvinhlong.com
2025-01-06 22:49
HTTP/1.1 302 Moved Temporarily Date: Mon, 06 Jan 2025 22:49:59 GMT Content-Type: text/html Content-Length: 143 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 Location: https://saigondomains.com/batdongsanvinhlong-com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=t426U5Ra8PfaCjN5C8RzeGbO5ddUSJoixC1HZxCZj5aFQrKuusiztxgrq2x1dCKGtEQz5%2FKgmIQEOdyYlUvWTczuMJOwgmjp8RbIqL%2Fx%2FW0PlQrlPspZ7OWA5xzfuC%2F9sV8814p9SjdPkzbSG7fg89yE6MUx"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf43b4ddc73615-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1434&min_rtt=976&rtt_var=693&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3128&recv_bytes=573&delivery_rate=4143442&cwnd=252&unsent_bytes=0&cid=46887b563215fb11&ts=53&x=0" Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · batdongsanvinhlong.com
2025-01-06 22:49
HTTP/1.1 302 Moved Temporarily Date: Mon, 06 Jan 2025 22:49:47 GMT Content-Type: text/html Content-Length: 143 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 Location: https://saigondomains.com/batdongsanvinhlong-com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6DqR8utR%2BmF4TCeYAaB%2FnMi%2FPLuYvr6%2BwEFTfOD%2BDkrpazLyOrjdHaJdLLRWlcBJEqaaLoT%2FH6ANCQeFY6eOviavUPQ2z8mYoJMDadPbA91NhKZlS6rY01jJvdLpFMon%2Bq%2FXDr6SwPtQZ0muSgCmD9Uj1xhJ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf4367a806719c-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=24208&min_rtt=23816&rtt_var=9716&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3128&recv_bytes=573&delivery_rate=150016&cwnd=252&unsent_bytes=0&cid=c85c1a91f819e813&ts=38&x=0" Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · batdongsanvinhlong.com
2025-01-06 22:49
HTTP/1.1 302 Moved Temporarily Date: Mon, 06 Jan 2025 22:49:46 GMT Content-Type: text/html Content-Length: 143 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 Location: https://saigondomains.com/batdongsanvinhlong-com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dfrqIdHkYT96AyCX8Ez59uro8SeCqrBL0WlYtM5Wx52HGz96zBs6%2F%2FCp6qmD48oYndLlH2DdnbJrz%2BP5MXr1HpXmU%2Fc9Ji88sqnWprj5wZE7SwV4prCtrniTG24%2BgIBG6Y9qmoiBF604URn7%2B83QdNwLbUo8"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf43636c316419-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=30478&min_rtt=30478&rtt_var=15239&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · 45678.wine
2025-01-06 22:30
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 22:30:22 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-LiteSpeed-Tag: 53f_HTTP.200 Link: <https://45678.wine/wp-json/>; rel="https://api.w.org/", <https://45678.wine/wp-json/wp/v2/pages/1102>; rel="alternate"; title="JSON"; type="application/json", <https://45678.wine/>; rel=shortlink, <http://45678.wine/wp-content/uploads/2024/11/photo_2024-11-05_18-57-23.jpg>; rel="preload"; fetchpriority="high"; as="image"; imagesrcset="https://45678.wine/wp-content/uploads/2024/11/photo_2024-11-05_18-57-23.jpg 500w, https://45678.wine/wp-content/uploads/2024/11/photo_2024-11-05_18-57-23-400x400.jpg 400w, https://45678.wine/wp-content/uploads/2024/11/photo_2024-11-05_18-57-23-280x280.jpg 280w"; imagesizes="(max-width: 500px) 100vw, 500px"; media="screen and (min-width: 783px)" Server-Timing: wp-before-template;dur=948.06 cf-cache-status: DYNAMIC Vary: Accept-Encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PM7pqxPiNHGIqFf%2FPwOiHmm%2BTpId%2FdMKRvSHxBDl2Gx5aeI2IoweIEkzPL8819vLvlSLEgNf1en%2FP8eSak7X52rq50L7FOEp7%2FFp4fpB5ihwbEYBoq8ePHgV1tQ7zbNKMmyRZ6YDaqcQ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf26ebfb8a35e5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=3537&min_rtt=3161&rtt_var=1939&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=549&delivery_rate=654792&cwnd=252&unsent_bytes=0&cid=afe5ad8715d1e170&ts=1713&x=0"
Open service 2606:4700:3031::6815:4e30:80 · 45678.wine
2025-01-06 22:30
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 22:30:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 23:30:20 GMT Location: https://45678.wine/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=A0mX81i139G8InfkDJWTMQlrRNdhEoYsorCuQaQ20pdMyIm8G8eD6ah5TSuafgYs8rmo6jQ9r7boI%2FE%2FSXLRZT6wnTV4IaXk2g8bT%2Fu2PVTMleoZc71ZVg%2F10TMcwP0%2Fggb4GShS1PS4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf26eaba5fd22b-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=3473&min_rtt=3473&rtt_var=1736&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=205&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · www.45678.wine
2025-01-06 22:30
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 22:30:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 23:30:12 GMT Location: https://www.45678.wine/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ivdctlpYLbyRvr8aPa%2F7R8Afa%2FGrbk92oAWcu9zwHeRj0%2BjzaH%2BAIihXClsFeB2OG%2FZmethnGAa3POHGRmbiRc65in7TqPtTbNriSvQWT1dZPcbvKfPWJLmdoiOLhE3F7FAh4unnNI4juysqjw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf26b63f433671-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1442&min_rtt=1442&rtt_var=721&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.45678.wine
2025-01-06 22:30
Open service 2606:4700:3031::6815:4e30:443 · www.45678.wine
2025-01-06 22:30
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 22:30:07 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-LiteSpeed-Tag: 53f_HTTP.200,53f_HTTP.301 X-Redirect-By: WordPress cf-cache-status: DYNAMIC Location: https://45678.wine/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EyM%2FjnWmPlEb2EKPOEC4H9xGo7bawjAdzUf5XkVDyeDFrKRNfA00sAXXV5WYKPqW7N9XHJi2FaXRaCBCpwaxsTZCka%2Fm3VeiQQDGetELRYaZiUeCamFxkzYOQybLXjQ%2FEukk14DSeOiIb36jAw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdf267c7bdcefa3-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=3350&min_rtt=2300&rtt_var=1552&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3093&recv_bytes=557&delivery_rate=1680798&cwnd=252&unsent_bytes=0&cid=6e45af323474a18d&ts=4055&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · 45678.wine
2025-01-06 22:30
Open service 2606:4700:3031::6815:4e30:8443 · idtathena.shop
2025-01-06 19:58
Open service 2606:4700:3031::6815:4e30:443 · idtathena.shop
2025-01-06 19:58
HTTP/1.1 302 Found Date: Mon, 06 Jan 2025 19:58:59 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, private location: http://idtigershow.shop cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GZ7Yy63rToCLqHgIe481A6huGhBzLvCUVmjEEmDsYlREYKbeikrvG4AFlO5g4bppyDrQHFT0Oz%2Bk5rYQlnrqminh2OXNG%2BKHAHVpwGTilwawxCQkTZfsV2rWmpGQMjs1YVy7IRibf5LaXKvMNg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fde492b7ef81da0-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=22781&min_rtt=22553&rtt_var=8915&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=557&delivery_rate=165853&cwnd=252&unsent_bytes=0&cid=02c3a86f227df4b7&ts=1364&x=0"
Open service 2606:4700:3031::6815:4e30:80 · idtathena.shop
2025-01-06 19:58
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 19:58:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 20:58:56 GMT Location: https://idtathena.shop/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8FIrOFH13vWIsErsq6PxSkIKDO1IBJjlPKYMyp5NkVVvlfaB5Q1%2FEej9gQyPfOxH7yeNHSLrV%2BmzbjJkqKI%2FqxaHEjB0%2B%2BOjeyv3lrxNiIaOvGy0IZhzqxh8fqqhAcduCf7JxvmZGPsHM%2BjEWA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fde49256b6d9bec-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=27612&min_rtt=27612&rtt_var=13806&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · multicanais.legal
2025-01-06 19:10
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 19:10:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 20:10:26 GMT Location: https://multicanais.news/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xw0vr1GjXgnvnpLvO82ZpiIFDB2Ou7ZM%2BYCX8%2FoTq0GYeIhl1d9dWgqfDSUbk%2BVWynivBlcKS1pWaZxryoBlT1UrRN5BYewDuj%2BVzGDkqBVEWb33b%2F2OJIt9SUt3Yg0twUZBVGTx4edNiEifjsseaw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fde02153985d3ae-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=26909&min_rtt=26074&rtt_var=11448&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3116&recv_bytes=563&delivery_rate=123458&cwnd=252&unsent_bytes=0&cid=5d4882caf98ee7bb&ts=53&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · multicanais.legal
2025-01-06 19:10
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 19:10:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 20:10:25 GMT Location: https://multicanais.legal/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C6eySHT%2B%2BTL3CC%2FPp%2FW4ogiQBykoRS8h8Z6MjtvPrTTLb1R0wc0byLEZMtkT62ZgqncAK3ELmSOzTOjCJFE5ZhGqKOxObPRKnVmEpCFvqwWdHz5H1%2F7yzlnxl1IZACFNRQ68G50GMsw5QfC3HM8%2Ffw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fde0210f9b3418f-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=16501&min_rtt=16501&rtt_var=8250&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · multicanais.legal
2025-01-06 19:10
HTTP/1.1 301 Moved Permanently Date: Mon, 06 Jan 2025 19:10:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 06 Jan 2025 20:10:26 GMT Location: https://multicanais.news/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3Iftb9ousJLF6qIiDm8OwOrZwAATKXExtvkliYEQYRwMhz6dQV5o8lfkRmjpNHJut1z%2BklzGcW9OjQKD8IRhzHFWyZ9OisykFFhQc%2Bv%2BsCIcl7%2BRyGpUyvkW3GBKDF24%2FopmIdeOOFoaWIJJcb8Zzg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fde0216bcd92c61-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=25304&min_rtt=23762&rtt_var=10012&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=563&delivery_rate=170187&cwnd=252&unsent_bytes=0&cid=01df4f050d281141&ts=55&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.cgg88.com
2025-01-06 17:47
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 17:47:54 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jFlEoa4HdesWIaLcZGf1AY6xds6raowZeMs8koU05gdfgT3VUImwkFqkzTiDYrEEmzORCNlndnoNEKwu9kdanG%2FoK5cNnQU%2Bod5ddj88yrrt3VzO6%2F0wBXGvx92jSD%2FK5N83FYCiWQ9t1luk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdd89336951ef3d-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2488&min_rtt=2388&rtt_var=1096&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2807&recv_bytes=555&delivery_rate=1266520&cwnd=252&unsent_bytes=0&cid=a72a6618e8ef9c35&ts=70&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:443 · www.cgg88.com
2025-01-06 17:47
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 17:47:54 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=o3nkwihtllzb3leP5nQeSDsOtaarvvQh%2B5ZlDyid1c4o9cQF1n3hhIRbuhM46qRIWT9V8jK0IcGSweDLlHFwVn4WmNoi0HCqj0EqNPldLC3hyBl4xfU6oB1yF16u2Fcwa0UAqzJ1n7ScbElK"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdd893319649479-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2316&min_rtt=2167&rtt_var=1111&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2806&recv_bytes=555&delivery_rate=1202497&cwnd=252&unsent_bytes=0&cid=9ad9f70c5fbeecb7&ts=51&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:80 · www.cgg88.com
2025-01-06 17:47
HTTP/1.1 200 OK Date: Mon, 06 Jan 2025 17:47:53 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MyN5YQ%2BHnXq2MyoIT%2Bm0Hj3wtwdNS%2FDEdFhe6o8NcY%2BauQLMNIdfhl04xHpfkhnwcNgcvFVeby9gF8BgzpdqAh1ZIdUJLrYt1vtB3qgNjsYgkQBgTYVmmsUZRiRfwdFJ1JWrrUpWHGCz6wYO"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fdd892b3e6379c0-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2559&min_rtt=2559&rtt_var=1279&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:8443 · lol4dyuk.shop
2025-01-05 17:24
Open service 2606:4700:3031::6815:4e30:443 · lol4dyuk.shop
2025-01-05 17:24
HTTP/1.1 200 OK Date: Sun, 05 Jan 2025 17:24:45 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Set-Cookie: PHPSESSID=e8d9e75bca63aa7b2ea477fac9da224d; path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fidZaQgrYA25e%2FHIae%2B7cRBo3DMF3PAwsLQ9tS4kOJsQTYTSyQxOIb8nrNLEoeipQQ%2BZBC8rpFdg7FjcB9mdkvOXqr5rrV%2FYcK4WpCOFQftTi6gk9tDngglu7nC2VU%2FITdSF7U2%2FAIFbFcLO"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd529e048a965d4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=750&min_rtt=745&rtt_var=290&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3085&recv_bytes=555&delivery_rate=5131979&cwnd=252&unsent_bytes=0&cid=e7e73253dcfcc318&ts=859&x=0"
Open service 2606:4700:3031::6815:4e30:80 · lol4dyuk.shop
2025-01-05 17:24
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jan 2025 17:24:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 05 Jan 2025 18:24:42 GMT Location: https://lol4dyuk.shop/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yMvjMdYFD8N4RTJrdUQ8dRsfOAmgCbgzYkCgLdY7vNnYlsiG0VswnRbCG28FiRuEZ6FPHIaed2zvnhxcPBh6qnmLDqHVIhxl2ruhcnvSLE11c2DireXDOGxtdO4w3U1dKv8p8V0uaDdJIF78"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd529d37ebdd27a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1049&min_rtt=1049&rtt_var=524&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · sk6688.cc
2025-01-05 14:19
Open service 2606:4700:3031::6815:4e30:80 · sk6688.cc
2025-01-05 14:19
HTTP/1.1 200 OK Date: Sun, 05 Jan 2025 14:19:27 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Sun, 05 Jan 2025 12:39:46 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3Zxd7lqWj%2BFbiEgHalYbjlIkB7l%2FaOgR7aq4W6Sp1wq3foY8No%2B5a%2FpI1SnLg4qNCWHwqtgZv%2BJ2nkOssdMxy0nyk%2FYGezM%2FgdKaotuA%2F2Cx3qdAbzc1eXeVgcROIc2FnSnG0JDY3WI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd41a77af5f1375-ATL alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=626&min_rtt=626&rtt_var=313&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=204&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 49图库 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>49图库</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=./static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=./static/js/chunk-vendors.af95cb10.js></script><script src=./static/js/index.e1aa3c0e.js></script></body></html>
Open service 2606:4700:3031::6815:4e30:443 · sk6688.cc
2025-01-05 14:19
HTTP/1.1 200 OK Date: Sun, 05 Jan 2025 14:19:27 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Sun, 05 Jan 2025 12:39:46 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XA3Z%2FtEDwKeXcd1syi5Kydys24DJzjLjZ5TFym2s0NofURlOGyUJ8vroiL0Uw7HnHU8DJdl4GquaB4kUltlAC3%2BzeYgDkNk4G0ls62LFQuRyGL8eiBu6kNiNyYSgEWtOWiSmN4qVnNE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd41a770b9e36d0-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=767&min_rtt=691&rtt_var=313&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3089&recv_bytes=547&delivery_rate=5852387&cwnd=252&unsent_bytes=0&cid=bcaaa52a8fe07b1e&ts=593&x=0" Page title: 49图库 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>49图库</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=./static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=./static/js/chunk-vendors.af95cb10.js></script><script src=./static/js/index.e1aa3c0e.js></script></body></html>
Open service 2606:4700:3031::6815:4e30:8443 · superiormotors15104.com
2025-01-05 07:59
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jan 2025 07:59:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 05 Jan 2025 08:59:51 GMT Location: https://inflazome.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mVtLTV8vQUziqf%2Fhebf0hGXENrwJuBwzxQjDNLSzcjnyC9HiYylLlCmYrcgO9MH41Apy%2BV%2B4TvsXs0wUvHrOA1chf7llRHEDbHgSDAHf2v2NZEmtSo%2Bx45SaphbFhPWORnWz2lAagpsRop%2FjNSvro8A5VBx94w%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd1ee6a289e9fd8-AMS Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · superiormotors15104.com
2025-01-05 07:59
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jan 2025 07:59:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 05 Jan 2025 08:59:51 GMT Location: https://inflazome.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=prD9Zk94ra7GKpT%2F%2BwWCkyngXtqawVXmQX10O3OcYwMWIZRHQp%2BJV1SAZM77wjczDIkVrgPdjifJxoK7zMk42RhEjj7LGdZSb0%2BIWyof0iUxcK1Z1oda7ZncYMg3Edo%2BXglr%2BaK5ykG5QbgUkdfSkG%2FSE5jHsg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd1ee69bebadcc0-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · superiormotors15104.com
2025-01-05 07:59
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jan 2025 07:59:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 05 Jan 2025 08:59:51 GMT Location: https://inflazome.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=UMXPkGIlto75nL4dYTJ%2F9KymyHfVzRZNv0%2Fk0OXWkA5bmBWiecCdxrEQFEhtxLAwvtveaoi5cvQ577Pm%2FKIikEkXycbfNNa0G6F8PWtmJ1LDQb%2BM10jiBtWuCqIE6JY1p9zt2aNW8UH6vPLh278AzD8j%2Fo814g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fd1ee6a2addd5a3-AMS Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · kfn543wsn.world
2025-01-05 02:13
Open service 2606:4700:3031::6815:4e30:443 · kfn543wsn.world
2025-01-05 02:13
HTTP/1.1 200 OK Date: Sun, 05 Jan 2025 02:13:35 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Sat, 10 Oct 2020 19:37:25 GMT vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=O7qLHVLd1Xouv0uh01kl0hKlSsHMqRzZM9B20BF6MKr9YUiT2xelFmx08ugFUVsLuSuEUYUzredKk4tA2x0Xou5GGS%2FPZfH%2BbH1MCjMdZXinLT7JAHUOkHfshS3LPZ13AHL24nY1G%2BrZEdZE4yc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcff332486b4328-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2084&min_rtt=1979&rtt_var=817&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3108&recv_bytes=559&delivery_rate=2043456&cwnd=252&unsent_bytes=0&cid=1889eadfb6a04d86&ts=287&x=0" <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
Open service 2606:4700:3031::6815:4e30:80 · kfn543wsn.world
2025-01-05 02:13
HTTP/1.1 301 Moved Permanently Date: Sun, 05 Jan 2025 02:13:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 05 Jan 2025 03:13:35 GMT Location: https://kfn543wsn.world/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=BDz0IgOH8iS%2BOPZVgkLzZ%2ByczgeBQywWSDBE2K2RBmHSolcg9YErmKdUCHfKxBFwuz4C6b6P0%2FGNxfU7nexLisDhs6eBQgMtl5whxNx3fmd4T3%2FAeizYrmfd5%2Fg9lNhUbw7HvJYkZuoZJy2Hbok%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcff3307a307ca0-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1807&min_rtt=1807&rtt_var=903&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · coolify.cods.cc
2025-01-05 02:13
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sun, 05 Jan 2025 02:13:11 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · coolify.cods.cc
2025-01-05 02:13
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sun, 05 Jan 2025 02:13:11 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · coolify.cods.cc
2025-01-05 02:13
HTTP/1.1 302 Found Date: Sun, 05 Jan 2025 02:13:11 GMT Content-Length: 5 Connection: close Location: https://coolify.cods.cc/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QupjTe6oiyfM0UgcBLqen%2FlYegUNuIZihn1X1ezj7WwbV%2FSuS%2FNKGLHvXW9I7r9IMQrk8rfhyiq%2BppUrTI354aXpyx1j%2B%2BkX2vJRjR4XgudhYeL56cb51%2FlJOHdSTmJbN0qE4M%2BaDVSRzHTtuwo%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcff29d3d7639f4-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1098&min_rtt=1098&rtt_var=549&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Found
Open service 2606:4700:3031::6815:4e30:80 · mcc.za.net
2025-01-04 18:23
HTTP/1.1 403 Forbidden Date: Sat, 04 Jan 2025 18:23:59 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Expires: Sat, 04 Jan 2025 18:24:09 GMT Age: 0 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LPhSTpR2uKHvszPkmr%2BreTqdXLJ0yDBU6XCJZclTlzsNkv1bFnX3eI5LjVdlMPQF57yp6HSwdUZ7kvsZ%2BfltAUXUvHZGu03p%2BF0SgHEJXLigGfe0YXKlouumU50vevrvEjQMa7XzAqqn"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcd434c7ef3beab-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1948&min_rtt=1948&rtt_var=974&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=205&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 403 Forbidden <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access / on this server.<br /> </p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · mcc.za.net
2025-01-04 18:23
Open service 2606:4700:3031::6815:4e30:443 · mcc.za.net
2025-01-04 18:23
HTTP/1.1 403 Forbidden Date: Sat, 04 Jan 2025 18:23:59 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Expires: Sat, 04 Jan 2025 18:24:09 GMT Age: 0 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=18z2QeF1lj%2BfcsFOAsveuNw%2BJ5z30%2B1Zbq%2B9r2dptOUYWPFME45g5j%2FnBu446Ch8PhLsVX89C6Xgxz9YTdb6BoK%2B%2BmsF1Fd6ldRzjEbj4ISfXDkacsIl2fYYrUznuue6W8H%2FKhFu3ZOQ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcd434c9e52947b-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2625&min_rtt=2620&rtt_var=994&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3095&recv_bytes=549&delivery_rate=1516879&cwnd=252&unsent_bytes=0&cid=bf35e8d4cd5e6767&ts=182&x=0" Page title: 403 Forbidden <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access / on this server.<br /> </p> </body></html>
Open service 2606:4700:3031::6815:4e30:80 · y2style.com.cn
2025-01-04 18:19
HTTP/1.1 403 Forbidden Date: Sat, 04 Jan 2025 18:19:00 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sat, 04 Jan 2025 18:19:15 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5cHgvVd%2F7PO4tR6MEm3omkFTdc%2BjR8wOf97T6Rh%2FRtf%2B9H99ur%2BPGyDnI1AsRfJAxayMzb9FCrJsa7kCP1TV9OAmmuEYtuwpeyTiyBc8r0KPEUp%2FfO6jiXzVnrcP8LADMron%2F6TPUAzVJP3pLA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcd3bfecbe1d278-FRA server-timing: cfL4;desc="?proto=TCP&rtt=800&min_rtt=800&rtt_var=400&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> y2style.com.cn</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8fcd3bfecbe1d278</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::12ae:2001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in
Open service 2606:4700:3031::6815:4e30:8443 · y2style.com.cn
2025-01-04 18:19
HTTP/1.1 403 Forbidden Date: Sat, 04 Jan 2025 18:19:00 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sat, 04 Jan 2025 18:19:15 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Haw0E7Qf3Pq19qhunxofeg9bQI62Mx81VL18VRy93WH0MpQV4l%2BdCBz7V%2Bv%2F8q4icaW5PVE5nxCTjAsDxuNlW7WqvaDVFniPRr5cTv8v%2FUo9nR%2F7q4r%2FwI7atHS%2BAGYhxpPnvyW4AITFtMATPg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcd3bff5d58dc89-FRA server-timing: cfL4;desc="?proto=TCP&rtt=914&min_rtt=913&rtt_var=343&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=4429353&cwnd=252&unsent_bytes=0&cid=99e3c26a62cceab8&ts=16&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> y2style.com.cn</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8fcd3bff5d58dc89</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::12ae:2001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in
Open service 2606:4700:3031::6815:4e30:443 · y2style.com.cn
2025-01-04 18:19
HTTP/1.1 403 Forbidden Date: Sat, 04 Jan 2025 18:19:00 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sat, 04 Jan 2025 18:19:15 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Km4JRG1fTm9eJs7RVQVgQF9ITb5JsdPlEmoSRuE9neYSJigg5NIPt4KKD12KMxOMiUuAvARKmka9lIkRakWdAlzz9vMYuhC255VHR9XudMFR5XIP8tkLw06JjiAYWVzF1zSKoZs%2BvkVXbI6eQA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcd3bff3c8fd3b4-FRA server-timing: cfL4;desc="?proto=TCP&rtt=840&min_rtt=776&rtt_var=337&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=557&delivery_rate=5211340&cwnd=252&unsent_bytes=0&cid=a9358c1fefc4c27c&ts=10&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> y2style.com.cn</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8fcd3bff3c8fd3b4</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::fae:a001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b
Open service 2606:4700:3031::6815:4e30:443 · taplak.online
2025-01-04 11:17
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 11:17:38 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=K5bLqBsy%2BtDuhfhpYR754Dyc4Ig%2BfFL7gPq0%2FJYsPOqcImqlj3Z5UbtkkQZq34GeEqn1hEjhajXkkqecjn4Y5YGw9pSGjSCkBhkliho9xBunQ7VBOcA6RC0NOo%2BYIDCC0EJxOI9CgUQ5huAh"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcad2be5dbf47dd-BOM server-timing: cfL4;desc="?proto=TCP&rtt=13712&min_rtt=13617&rtt_var=5174&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3470&recv_bytes=555&delivery_rate=296981&cwnd=252&unsent_bytes=0&cid=47fc3925a4900ce3&ts=407&x=0" Page title: Experiencing the art of tea bowl making in Mino <!DOCTYPE html> <html lang="en"> <head> <title>Experiencing the art of tea bowl making in Mino</title> <meta charset="utf-8"> <meta name="viewport" content="width=taplak-width, initial-scale=1, shrink-to-fit=no"> <link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Arizonia&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="/static/css/animate.css"> <link rel="stylesheet" href="/static/css/owl.carousel.min.css"> <link rel="stylesheet" href="/static/css/owl.theme.default.min.css"> <link rel="stylesheet" href="/static/css/magnific-popup.css"> <link rel="stylesheet" href="/static/css/bootstrap-datepicker.css"> <link rel="stylesheet" href="/static/css/jquery.timepicker.css"> <link rel="stylesheet" href="/static/css/flaticon.css"> <link rel="stylesheet" href="/static/css/style.css"> </head> <body> <nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar"> <div class="container"> <a class="navbar-brand" href="/">taplak<span>Travel Agency</span></a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="oi oi-menu"></span> Menu </button> <div class="collapse navbar-collapse" id="ftco-nav"> <ul class="navbar-nav ml-auto"> <li class="nav-item"><a href="/" class="nav-link">Home</a></li> <li class="nav-item"><a href="/about" class="nav-link">About</a></li> <li class="nav-item"><a href="/contact" class="nav-link">Contact</a></li> <li class="nav-item"><a href="/privacy-policy" class="nav-link">Privacy Policy</a></li> <li class="nav-item"><a href="/disclaimer" class="nav-link">Disclaimer</a></li> </ul> </div> </div> </nav> <!-- END nav --> <section class="hero-wrap hero-wrap-2 js-fullheight" style="background-image: url('/static/images/bg_1.jpg');"> <div class="overlay"></div> <div class="container"> <div class="row no-gutters slider-text js-fullheight align-items-end justify-content-center"> <div class="col-md-9 ftco-animate pb-5 text-center"> <h1 class="mb-0 bread">Experiencing the art of tea bowl making in Mino</h1> </div> </div> </div> </section> <section class="ftco-section ftco-no-pt ftco-no-pb"> <div class="container"> <div class="row"> <div class="col-lg-8 ftco-animate py-md-5 mt-md-5"> <div id="table-of-contents"> <h3>Table of contents</h3> <ul id="toc"></ul> </div> <h2>Introduction</h2><br/> Experiencing the art of tea bowl making in Mino is a unique and enriching cultural activity that allows individuals to immerse themselves in the traditional craftsmanship of creating exquisite tea bowls. This experience not only offers a hands-on opportunity to learn about the intricate process of tea bowl making but also provides insights into the rich history and cultural significance behind this art form. To explore more about Experiencing the art of tea bowl making in Mino, visit <a href="https://www.teabowlmakinginmino.com">Experiencing the art of tea bowl making in Mino</a>. The art of tea bowl making in Mino is characterized by its meticulous attention to detail, craftsmanship, and the use of high-quality materials. Participants can witness firsthand the skill and dedication required to produce these beautiful and functional pieces, making it a truly memorable and educational experience.</br></br> <img src="https://ts2.mm.bing.net/th?q=Experiencing the art of tea bowl making in Mino" alt="Experiencing the art of tea bowl making in Mino"></br></br> <h2>Exploring the Traditional Techniques</h2></br> Delving into the intricate processes of Experiencing the art of tea bowl making in Mino u
Open service 2606:4700:3031::6815:4e30:80 · taplak.online
2025-01-04 11:17
HTTP/1.1 308 Permanent Redirect Date: Sat, 04 Jan 2025 11:17:37 GMT Content-Length: 0 Connection: close Location: https://taplak.online/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=csPS5tnJudSVcjlTte5%2F%2BMi571ZJ5m%2FNGzfz6qnObf5ntYFAHLsZUQc8CrdmG1B6hCq97PH0nITwOi2rhvsfCGPnWlK92OLzEEXu9fF9fvUzQDfEMm4tnWvits5pIvl9%2F8WOfTLVPuT%2FnOkI"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fcad2bbaa66422f-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1828&min_rtt=1828&rtt_var=914&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · taplak.online
2025-01-04 11:17
HTTP/1.1 521 Date: Sat, 04 Jan 2025 11:17:37 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FlfBfkOIJgt3T4qEKaVNf%2FEuKgpfH5GQdRaOSLxRANXIdXcjiaRhvfSKpgR40FJz9x8IXNvA2Mh%2FCjL9tiHJbyQ74AyEI6CgXa2e6AvLUSk%2FUu82M%2FHhsJgfg2PeXWTxE9eqdW8JA8MQV%2BdM"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fcad2b9daf62379-SJC alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1433&min_rtt=1263&rtt_var=595&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3468&recv_bytes=555&delivery_rate=3201900&cwnd=252&unsent_bytes=0&cid=1f0ed18c4edb6414&ts=180&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · webmail.thes.gr
2025-01-04 08:57
HTTP/1.1 521 Date: Sat, 04 Jan 2025 08:57:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=b%2FlZQ9CYc78H4GPJ1gTNHM3pwuVmNylXc%2FONOw%2FEU34m7nfI95eNPYHoktf9YNKIQe%2B6QWY0HOJGOK%2BF18eSaG49Z9giVkroNyxo3XuQlTbjZxf6UPnFGc%2B90QbmtWoj4lJ0rrtwUhB0EoqrXGE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fca054bbcddebba-YYZ alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1142&min_rtt=813&rtt_var=540&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=559&delivery_rate=4974169&cwnd=252&unsent_bytes=0&cid=9191570a98238a61&ts=144&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · webmail.thes.gr
2025-01-04 08:57
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 08:57:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 09:57:22 GMT Location: https://webmail.thes.gr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=UwECqhW4int5oikmvLBF11kiPpoJ4C3kKWhT9IYw0tVNCYy2yStyNxnxBnsl%2FoAf6YDXiFEagBpCuNbwYR4DdHkYa6swUGdE9YX3WDKyAjSlUmFhnCeG9B4dBchlofrBZN8nF1sxF5DTeVl841U%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca0548eb9debb6-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1031&min_rtt=1031&rtt_var=515&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.thes.gr
2025-01-04 08:57
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 08:57:23 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding,Cookie Cache-Control: max-age=3, must-revalidate cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=uJfD3%2FYWW3Ucnoxx5vFW%2Fwwv4aX63C3X7KopoKyX6Lawi3Hu2LYInucgCCxo%2B4rjHZeJU6Gl%2FhPNbHXDcE2yGdxQY3p6b9%2BydsxI621H4cAYH2x3IHAZNS41kmm5KPWNnE3mYwA7GbCccQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca054dcd129432-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1255&min_rtt=1248&rtt_var=482&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=551&delivery_rate=3101226&cwnd=252&unsent_bytes=0&cid=b5641fa3ec9df76a&ts=786&x=0"
Open service 2606:4700:3031::6815:4e30:80 · www.thes.gr
2025-01-04 08:57
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 08:57:21 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 09:57:21 GMT Location: https://www.thes.gr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DiLjJ9kUbou%2FO0C021fTJzzeSdRSUqHJjnEqmMwszpTE6iBoidpKzyBDRPtToTVx5m5%2FR2tATddia0HftlkBFkcuJz7Sgu0WAbGwm%2Ffloz7dsXdBZEupO3yvn4AAt9GucxHw0%2B2Ol%2FkgXA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca05484c1ef99f-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1449&min_rtt=1449&rtt_var=724&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · webmail.thes.gr
2025-01-04 08:57
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 08:57:22 GMT Content-Type: text/html; charset="utf-8" Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, no-store, must-revalidate, private Pragma: no-cache X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Set-Cookie: webmailrelogin=no; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: webmailsession=%3aj7OzfzQOw7TOSTWa%2c4e07a79e62f0adf91e6105026f7e6f68; HttpOnly; path=/; port=443; secure Set-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: roundcube_sessauth=expired; HttpOnly; domain=webmail.thes.gr; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: PPA_ID=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: roundcube_cookies=enabled; HttpOnly; expires=Sun, 04-Jan-2026 08:57:22 GMT; path=/; port=443; secure cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5sS6CGmEXGXXdh%2FCDuRIEa43wxuA3jGB4ooi29%2BzvJg2E%2FRPUkkZhFZKAvcB69tdXPfpy0ScHnSG3J9WpoKAqJq7UJ3NoHnRtRj7voby8wZCdgwqA5QTi3astcoqTydBFaNQmPgSeoG57usZzqE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca05491cad972d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1098&min_rtt=1007&rtt_var=443&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=559&delivery_rate=4015888&cwnd=252&unsent_bytes=0&cid=2241c9daf510ab9a&ts=143&x=0"
Open service 2606:4700:3031::6815:4e30:80 · cpanel.thes.gr
2025-01-04 08:57
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 08:57:21 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 09:57:21 GMT Location: https://cpanel.thes.gr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LGEkO7YQmrfEIvBQbwHoWDStP0Yx3HWeEg2sJjslFK%2BY9QvpFDe4o9xKykGYG9Nh2si09T8B0%2FEG1%2B3s4y7BA4EiuzySNXZY3zs7aWApeNOqACE9BL%2BUWBtEBnpyTp%2BO0BjYBkU6Hm4ETNULYg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca0547886d0c38-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1401&min_rtt=1401&rtt_var=700&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · cpanel.thes.gr
2025-01-04 08:57
HTTP/1.1 521 Date: Sat, 04 Jan 2025 08:57:21 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=x3jAheC3LEYvNFniQFpcPrqt3ie6wvqTcwnQCC3bl66oUxw7%2BZ6UcZHr7FRFL9%2F4hKL0EIQntnJadfFmw7F4D7Cxw%2B2s99qZqmUQH2jZ9gJ0rrv12V04GzPKKIicUW%2FKD6ITAE1MEqNWNLuZeQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fca0547ef1f2c77-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=876&min_rtt=798&rtt_var=355&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3084&recv_bytes=557&delivery_rate=5067669&cwnd=252&unsent_bytes=0&cid=3ef2d2d431c8af4a&ts=47&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · cpanel.thes.gr
2025-01-04 08:57
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 08:57:22 GMT Content-Type: text/html; charset="utf-8" Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, no-store, must-revalidate, private Pragma: no-cache X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Set-Cookie: cprelogin=no; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: cpsession=%3aby2Kc8W22aH9Dk71%2ccd672ba32927af6aaa0e92c3c948eee4; HttpOnly; path=/; port=443; secure Set-Cookie: roundcube_sessid=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: roundcube_sessauth=expired; HttpOnly; domain=cpanel.thes.gr; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure Set-Cookie: PPA_ID=expired; HttpOnly; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; port=443; secure cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eQH62k%2FonJMpg9v2zRzz8fe1pgaaZmqUR1HVC1YTwCiQ%2BX%2B%2FL9ycGVXee2w3E9nBUuJ6RiMoFcUPnlw4OEkb36KoJBJ%2BEmq4nqsHFqGQUWIQuGb3%2ByPI%2BUyzJLNp2ZyTyTSr607KEJTCD6pwfQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fca0549080ddc79-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1171&min_rtt=1126&rtt_var=454&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3082&recv_bytes=557&delivery_rate=3591474&cwnd=252&unsent_bytes=0&cid=bd86ef62697897bb&ts=142&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · www.thes.gr
2025-01-04 08:57
HTTP/1.1 521 Date: Sat, 04 Jan 2025 08:57:21 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hTcE0TZfVUjRafMGOV48dUtfTHsfgJ8sqgpZQu3qLXhzpHp8psNY%2B8Iq2ASnWZOPA4y4QboMsJvCUdjYum8L7EXG8ETzcwnyIBX5FBnjcrYPZ7TbrGfkJYmlXij%2BuIN8zoZ3GU4x2bmKUQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fca0547f96179ad-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2384&min_rtt=2366&rtt_var=900&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3084&recv_bytes=551&delivery_rate=1709213&cwnd=252&unsent_bytes=0&cid=f2e11638b999bfd3&ts=55&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · www.targetrent.it
2025-01-04 08:07
Open service 2606:4700:3031::6815:4e30:443 · www.targetrent.it
2025-01-04 08:07
HTTP/1.1 520 Date: Sat, 04 Jan 2025 08:07:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lY0RQTspDSXc1OOlYe76muXy2rQRjjEaTXyyDxoT3tznkgD%2BlIfiRRjK%2B72CLMCWwEmDtzEaXO8NurSRTnNoJNr2k2cGRuvRy%2BmMxQRGat0F0QPQk2ZHVPyiQ20ASz%2Fv%2BW00ctxdGHop44L41S27zw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc9bbd26afdd3a0-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=937&min_rtt=919&rtt_var=381&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3094&recv_bytes=563&delivery_rate=3790065&cwnd=252&unsent_bytes=0&cid=bf5dcd700a1589cf&ts=24&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:80 · www.targetrent.it
2025-01-04 08:07
HTTP/1.1 520 Date: Sat, 04 Jan 2025 08:07:12 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Y6R1QcbfIlhpzeKAUxIhqZSem9AgkwWbq6Wc%2BkANyfZysJDgRucyqEfARb%2FGxy7%2BbSwWssyyIPHZb%2Fc7lt87IDt9HaTEsxwpysZ9xrvyltLRWX62WN3JRzDDvpSMApXUvSq2y5BDAvYu54P6ykgzbw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc9bbce8b833a66-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=747&min_rtt=747&rtt_var=373&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:443 · inspacefilm.ru
2025-01-04 07:34
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 07:34:30 GMT Content-Type: text/html; charset=WINDOWS-1251 Transfer-Encoding: chunked Connection: close X-Powered-By: PHP/5.5.38 Set-Cookie: PHPSESSID=1vqrdfvqeuhve1fl0aoh1k4jv5; path=/; domain=.inspacefilm.ru; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nNzy2Q6Qgo1yjgnUO4kY3bWpnlGFthm61IeNVoI5pQ5vXiyoW18wxaLkXJ654SoFzhBHUCvJjdOF9fRBYhpyeaV0BNOLPltjEcW57CKu8C2SpFECqSF1Y5mkfmXAMkN9wIQJurNQ60FaaM20cg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc98be47f3f3d9f-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1429&min_rtt=1094&rtt_var=649&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=557&delivery_rate=3696526&cwnd=252&unsent_bytes=0&cid=6c4f4ddbb6bb29f6&ts=919&x=0"
Open service 2606:4700:3031::6815:4e30:80 · inspacefilm.ru
2025-01-04 07:34
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 07:34:29 GMT Content-Type: text/html; charset=WINDOWS-1251 Transfer-Encoding: chunked Connection: close X-Powered-By: PHP/5.5.38 Set-Cookie: PHPSESSID=epnbcugg0dpfru3oa4j1p0f4t5; path=/; domain=.inspacefilm.ru; HttpOnly Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9d96gdmmzdAAPu%2F910ydVkTNaf4hmkk5H%2B%2Fwvw6ghUR8hQtL8IHTFRzyOObUL6suH4avLPUJa4QEeZBvMW83uo%2B30%2Fj2PeMG2dLC9Yc7VVr2kpJ3VL%2FY62rWl4hyaYz%2BkEhQASuZaQRuWol27Q%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc98be10fd617dc-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2061&min_rtt=2061&rtt_var=1030&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · inspacefilm.ru
2025-01-04 07:34
HTTP/1.1 521 Date: Sat, 04 Jan 2025 07:34:28 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=SZ3rNyxMHpkT6a9OMAsLaA6Ti7j%2BKShlg5Wbcfql%2FLZnF7aL4DLZ1hXuHVov8f9abrSroIWip8H3dc0HNUv%2BXBQwS7IMnI%2BbFkxKNVvITGGUya%2BFkjpwxfWC6bsfQn3tZTRld%2FaOdPfuTAsdEg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc98bdb0801cf1f-SJC alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1562&min_rtt=1310&rtt_var=672&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=557&delivery_rate=3087022&cwnd=252&unsent_bytes=0&cid=a0e1a43d8b127f7c&ts=167&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · killagainrec.com
2025-01-04 06:42
Open service 2606:4700:3031::6815:4e30:443 · killagainrec.com
2025-01-04 06:42
HTTP/1.1 404 Not Found Date: Sat, 04 Jan 2025 06:42:01 GMT Content-Length: 0 Connection: close Set-Cookie: AWSALBAPP-0=_remove_; Expires=Sat, 11 Jan 2025 06:42:01 GMT; Path=/ Set-Cookie: AWSALBAPP-1=_remove_; Expires=Sat, 11 Jan 2025 06:42:01 GMT; Path=/ Set-Cookie: AWSALBAPP-2=_remove_; Expires=Sat, 11 Jan 2025 06:42:01 GMT; Path=/ Set-Cookie: AWSALBAPP-3=_remove_; Expires=Sat, 11 Jan 2025 06:42:01 GMT; Path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2hO%2FkUv56XG%2BybIuifNM8I38WXpMTZSuBPrDOPiQvSU4CGFYn04NxnKbe6hPAIoUVouP%2F4%2FZpdKQPB8oAHsWhRFSsGGHEeVTbEGPJrmFhqJRp2QmSZF1FYjoXXkDX2XtBGNi5UOUub3MunVCET6X"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc93f05c823951d-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1822&min_rtt=1819&rtt_var=689&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3111&recv_bytes=561&delivery_rate=2190682&cwnd=252&unsent_bytes=0&cid=3f46a9da62433e60&ts=363&x=0"
Open service 2606:4700:3031::6815:4e30:80 · killagainrec.com
2025-01-04 06:42
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 06:42:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 07:42:00 GMT Location: https://killagainrec.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2F3h8tWQRohlDI%2BHcg%2BgnOQ44H7RV790azYXGdrHaNoZD6yHosCa7DpxgjMQXlxb9XWr0Xz0hX4FGnZ31mhytL2tf9agfG7FInxb7IBZajT%2BkhDEkrC9I73ryLuwQCl1rKhqmEjv15XLvJ5vhlH2T"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc93effa8c628ac-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1013&min_rtt=1013&rtt_var=506&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · 5qr.uk
2025-01-04 06:23
Open service 2606:4700:3031::6815:4e30:80 · 5qr.uk
2025-01-04 06:23
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 06:23:19 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 07:23:19 GMT Location: https://5qr.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2XO5oGW285hpTHmGEzk597l4hXYYKVTDf1DR3nbQ6p2Fze2ZyaZ%2B%2Bb%2BH%2BGgQCWgs2ApQmzRhgqXxjtTVz6EfqoGi%2F44ISPjhdfDU56KG3tu%2F0qbeU8Q%2Foy09V5oSq75Z8eLADxg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc923a369918ec4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=787&min_rtt=787&rtt_var=393&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=201&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · 5qr.uk
2025-01-04 06:23
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 06:23:19 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding Cache-Control: no-cache, private Set-Cookie: XSRF-TOKEN=eyJpdiI6IjdkT1JHRUlENFJ2azVTTW1LTHJ6NUE9PSIsInZhbHVlIjoiN294TCsrS0dhTmpZdXFlc1FHSmowTDhvTlR3UW5PNXlhdkQ2MHA4K3RuVGlvSkttVWQxSmo4aFVUSlp1aXdlTDUrVk9sbzc1UFVidjk0dTJPVk53dFZUSzRKSWowcUM5cTE0SnpZZ2IxYy9XVk8rY0xLdjh3RnFYVzNRMGxZWW8iLCJtYWMiOiJhZWQxZTY0Njc4MmU0MWZjOTAyMTY4NTRkMmE3N2NiOTRiNjdmNTlmODA2ODBmMDNhY2I4MDViNGFlNmNlMDdlIiwidGFnIjoiIn0%3D; expires=Sat, 04-Jan-2025 08:23:19 GMT; Max-Age=7200; path=/ Set-Cookie: queue_pay_session=eyJpdiI6IlEvbkJ5Q1lNWXdydHVoM2dyd2J1OWc9PSIsInZhbHVlIjoiZUhqTUNNL2dQVHBBMnZpN0EyQnFYYUhZM2c3ZzJucXZZM21FVmZQNkNUN2xwVDNxZkNVWlVsZ2NiSTBjMmN6bGUzYW82VzNjVUFaSkRwdUlIb2Q4V25wUCtjSXlIdi9DV0QvdkNNYTJybFFkREU3ZzlDUUVaQ0RGQW8zd0NCYkEiLCJtYWMiOiJkMjgwMzc1ZDhmMzA0OGE2YjQwZTk5MWNiNTc4OGVmYjJmMGE5NDhjMzYyMjc2MDdhOTg0YTU1ZWM3OGRhZmYwIiwidGFnIjoiIn0%3D; path=/; httponly x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block x-content-type-options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PTICC95mKP1j7usccoI5lYn4Mv6jQpikj6c7%2F3WxjkubDrMNmECaB4jkhALRMZfBJRsnePqyRuIX0gOm3VnHKbKbYgchM08r456I8qo25XVxSvAfgA8YvqIQcbDJwm2TQ64NLQA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc923a43d3e3689-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1031&min_rtt=919&rtt_var=424&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3080&recv_bytes=541&delivery_rate=4400435&cwnd=252&unsent_bytes=0&cid=8a1acaf06cbf4b3e&ts=37&x=0" Page title: Queue Pay <!DOCTYPE html> <!-- AppSet - App Landing Pages Pack design by DSAThemes (http://www.dsathemes.com) --> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="author" content="DSAThemes"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- SITE TITLE --> <title>Queue Pay</title> <!-- FAVICON AND TOUCH ICONS --> <link rel="icon" href="images/queuepay-short-white-big.png" type="image/x-icon"> <!-- GOOGLE FONTS --> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900" rel="stylesheet"> <!-- BOOTSTRAP CSS --> <link href="css/theme/app-set/css/bootstrap.min.css" rel="stylesheet"> <!-- FONT ICONS --> <link href="css/theme/app-set/css/tonicons.css" rel="stylesheet"> <!-- TEMPLATE CSS --> <link href="css/theme/app-set/css/spinner.css" rel="stylesheet"> <link href="css/theme/app-set/css/style.css" rel="stylesheet"> <!-- RESPONSIVE CSS --> <link href="css/theme/app-set/css/responsive.css" rel="stylesheet"> <!-- NONE THEME SCRIPTS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/cookie-consent-box@2.4.0/dist/cookie-consent-box.min.css" /> <script defer src="https://cdn.jsdelivr.net/npm/cookie-consent-box@2.4.0/dist/cookie-consent-box.min.js"></script> <script src="//code.jquery.com/jquery-3.3.1.min.js"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-178940279-1'); </script> </head> <body class="pb-5"> <!-- PRELOADER SPINNER ============================================= --> <div id="loader-wrapper"> <div id="loader"> <div class="cssload-spinner"> <div class="cssload-ball cssload-ball-1"></div> <div class="cssload-ball cssload-ball-2"></div> <div class="cssload-ball cssload-ball-3"></div> <div class="cssload-ball cssload-ball-4"></div> </div> </div> </div> <!-- PAGE CONTENT ============================================= --> <div id="page" class="page"> <!-- HEADER ============================================= --> <header id="header" class="header"> <nav class="navbar fixed-top navbar-expand-lg navbar-light bg-tra hover-menu"> <div class="container"> <!-- LOGO IMAGE --> <!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 268 x 60 pixels) --> <a href="/" class="navbar-brand logo-black"><img src="images/QueuePayGrey.png" width="125" alt="Queue Pay Grey"></a> <a href="/" class="navbar-brand logo-white"><img src="images/queuepay-white.png" width="125" alt="Queue Pay White"></a> <!-- Responsive Menu Button --> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-bar-icon"><i class="fas fa-bars"></i></span> </button> <!-- Navigation Menu --> <!-- Navigation Menu --> <div id="navbarSupportedContent" class="collapse navbar-collapse"> <ul class="navbar-nav ml-auto"> <li class="nav-item nl-simple"><a class="nav-link" href="/charity">Charity</a></li> <li class="nav-item nl-simple"><a class="nav-link" href="/login">Login</a></li> </ul> <!-- Header Button --> <span class="navbar-text"> <a href="/register" class="btn btn-tra-black black-hover btn-arrow"> <span>
Open service 2606:4700:3031::6815:4e30:443 · www.bizfamilies.net
2025-01-04 05:24
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 05:24:57 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close location: https://bizfamilies.net/ x-redirect-by: WordPress strict-transport-security: max-age=31536000; cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=o7UOJ%2BzK24vO3hq6IvFDNBOfGG0odKF6Uq8md5%2BDqb18JNwCLMfJT23MgoIsV2FpVLGBs9uNbQ9UlSebd9VK2CXdBBgfJkleT3P4DHrDkmX%2Fa2N6lHJ7DCZ6ckny5gVkL2khfzIcqi5sUUDS%2BCi%2FxvNd"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc8ce0dffd4d2a2-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=833&min_rtt=806&rtt_var=321&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=567&delivery_rate=5017369&cwnd=252&unsent_bytes=0&cid=c8455a3748d50b72&ts=3656&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · www.bizfamilies.net
2025-01-04 05:24
HTTP/1.1 521 Date: Sat, 04 Jan 2025 05:24:53 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GXXpcPFZmTnfm7RyQcOED6CTLqUkmKD1LQOizuxGQqhyeaQ4qio0bzh39HTa8dSNxwg0LOK1F9zjYttP4ZHhu8K3pa4ldM4g7GNO25w3S3%2B9rBGdBIwOCxcqu5YQ9wr87tIuJm7qSWoVGryx3U%2Bjxsec"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc8ce089ef8381a-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=702&min_rtt=695&rtt_var=274&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3109&recv_bytes=567&delivery_rate=5384820&cwnd=252&unsent_bytes=0&cid=9b579430d5711d18&ts=112&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · merrycards.art
2025-01-04 04:10
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 04:10:58 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 05:10:58 GMT Location: https://merrycards.art/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xeITbn5ucpY9KhbTMRZeYM4C44ztL08C78qLGprq%2FXwwBCMSLu3XlWrrVZWlKr1rENLuo%2BrFKGiAuOqYYeINqK5PpxUpkOLapdzUIDf04p0E8%2BLTnsGbmX31%2FgQlk0lKKa%2BkbOKj%2Fp6YMY8ZhA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc861c61b312c41-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=887&min_rtt=887&rtt_var=443&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · merrycards.art
2025-01-04 04:10
Open service 2606:4700:3031::6815:4e30:8443 · merrycards.art
2025-01-04 04:10
Open service 2606:4700:3031::6815:4e30:443 · hellowow.gq
2025-01-04 04:02
HTTP/1.1 520 Date: Sat, 04 Jan 2025 04:02:11 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FKArtXFX2LjBWmqUl1pWm5czLqsWA%2FpwqA4nK%2FYKUI6bWKuepipGRiNtvQGFGNY%2BOZDAiNqTqdAA0%2FwnNwNjAkNe9rU6iXtCDmgUmpGmOQKcbqwJ7HWuV8FH8PzWrQfOX6dZ9r97qHjj6g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc854e2ab87a5fc-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=754&min_rtt=748&rtt_var=292&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3091&recv_bytes=551&delivery_rate=5074027&cwnd=238&unsent_bytes=0&cid=a97969aeb07687b1&ts=427&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:8443 · hellowow.gq
2025-01-04 04:02
HTTP/1.1 302 Found Date: Sat, 04 Jan 2025 04:02:11 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close location: https://www.alliance4creativity.com/watch-it-legally/?utm_source=vumoo.to&utm_medium=Domain&utm_campaign=Redirect cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Na5PO7mx7t%2BWGVbRl0ivhYY02vYnN3HgGciX2GBjiOIsI5IP%2BBpIAiEJb5vhN6ojEdfMyHUTEJaeRYwsvCtnF%2FaOYTfMlZXKcQjPndGfZ8um3q7l9tVVfQyudlgHlqOFlLNh1zsnAjcyTQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc854e20d3a93f8-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1741&min_rtt=1720&rtt_var=660&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3091&recv_bytes=551&delivery_rate=2351162&cwnd=252&unsent_bytes=0&cid=7506cebc017b56fa&ts=348&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://www.alliance4creativity.com/watch-it-legally/?utm_source=web.007gamer.cf&utm_medium=Domain&utm_campaign=Redirect">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:80 · hellowow.gq
2025-01-04 04:02
HTTP/1.1 400 Bad Request Date: Sat, 04 Jan 2025 04:02:10 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 12 Connection: close Sec-Websocket-Version: 13 X-Content-Type-Options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lERwW2rXm%2Fbd9joiWNeOIrEtpHQRN6q8gF7iekNCU0HaFN%2FkclkgOr48yuyZKNoU5ytqZ6uYv37ZpDiFs%2FhscEOqh1Lm0Z0AKQqqlhXXIA5KAbm%2FgqpAF2fkzsyoqa0%2BWl%2BkPK4ilc%2FSOQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc854e06d383687-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1296&min_rtt=1296&rtt_var=648&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Bad Request
Open service 2606:4700:3031::6815:4e30:80 · digipunch.fr
2025-01-04 03:35
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 03:35:48 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 04 Jan 2025 04:35:48 GMT Location: https://digipunch.fr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3GK4YfGKNZvYHTNEToK3jErEclZvLzuGk8CgyanjU%2FkLCFXXJdHTSePbD%2BtzPgWTvTQvskjpG31KpX%2BjNiS1lZfcJ%2BnzeGz18pomLFjnXeGsl387zUWTbBcK6B%2FoT28zj6cmI4fhHgbenBA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc82e423da39e08-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1344&min_rtt=1344&rtt_var=672&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · digipunch.fr
2025-01-04 03:35
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 03:35:49 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Thu, 30 Jun 2022 00:38:10 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=COBmCEb1xDDnK8itRJ38yJwJSBWrPseglK93dHJluocwJAhBy0ijflRhTIrbWRZHNx3ta%2FclgH5Qk9Tf%2FjCUr%2FBOT1yM1UYAM2yaxtMNIwBAtGMqgl%2BHEp23HMBZkvPLda60G5t1mHM2Rr0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc82e439b5c0f3e-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1163&min_rtt=1012&rtt_var=487&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=3996047&cwnd=252&unsent_bytes=0&cid=31a99166078a22bf&ts=261&x=0" Please stand by while configuration is in progress.
Open service 2606:4700:3031::6815:4e30:8443 · digipunch.fr
2025-01-04 03:35
Open service 2606:4700:3031::6815:4e30:8443 · poshbounceco.com
2025-01-04 01:11
Open service 2606:4700:3031::6815:4e30:80 · poshbounceco.com
2025-01-04 01:11
HTTP/1.1 301 Moved Permanently Date: Sat, 04 Jan 2025 01:11:40 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-xss-protection: 1 referrer-policy: no-referrer-when-downgrade x-content-type-options: nosniff x-fw-version: 5.0.0 location: https://poshbounceco.com/ x-fw-hash: 2zvrkwquj3 x-fw-server: Flywheel/5.1.0 Accept-Ranges: bytes X-Served-By: cache-ams2100125-AMS, cache-ams21022-AMS X-Cache: MISS, HIT X-Cache-Hits: 0, 1 X-Timer: S1735953100.168604,VS0,VE3 Vary: Authorization X-FW-Serve: TRUE X-FW-Static: NO X-FW-Type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yfY6ZAMbWx0JxEepb4SH5nYj8HNm9wfNSouXdlpAYnBuvhcqT87qXFat1DqNqJPGqICqgo8W8cWZKLZpVnBH1QiKBpOH3S%2BadBuhbBpGS3eiWqJ0xPBCM4CQfFQVI69qJFJGXT53jR%2FymX%2FemntO"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc75b1bf92e6619-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1085&min_rtt=1085&rtt_var=542&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · poshbounceco.com
2025-01-04 01:11
HTTP/1.1 200 OK Date: Sat, 04 Jan 2025 01:11:45 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-fw-hash: 2zvrkwquj3 x-content-type-options: nosniff x-xss-protection: 1 link: <https://poshbounceco.com/wp-json/>; rel="https://api.w.org/" link: <https://poshbounceco.com/wp-json/wp/v2/pages/515>; rel="alternate"; title="JSON"; type="application/json" link: <https://poshbounceco.com/>; rel=shortlink x-fw-server: Flywheel/5.1.0 x-fw-version: 5.0.0 referrer-policy: no-referrer-when-downgrade x-fw-dynamic: TRUE x-cacheable: YES fastly-restarts: 1 x-served-by: cache-ams21083-AMS, cache-ams2100144-AMS x-cache: MISS, HIT x-cache-hits: 0, 1 x-timer: S1735953101.039634,VS0,VE4676 vary: Accept-Encoding x-fw-serve: TRUE x-fw-static: NO x-fw-type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hvL4DYkenH8eHpXxVftMLvHOqyfiUEPbg3sTHiM3iXHu4qTx%2Bf%2B%2FpH%2BdZn4M8IpD44qV%2Fu9Fjey9EX2KXk1XP8eOwe4UZrKEcx8fEYQxWTDE5qYh%2BX3FcbyVMvVxLRCsXEaTQVESAdF%2BUsRNAEmc"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc75b216d3b9f64-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1319&min_rtt=1206&rtt_var=680&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=561&delivery_rate=1910250&cwnd=252&unsent_bytes=0&cid=c665a6392c2d761e&ts=4705&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · toscoatelier.com
2025-01-03 21:03
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 21:03:34 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 Link: <https://fonts.googleapis.com>; rel="preconnect" referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=z2U4vwyFrqMJcBDz2yyE7q5xwbyCAgCp30GCJw85EkJv%2BpBTenoIkTUzC0in1PGUQgTn%2BSHroGIy04ZoGFy47MNnkM5G%2BcCQq5lLwCTOWbRUGU2DVilQBo4PabfUB0ys9iNm5qcHINZ1AH7OF3b8"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fc5efafaec81da4-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1315&min_rtt=1063&rtt_var=579&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3089&recv_bytes=561&delivery_rate=3804327&cwnd=252&unsent_bytes=0&cid=8a31b2ead3705b1d&ts=65&x=0" Page title: Tosco Atelier <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta lang="es-ES"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Tosco Atelier</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/styles.css?3"> </head> <body> <div class="landing-outer-wrapper"> <div class="landing-inner-wrapper"> <div class="landing-centered"> <h1> <img src="img/tosco.svg?1" width=250> </h1> <hr width=50/> <ul> <li> <a href="https://wa.me/+59899830698" target="_blank"> +598 99 830 698 </a> </li> <li> <a href="/cdn-cgi/l/email-protection#d7bfb8bbb697a3b8a4b4b8b6a3b2bbbeb2a5f9b4b8ba"> <span class="__cf_email__" data-cfemail="8ee6e1e2efcefae1fdede1effaebe2e7ebfca0ede1e3">[email protected]</span> </a> </li> <li> <a href="https://instagram.com/tosco_atelier" target="_blank"> @tosco_atelier </a> </li> </ul> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body> </html>
Open service 2606:4700:3031::6815:4e30:443 · toscoatelier.com
2025-01-03 21:03
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 21:03:34 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 Link: <https://fonts.googleapis.com>; rel="preconnect" referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1RXmBShfydX571mdT4HaaWUSSUNka1HJm0wAh5vjgQ6d92oQkWHKLJwXhs9O3FfnousAD7ktCk8SQdAjy9AhUJXwUYwlMer6VYWWRJD6GB%2B3xeyAn5bNhrX6BSKyMiakjCXFFMsy5zYPg%2FWyCCj5"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fc5efaedb469733-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=823&min_rtt=818&rtt_var=317&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3089&recv_bytes=561&delivery_rate=4702325&cwnd=252&unsent_bytes=0&cid=4381ca91ccca5af9&ts=62&x=0" Page title: Tosco Atelier <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta lang="es-ES"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Tosco Atelier</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/styles.css?3"> </head> <body> <div class="landing-outer-wrapper"> <div class="landing-inner-wrapper"> <div class="landing-centered"> <h1> <img src="img/tosco.svg?1" width=250> </h1> <hr width=50/> <ul> <li> <a href="https://wa.me/+59899830698" target="_blank"> +598 99 830 698 </a> </li> <li> <a href="/cdn-cgi/l/email-protection#1c7473707d5c68736f7f737d68797075796e327f7371"> <span class="__cf_email__" data-cfemail="6800070409281c071b0b07091c0d04010d1a460b0705">[email protected]</span> </a> </li> <li> <a href="https://instagram.com/tosco_atelier" target="_blank"> @tosco_atelier </a> </li> </ul> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body> </html>
Open service 2606:4700:3031::6815:4e30:80 · toscoatelier.com
2025-01-03 21:03
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 21:03:34 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 22:03:34 GMT Location: https://toscoatelier.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=P7Vdr2lV0X5EK7FDbRsZhzKGzbExr18Qfb9Fu6Y832i%2FD%2B6O%2FMe%2F0DLMi0L%2BMhEfioTgXugG4opeuuvgvwlYoGcFMJlt5wjYvqo%2FceUw3dPhtJp8TkhrGH0PtJnDmcPweKtBWd5tOawQ1WZfcfR0"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc5efadc9cf085d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1016&min_rtt=1016&rtt_var=508&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · erbaatel.com
2025-01-03 20:11
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 20:11:49 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=U1AJZ0FefVZ%2FXPGggmIRIyMG14FQ%2BS5RjI2EFPPhyEd2IiwpC%2BIg%2BLz1V%2Blu57j%2FyJ53sk3sIp%2BLd%2BOHcOUiDoqGfJ1%2BMhLrLuLoX9P6pfm1aKESpTo21HeEGHpxNZGaq178eHHJMPSoYlg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc5a3e13eab3701-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=788&min_rtt=737&rtt_var=241&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3098&recv_bytes=553&delivery_rate=5251948&cwnd=252&unsent_bytes=0&cid=9e3777cf433eee10&ts=169&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[])+(+!+[]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+[])+(+![])+(+![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![])), east=+((+!+[]+!![]+!![])+(+!+[]+[])+(+!+[]+!![])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · erbaatel.com
2025-01-03 20:11
HTTP/1.1 521 Date: Fri, 03 Jan 2025 20:11:48 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YrJC50m7XmlNQpQoMjYhRiiOxh1k7p%2BHzg1T1xo4rGwzw16D%2BOJ1AMBmi4gTkoNT0qG8donI3byJ4Cc%2FJIX5aamej%2FWptEfBCHiCiVQFHjgQcR83Pyk%2BFuytUbSyRdcRc0hChkXcQgcHmXQ%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc5a3db5ed636e6-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1077&min_rtt=1071&rtt_var=406&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=553&delivery_rate=3775910&cwnd=252&unsent_bytes=0&cid=2f01b38e65052b1b&ts=60&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · cost.onetakesolutions.com.hk
2025-01-03 19:46
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 19:46:46 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4Koc8SUozZmCbIAmhp9kOVSHwZIghg783X9pgRopHrsZ6vk6NGwpvC3Nv9IfkbJgIBwFJJW92x8q9vpFI7A9vAcB1cFCW%2BvEXaP75n089BZy602f6F8lWz0jT%2F2XwRKGZ6OS%2B8YMgZrKG81qzhbnVnfY2rhyKegrcWmn"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fc57f2e88ce9732-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1151&min_rtt=984&rtt_var=488&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3112&recv_bytes=585&delivery_rate=4109756&cwnd=252&unsent_bytes=0&cid=0f886daacae0d931&ts=60&x=0" Page title: OTS cost <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>OTS cost</title> <script type="25b6672a40d175d9f0106117-module" crossorigin src="/assets/index-55836e0b.js"></script> <link rel="stylesheet" href="/assets/index-61f7d1f9.css"> <script type="25b6672a40d175d9f0106117-module">import.meta.url;import("_").catch(()=>1);async function* g(){};if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script> <script type="25b6672a40d175d9f0106117-module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script> </head> <body> <div id="app"></div> <script nomodule type="25b6672a40d175d9f0106117-text/javascript">!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script> <script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-6e500a77.js" type="25b6672a40d175d9f0106117-text/javascript"></script> <script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-0fc70761.js" type="25b6672a40d175d9f0106117-text/javascript">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script> <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "d0be3c55abc841deafb99f17aa2f2db4"}' type="25b6672a40d175d9f0106117-text/javascript"></script><!-- Cloudflare Pages Analytics --><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="25b6672a40d175d9f0106117-|49" defer></script></body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · cost.onetakesolutions.com.hk
2025-01-03 19:46
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 19:46:46 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BHGc06F7EHd1gWVho4Yu5l%2Fk22I8ZlNzEPqFKo%2FfHbqpdluJg6iTyp9a6t9ZcDwzWsdIiTeO9fNZ%2BkPWMrLt4cJIJTyncVbhrpl2yzkRwPRakJVcvn%2FZuKIi6yEyJCetLqTUklyqWZChpuy%2BgxPjceLYJycBqA3V%2B7Py"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fc57f2e7dd1974a-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=845&min_rtt=741&rtt_var=352&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3112&recv_bytes=585&delivery_rate=5457489&cwnd=252&unsent_bytes=0&cid=9689ceef3872a14d&ts=80&x=0" Page title: OTS cost <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>OTS cost</title> <script type="e79dfd63bc1423cfc5ca6df8-module" crossorigin src="/assets/index-55836e0b.js"></script> <link rel="stylesheet" href="/assets/index-61f7d1f9.css"> <script type="e79dfd63bc1423cfc5ca6df8-module">import.meta.url;import("_").catch(()=>1);async function* g(){};if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script> <script type="e79dfd63bc1423cfc5ca6df8-module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script> </head> <body> <div id="app"></div> <script nomodule type="e79dfd63bc1423cfc5ca6df8-text/javascript">!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script> <script nomodule crossorigin id="vite-legacy-polyfill" src="/assets/polyfills-legacy-6e500a77.js" type="e79dfd63bc1423cfc5ca6df8-text/javascript"></script> <script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-0fc70761.js" type="e79dfd63bc1423cfc5ca6df8-text/javascript">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script> <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "d0be3c55abc841deafb99f17aa2f2db4"}' type="e79dfd63bc1423cfc5ca6df8-text/javascript"></script><!-- Cloudflare Pages Analytics --><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="e79dfd63bc1423cfc5ca6df8-|49" defer></script></body> </html>
Open service 2606:4700:3031::6815:4e30:80 · cost.onetakesolutions.com.hk
2025-01-03 19:46
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 19:46:45 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 20:46:45 GMT Location: https://cost.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zyVs1D89vWRHnaEyia%2Bsymr7wD3kSRqdNapuqdhrXTtPEfSouzDa5mgWcRw7eOqDeXnSDvvtdsIGlKAKaFAyq13JpnFzDE1iSHdsNlITvX8r%2FvMY7DgFodwzimZY%2B99dAw8%2Bv%2BgmUWQBpkt%2FkWuxvsWVhYcOi61ytQ%2BB"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fc57f2b8ba2046a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1065&min_rtt=1065&rtt_var=532&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=223&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · bizfamilies.net
2025-01-03 19:24
HTTP/1.1 521 Date: Fri, 03 Jan 2025 19:24:12 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Hd2fXx5th5hov7iHE5Hrnuih8lRZWeSfCiaMNBoziS9cbXIzyB1J0TF2FQEBqP3liRCblEyTdRG%2FEJP12PuhMv98byPRcBwW7ql9U%2FBIPon4DFxOSuOup06vskd4whpWX9lB%2F4Nwl6tLJXMVpSc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc55e1e6cc14d50-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=851&min_rtt=833&rtt_var=348&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=559&delivery_rate=4139201&cwnd=252&unsent_bytes=0&cid=8353dd8811899975&ts=130&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · bizfamilies.net
2025-01-03 19:24
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 19:24:15 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding link: <https://bizfamilies.net/wp-json/>; rel="https://api.w.org/" link: <https://bizfamilies.net/wp-json/wp/v2/pages/232>; rel="alternate"; title="JSON"; type="application/json" link: <https://bizfamilies.net/>; rel=shortlink strict-transport-security: max-age=31536000; cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1Ak%2BjPEMd6gn3hnAyKvOSIdotX7LhDIcM4e45nLUeLZZu4L3cV2RqJ8iwOTf2H8JV9Bor%2BnTCbcXOCnXt8XUn0M%2Bd9lMdpHk51IvY3jYJpjYvrT3oHjG6NvC%2FNYe5sb4gJNgOE6%2BRGQui3R7gjM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc55e23a845bbb3-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=849&min_rtt=846&rtt_var=324&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=559&delivery_rate=4632302&cwnd=252&unsent_bytes=0&cid=049529ed3a622885&ts=2757&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · pinetworkstore.com
2025-01-03 18:32
HTTP/1.1 523 Date: Fri, 03 Jan 2025 18:32:19 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ed06uRYc2%2B0OGiyXIEGSjxxsV1v%2BfwtzqpZx0zbFER%2BmFvsPFE7BiP93Du%2BhBSrV5HvaIyPHo6E3mRzI5j7Ug%2FC9K53G2CJEz7VrXRf59tMqmTqB53Gfx6318r8pVmkniP0qQZY%2FYIyP2a1boj%2BbClE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc512163b4a6637-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1075&min_rtt=1075&rtt_var=403&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=565&delivery_rate=3754874&cwnd=252&unsent_bytes=0&cid=da07de433dabe166&ts=2097&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:443 · pinetworkstore.com
2025-01-03 18:32
Open service 2606:4700:3031::6815:4e30:80 · pinetworkstore.com
2025-01-03 18:32
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 18:32:16 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 19:32:16 GMT Location: https://pinetworkstore.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5ginqXndypCwyJPi2VP51IQDtZOjjFAhU3bCfPHV1%2F2C3rxEFRFWxL1UQlsg1JpK2Z0AmpDTtOfLn6wdYQoyh7G%2BbkoYbwSa1fMydzkLSz5oUcd9HIV48sRwkncX3OcJEsns79Q7pYaLjkRfZpGtNhk%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc5120efda16574-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1183&min_rtt=1183&rtt_var=591&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · clipsave.net
2025-01-03 14:45
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 14:45:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 15:45:25 GMT Location: https://clipsave.net/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cLBLR89P65HYKFJixffPk0Er8WG8oyVNdytaxcPaa6zDWBEKQ21Arg0f4vyUMrM9CBDtwOYdMRxjTp2aPgAGXVFqb7Fw%2Bkue%2FALtx4xKdJDb36vfJldqoWG8Azka8%2BXM26sFf7F0qaIyAlw%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc3c5c05d0518f6-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1157&min_rtt=1157&rtt_var=578&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · clipsave.net
2025-01-03 14:45
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 14:45:25 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close location: https://en.clipsave.net Cache-Control: no-cache, no-store, must-revalidate pragma: no-cache expires: 0 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yufQjEE%2B%2BGeFfs9IdUFRLYCppMfV2r5ww2D9OP0UDUY5nZSyjtLddf8adO1TbXB14hAvUhb62WpKbEwQXOprZJz4C1KJ5ffh%2BpNtzCYvvXaA6LUUp%2BldXENqL%2B2cniI5u%2BN9JfDPqMfSEdE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc3c5c23d2b43cb-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1441&min_rtt=1425&rtt_var=546&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=2837894&cwnd=252&unsent_bytes=0&cid=5018f7aa872d8bca&ts=271&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · clipsave.net
2025-01-03 14:45
HTTP/1.1 523 Date: Fri, 03 Jan 2025 14:45:25 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C%2F7q0VY8kejRt5fSER6gskLgST1HGWcjhnh%2FZu5FLeLwaTknl%2BP8GZCEKEwz1whxayhB%2F7nvkGHXmucf7Be1O82qk4KDR9xW3DhZY%2B3wVsHkWi2A2xADGFcIzucZOHgDuIcHPw8PfTF66w8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fc3c5c10aa35e70-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1025&min_rtt=958&rtt_var=407&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=553&delivery_rate=4221294&cwnd=252&unsent_bytes=0&cid=adea96bc8af124e2&ts=101&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:80 · fq.investspot.workers.dev
2025-01-03 14:01
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 14:01:52 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=32SSX0DqI5MDxLF9uzs1kel82PARP8kMOdzJcsReFR949hBfCkIGWnNzJlD7NBoHcsFEKu%2F9hCT5ci2n52H6LIVET1ZSJp%2Fpvt57R8%2FZC5ykAzwISu3OIrj8dv9EBhYUe4TF6HIelb8toxxKod5ndeQaPIC729RR"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc385f45d3c3602-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1696&min_rtt=1696&rtt_var=848&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:8443 · fq.investspot.workers.dev
2025-01-03 14:01
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 14:01:52 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=wJ1udM%2Fg4qYBZJK4oUT%2FN9l8YiKUIc9e4u%2FTglb6ymW2TAGiWPDP3T%2F6DCuewlF1xyVz3UGR5%2BMeCyKtmQcEAQG6GLX99A0AbhizXqRe6SdCebNZjYTyCUGsrPg2wFfd%2B%2B5Y0iowtPwS3%2F1SrU44hUjjzF%2Fp6UmK"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc385f48f85364a-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=832&min_rtt=788&rtt_var=327&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3498&recv_bytes=579&delivery_rate=5131979&cwnd=252&unsent_bytes=0&cid=bbc51a001bb38ac1&ts=19&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · fq.investspot.workers.dev
2025-01-03 14:01
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 14:01:52 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iDtxD482e3Z3m7j5GVboBf0Sva%2FUxteDFoc7MYSt8U963I%2B2QfRdZxwJ0XUkMbVJvqruVFhACRVWEsC3BTrquGbwDy5eX%2BrkixaAq5ovBcikADCfrXNDor9Zc5yOgyT02xGtdyAQPv12EJpwC1bBLaj6RMSCmURD"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc385f479bdbbe6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=731&min_rtt=728&rtt_var=280&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3497&recv_bytes=579&delivery_rate=5328063&cwnd=252&unsent_bytes=0&cid=f5ad3c47bf605b40&ts=19&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:8443 · cloud-fan-woll.investspot.workers.dev
2025-01-03 13:35
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 13:35:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=m0ZhELvvsz5P2IGmnBzR7O8rLKBVszKgUsaWMeFiGiOfnwrPDm5CKKgf%2Fd%2FuVxAQB5XzaqxGkjxF%2FzKPMG%2FP618bKvjw0DtS%2Fvv1glG0j0xbD%2Bmu7%2B19UU%2B14t2AV6LcLHUxo%2F6eLa1CMQf13RWhEf%2F6RAzjriqmEIdB%2FYVs9AyCxqO4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc35f249b32fb8b-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=895&min_rtt=894&rtt_var=337&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3498&recv_bytes=603&delivery_rate=4473451&cwnd=252&unsent_bytes=0&cid=95bc018759006b21&ts=13&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · cloud-fan-woll.investspot.workers.dev
2025-01-03 13:35
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 13:35:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OAOrnwmghPMitdU9CQSKd0VCmK%2F8nUt4YdV2pCSGkO8ouHAB1aaE3FPXUXcXiLnk3DcVlAqw0PRdeVHCvDiFi6rY4kyV5eE%2Bm8PAjw349mlApxwkVIfnN5I5qWLbC7Dr1ALqplwKbt1ymyajxjgPxsySmFwWwYAPgz2lAqXGsjNEJxGG"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc35f2458ecedf6-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2368&min_rtt=2281&rtt_var=918&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3497&recv_bytes=603&delivery_rate=1772906&cwnd=252&unsent_bytes=0&cid=435551d86f0dffff&ts=65&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:80 · cloud-fan-woll.investspot.workers.dev
2025-01-03 13:35
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 13:35:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vR4o7bkRoLAgFajvaaHb%2FpCTp4Zkmsb0vpWj3l4nY3DEj14flyVpOXk4r883XvaJNgWZ%2FUBH6iWUuZEKYyvR9Iqq42ipwsWYPk9cCahKFvFbyu0f7d2W2SxXNTzZrH3ZO5W8mSEFTODoUAbejsE12JY39EP8kdqaNYwmSrekyZ5IH3pf"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc35f239d3aa037-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=872&min_rtt=872&rtt_var=436&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=232&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · russian-teacher.co.il
2025-01-03 11:15
HTTP/1.1 200 OK Date: Fri, 03 Jan 2025 11:15:59 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close link: <https://russian-teacher.co.il/wp-json/>; rel="https://api.w.org/", <https://russian-teacher.co.il/wp-json/wp/v2/pages/5>; rel="alternate"; title="JSON"; type="application/json", <https://russian-teacher.co.il/>; rel=shortlink vary: Accept-Encoding,User-Agent cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=skmRfDMvcUFSf71kFz92kpNAcUZEWcq5Q6%2FJjTCCcXNpnxj1uCVap2GgmlAcz6VuQM%2Fg8v1iE2ilz4JIB5cl9tId606LW2oQZW8UzNUJ9X6N3%2BGbXH6vOxD4lz2H3OH1ng47RkHMTtxQz3nrBWF4gszw%2FZE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fc292e3896cf399-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13190&min_rtt=13083&rtt_var=4983&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3127&recv_bytes=571&delivery_rate=309103&cwnd=252&unsent_bytes=0&cid=95c6734c317b1e61&ts=3081&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · russian-teacher.co.il
2025-01-03 11:15
Open service 2606:4700:3031::6815:4e30:443 · yoquierooviajes.com
2025-01-03 03:22
HTTP/1.1 403 Forbidden Date: Fri, 03 Jan 2025 03:22:47 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Accept-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Critical-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin Origin-Agent-Cluster: ?1 Permissions-Policy: accelerometer=(),autoplay=(),browsing-topics=(),camera=(),clipboard-read=(),clipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() Referrer-Policy: same-origin X-Content-Options: nosniff X-Frame-Options: SAMEORIGIN cf-mitigated: challenge cf-chl-out: nvByXbt+TmSkMU0lW0ComXvLVHdty5kSSrwsmpmXQzWGs8+kQ5Y54ccaHFwSubFXN+pysZmmEkgYXLl4PBp9k/JkqZGuRLqaLZUiznu5yAiGnn3yrN7FwUkjehvc10el+tlLVNxrFIVTvMGBoUV5Ww==$f0YCax9kx4uWYxuRD6u1aA== 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0Ee5ogOTUCSwBqw5cX1pRR%2BSF7j%2BL%2BmmP%2Fo%2FL4xf9Bi8HekOT4U3CLirsRi%2FK03kKeT9uePScv3OA94mYMatbKTu1HdaLqOeEetCecTU%2Fke%2FyBnOoMcqRttLgapHkRM6ZXz7cGn5W1TkyZVNvgJ6bwjc"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbfddcebba037e3-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=995&min_rtt=727&rtt_var=464&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3118&recv_bytes=567&delivery_rate=5562585&cwnd=252&unsent_bytes=0&cid=c19664f105207a49&ts=11&x=0" Page title: Just a moment... <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="robots" content="noindex,nofollow"><meta name="viewport" content="width=device-width,initial-scale=1"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;max-width:60rem;padding-left:1.5rem}@media (width <= 720px){.main-content{margin-top:4rem}}.h2{font-size:1.5rem;font-weight:500;line-height:2.25rem}@media (width <= 720px){.h2{font-size:1.25rem;line-height:1.5rem}}#challenge-error-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;padding-left:34px}@media (prefers-color-scheme:dark){body{background-color:#222;color:#d9d9d9}}</style><meta http-equiv="refresh" content="390"></head><body class="no-js"><div class="main-wrapper" role="main"><div class="main-content"><noscript><div class="h2"><span id="challenge-error-text">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script>(function(){window._cf_chl_opt={cvId: '3',cZone: "yoquierooviajes.com",cType: 'managed',cRay: '8fbfddcebba037e3',cH: '4oNFb.VUNa9wV_jfDaGlVrpD2Jh_6M74gOdC.I4QJsc-1735874567-1.2.1.1-rDm1.Ag_lRkbD51w5wKCnLH3D7dHKo1uHErYVj9oUHHrgTzgUxkkTI8pNLKYm1S1',cUPMDTk: "\/?__cf_chl_tk=fZHHzrBjjaARCBXQ0yDq7EdWqkhlPPLJ39PmAJlLi_w-1735874567-1.0.1.1-bX1eo.p5EPD909B3t5UFZ07PO4tVymKd56hYK9mYlG8",cFPWv: 'b',cITimeS: '1735874567',cTTimeMs: '1000',cMTimeMs: '390000',cTplC: 0,cTplV: 5,cTplB: 'cf',cK: "",fa: "\/?__cf_chl_f_tk=fZHHzrBjjaARCBXQ0yDq7EdWqkhlPPLJ39PmAJlLi_w-1735874567-1.0.1.1-bX1eo.p5EPD909B3t5UFZ07PO4tVymKd56hYK9mYlG8",md: "uGyZwDnvbr7AoB.9VYGbhRf.yZ7xMSCD1K9D6xFw3hs-1735874567-1.2.1.1-LRG5eylp_AOiTmMipmvnNzpXrNXkMXN.RppZ5qyaGonZLfXtXe4ds38ezv8ND5tuY3Q63ZeRJ99ojTADUc2rgC0PBPj.lMkqQ_7B_dL1ZP7SMbsgs2.PzKBfDqsbFSEWaz0o3BQMsdRvvKlm66.9eBA.pwVnFghejnFfLhT9hndfpQxz_oen38AV96vOSp5a_nUI1RQ0WOmbrbCZ6pk06CdTa5_MjP45R_d2mUP88zHLSBbegX_toKBHE8l5610jRuNIytNIu1tUeA5mq8Kize4fp_kKRwkalvsjJ7Ai4ebfk7JhP4SZEv7BJLBnEHJcarOsyhIMzq7bwVVOfko7u7BpzKNUPf1gt7mCLwMe_9_QhrzStWpybkMxsRrqHnPnyrfCkE1FDjh61L7yFt4yqlqjygxK6I3t9erfF.WEpATVN1s8X5Wg07Ia6CUIrku042Is1VzB1BfrtCXttTrD5q7NuAdDhAL.K1RgR4vj4T4A2oiwBhDmLke5aHcOzV0lSlHGkS5WXGsBcIa6bPCKb6sA9sh0p0Rw0drih.eKHHhVBDaNTOnbeN1yxP9M17bJWBu0A2JvZD0IjdWkLPnrpQXmE1dCCnegphGnQ_3ytd6aBmnWWtUDr3gsD_gB0XgaYuOxjlIja5MclH1RzL2SGN0MpZElxavZz8EziyXjKe2opQlZkksd3FJ3F.rl5REP3x2Z8yLBsr6nW7KoQWrjlKnSgicpipMi24tjne2HKn27UH5AUkuwdIIaFIdOmaAf8djhzKD2nPJMVls3lrUmAHD2FSCKmqPD6WVpenRCzlPK7QH8MniSMjMSl1hAS8ohlV2OEySyMzCCSYQ.rNnKfpomz6guVWB25dQYhYlprqtLMIqLaSaZv3sitF6HOJgEaLNs.KkFknya.B6prwqx.YCxQvE3rEzmsdZllg0m9HCc_6yIUQpcUaJyh5QAJpgN2rd9oI24sR92jNdo_A8YPaITSH0QGB1V1_cCX_PSsu.3UIZrT.y3JefPbEv1AejXkHyRxduazSghQY.6viH9M_BUEmzGdOiS0yMDHbjj2ghSVTRbfTOGSFmQEX2EJxdxZJNw1mIgIxEah2ANDzX.695LiBGtD63TvO7CKir1SHod9gDYmIsRxbLCiPZGv235909Xc1oo_ntMUS.PQKK6YGQoPyQFOBTp3nUM1_QsdSqy3S5HfZj3oKJM.Q6QC_MLemI9cJNC9x5BaDCh0oXBfNQ23OxXuYyZxVfOUfyXn1JlTfTSjjzNkiELOAkQZTC1uGpX_bm2smSLrAMTkLjTO7uxVJNp1w4cRi23BY5cLTyxBpanGNvJtvg8tJ_htxnU1R5S120WMFbnPgbS67PbjRimGhy.RBKICZN_kca22imEmG2a.pnxt1AJolVXWwjBALNNxAwrrVvYnPXmq3nkyOgOKDGF
Open service 2606:4700:3031::6815:4e30:8443 · yoquierooviajes.com
2025-01-03 03:22
HTTP/1.1 403 Forbidden Date: Fri, 03 Jan 2025 03:22:47 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Accept-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Critical-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin Origin-Agent-Cluster: ?1 Permissions-Policy: accelerometer=(),autoplay=(),browsing-topics=(),camera=(),clipboard-read=(),clipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() Referrer-Policy: same-origin X-Content-Options: nosniff X-Frame-Options: SAMEORIGIN cf-mitigated: challenge cf-chl-out: aBBQaLJa1350EONPGvtZweXxKHcd/hCfUXH9WUUf/3vhRTeKR1IX0Jdwhr7YFAI1taDNWnyHY0qcFeRc+tw1hrQPcca/YrXxqE9d5xPhYZlUHZrzc7Z9QeYSlxov8wcY9nXoWAiE0cInH1HfdvBBGA==$7DRHp7mvwbZOkRFQX3Hdog== 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OY%2FQ3UQgjD5O4Phng8OkXOuBM2ACHEF6WDHs4d3owYYfb3AKtln8YZPMO6BADmlrDv9DR6kSuIHGPVyi3j%2FstL%2FX1%2B3KnwVd8SNz6u3JZml7VDSo1Qm7OpTTrceRF6%2BEdRY2sc%2FXlaJy97dLJfHiSQeR"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbfddcebf07914c-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=819&min_rtt=719&rtt_var=341&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3119&recv_bytes=567&delivery_rate=5624478&cwnd=252&unsent_bytes=0&cid=66f4ac91a92f1f90&ts=13&x=0" Page title: Just a moment... <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="robots" content="noindex,nofollow"><meta name="viewport" content="width=device-width,initial-scale=1"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;max-width:60rem;padding-left:1.5rem}@media (width <= 720px){.main-content{margin-top:4rem}}.h2{font-size:1.5rem;font-weight:500;line-height:2.25rem}@media (width <= 720px){.h2{font-size:1.25rem;line-height:1.5rem}}#challenge-error-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;padding-left:34px}@media (prefers-color-scheme:dark){body{background-color:#222;color:#d9d9d9}}</style><meta http-equiv="refresh" content="390"></head><body class="no-js"><div class="main-wrapper" role="main"><div class="main-content"><noscript><div class="h2"><span id="challenge-error-text">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script>(function(){window._cf_chl_opt={cvId: '3',cZone: "yoquierooviajes.com",cType: 'managed',cRay: '8fbfddcebf07914c',cH: 'pp5_iLKr3Cqj_HpA31nA2_L7rBNhf0dShIKwvpfb4Zo-1735874567-1.2.1.1-q2F7yFUEtFS87oROvUkFJ5_6d8lzqK44i7hfmRNrl7So.SpHPN1v5A8J7Tp4c0js',cUPMDTk: "\/?__cf_chl_tk=e4qCASnCTA_Xkol_qksnqjA5zfgu3ylOWLEg6f1ggv4-1735874567-1.0.1.1-2EJrxSk8.ZDoVgqt6FH3ViG693jeOTcFv5T.LXCum0M",cFPWv: 'b',cITimeS: '1735874567',cTTimeMs: '1000',cMTimeMs: '390000',cTplC: 0,cTplV: 5,cTplB: 'cf',cK: "",fa: "\/?__cf_chl_f_tk=e4qCASnCTA_Xkol_qksnqjA5zfgu3ylOWLEg6f1ggv4-1735874567-1.0.1.1-2EJrxSk8.ZDoVgqt6FH3ViG693jeOTcFv5T.LXCum0M",md: "t6oO0laVl0_MoJ9sV6Q8Gyw_czgmexxiqjVIOVOjhSM-1735874567-1.2.1.1-sLQAbY6O_xq6lJyL5hIJeQwpi38lESZzEkDK8INr0RZlNSyJ.pY1GYlAh3LMQxwSlS3I2kjRXkpesH1uRPDc6n9hsGo5zVGSrlA.ZCsHnq644rCupS1OQH5XNAb.9TFlseb6am599cmGUKtEC0VDm1uzjGBfM1EGKDiRLXpdGzBhgQMwlD.Ar_QdLg0.SsMplKXULKgUtPUT7.chgxsU3TK9wqs0Kj4BtmC1jaKzJaxLOEi99srdpyy0uNjRL5JKyM4gZZ_JEBr9sQOuBM__ESiA3XinRjVNIUpxgcQtwRB4wzddOjugvL4gk_SJ13uB2AeBNwO6_J4QbKMSpTeSCsDFSPjGTc8SpSExYwg2uM0inaeHXU43eEPI09NwXUbyg4scLl.a2kOkqAE319PNtgOfJKaZGiDDBXX.0prd3pNCCtn_mZ86Z4uPcdWzPc66oC8FAJHmQGkQBGS4olFhw0n7U9oXX4TaO9KVBAnXbT7C5dx3Rfb7njM14oXisZYjKPwuVfsibmwoeaJMoN_Mf_z89cYijaOMmDTRW2t8kWuO4WLe4m227zxti6D1s1sXLoQtXVeeJkQ3cT9BjCGGpIYfEQn1ZZf5CULouotOs1N5XK5OjhRSXcoT45LA0nOIPraD2lDyDW_JEuor3QJRHVC_HrC8VgiuPIcseday.pyVJ_uodofxOSnaF6dWCN.7UcGFt1rM_Key1V5thP9dBXQQLiZS68BT90t3dM.7XQrJpo1q8ZeXjncMKxSwwDZrW_SkkbhfrSgrIJ3Ct95KIa2kOMtB1qPOG2juLd86gouyRzyMwK3TdN4gM77cBbMkxwTrn4D79UrsNV2vFnceFKNLOGwpCsWcn_n8E5kMw5dmYfpF1UTnIcorP5G9zMPN5xEwvnyJp_GiZl8Xl5hFrvQECHu05d3FxMomK3Nr730jUz0SzFzkhsXLCSjhoJXPNEDe3mNsOICJzR8CByeZbKsow6MqIK0Si8UPjNgUy0xWvFIz8CxiIj9nP4m_rRaMP_y3HJCZIE5T8WH6tRmykkTwEcpNWB3jT3QPqJzYme1cKSc9Vkof70HOFqlazl5dM.p8ucmpDlsRvPnv_9l9_yvmOLmh6cKzdRjrjdOAJZlIxZNslE2z5orQVtzP4KLyoejAagYmAHhj6xYxJkdeNrkIfWYHV_x7C1ReuwzRN6ryi6I2BaHafDRNl55DqmbHPH7Zb9rYPMuBdgCcxQyndXXF6PKJ4FJFW5Fr9fjkWuzT1HvLiNZWtdcRTnyp2.RfXFcjx6V1YAc7_9DWwLlOCTYG7vxfKvPZF3KQjbn15vm_XVKOkwwcmT3VVLMcbVHZMM_1EkZd_gNstCtBrHeYyc4TffASx3w53hoKSPdny5jpTsd5.CS3LLhHsXBlVzxh3IuWfagrI0RT97O5XUhE8o.DguG7
Open service 2606:4700:3031::6815:4e30:80 · yoquierooviajes.com
2025-01-03 03:22
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 03:22:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 04:22:47 GMT Location: https://yoquierooviajes.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tDa7o2IHcVNjivgG8tjq%2BuR%2BiDge2TpliGkrxgQ25BdjOydVvpl2ZJWanmd9hd0rOQgDT0ZZXjXqOCDE6Eoqkylxmh89nG%2Fl%2FDVCM57h5ayeGB%2F4hakyoXxkTqdv9wiDxsGCAJEqot%2Bht27xtKUYAOKy"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbfddce29cb30ed-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1047&min_rtt=1047&rtt_var=523&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · temporalspace.space
2025-01-03 00:02
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 00:02:04 GMT Content-Length: 0 Connection: close Access-Control-Allow-Origin: * Cache-Control: no-store referrer-policy: strict-origin-when-cross-origin Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=PjP2q8eB8iChs9XQ8Ob7Dn1I3Zb9jhB98HZsGlPC20BZ7J7QuDiIQDXqxo6YbVKs0RV%2FK0ORcXjl3IVyOxvUtSwEIdB%2BM8bcIyVvhbY7nKJIUpqJpY10SYwUmrdbG5SpEFr8IHtu1y0Ppi%2BZniTGgO7I"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fbeb7c79c56d2af-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2638&min_rtt=1015&rtt_var=3627&sent=6&recv=7&lost=0&retrans=1&sent_bytes=3552&recv_bytes=567&delivery_rate=288445&cwnd=252&unsent_bytes=0&cid=9d2287086ca2b143&ts=52&x=0"
Open service 2606:4700:3031::6815:4e30:443 · temporalspace.space
2025-01-03 00:02
HTTP/1.1 404 Not Found Date: Fri, 03 Jan 2025 00:02:03 GMT Content-Length: 0 Connection: close Access-Control-Allow-Origin: * Cache-Control: no-store referrer-policy: strict-origin-when-cross-origin Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZYRue20W8iVgGKT805lHOPbklYT6OPBDsOdT%2Bmxhyny9y90KauuxehkvGqIz2Ax94cBDtxaQ4yBUoKRjxCxz0Mc5YDCJluTSxZCiar8Rr6duIZQMMXTsEbIh4HbO8ATJ1whfUY%2F12k5GAZ3AHxkvlPwW"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fbeb7c52e41904f-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=984&min_rtt=815&rtt_var=427&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3123&recv_bytes=567&delivery_rate=4961963&cwnd=252&unsent_bytes=0&cid=dd4220297e533a34&ts=40&x=0"
Open service 2606:4700:3031::6815:4e30:80 · temporalspace.space
2025-01-03 00:02
HTTP/1.1 301 Moved Permanently Date: Fri, 03 Jan 2025 00:02:03 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Fri, 03 Jan 2025 01:02:03 GMT Location: https://temporalspace.space/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ItfGwmBE9s%2BpUQUYOHaHxS12R%2B7s%2FXaKdncicBOsyswaIeQbGEWDoSlx%2FAvVd2YoRW%2FpWDHm%2F8RVH3b%2FAQNM8iFhmGZBaj4p%2BIb%2FRS9leC4Ycl9OjJ1S7K615GqBj3yhen%2Fc4GNplP4TYA0n5Z%2FCMa9H"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fbeb7c44831a05b-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1216&min_rtt=1216&rtt_var=608&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · arktikos.dk
2025-01-02 22:06
Open service 2606:4700:3031::6815:4e30:8443 · arktikos.dk
2025-01-02 22:06
Open service 2606:4700:3031::6815:4e30:80 · trainersbox.pl
2025-01-02 20:31
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 20:31:07 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 02 Jan 2025 21:31:07 GMT Location: https://trainersbox.pl/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZDvekfjCV0KkS0zIX56IDr5kHOWoffyBAm21Z%2Bhb2xjbVJlRHDNoJLsihuC4WmOQpMG9HB8pjQq5Om7Vt6v1%2FdsYiNrYZLG2s6hLw9ynZKKltTFn52ZKA9rHIMRiEtD3aM62X%2BmVTtYwQ8bfiw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbd82c9dbf8ef59-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1513&min_rtt=1513&rtt_var=756&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · trainersbox.pl
2025-01-02 20:31
Open service 2606:4700:3031::6815:4e30:443 · trainersbox.pl
2025-01-02 20:31
HTTP/1.1 200 OK Date: Thu, 02 Jan 2025 20:31:08 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: PHPSESSID=u4grlg5rp1uuj3l5qfehrnq9j7; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HUburepYTIt%2Bmje8nwav2wxNqf2zSl7NGeW50tie0SyiWX4xXof41WOT3ahP6DzTiWy8YaUy1Uc7%2FSPMAB1qTBL8XZnH%2BCFQqrRj5ZS7eJ6CHWDbHewUUGThhR3XtgFB5vxt1VxQlcE7QWeWWQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbd82cc5a260ead-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1271&min_rtt=1266&rtt_var=486&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=557&delivery_rate=3082317&cwnd=252&unsent_bytes=0&cid=c686b912412b9ca2&ts=432&x=0"
Open service 2606:4700:3031::6815:4e30:443 · agencydiva4d.site
2025-01-02 14:01
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 14:01:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 02 Jan 2025 15:01:23 GMT Location: https://mobilediva4d.lol/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=a%2FAxmHI2wOHOyCUEvqRVzGUreaEyh3QKw6Or5PO5Su9uQ8oHVVmfWo%2Bp1uQJzT8USHoJtpsUM6VamsEkkr6SJIucclaEvAWZ5RawObuEvNCVHgY0QwySkfuLZF5VnzkbB8Ra3UaUs8SF8RZ1jBEtpw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbb47e06d8f680c-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1330&min_rtt=1162&rtt_var=555&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=563&delivery_rate=3480206&cwnd=252&unsent_bytes=0&cid=e091a0ed9ad84f74&ts=18&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · agencydiva4d.site
2025-01-02 14:01
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 14:01:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 02 Jan 2025 15:01:23 GMT Location: https://mobilediva4d.lol/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dw%2Fcbv9bZ7Wv1eEqwIEiSGJP2JJFUJQiFfIe7YHhPoDjS%2Blhc2bituOObCJRub1oRsiggqVFsb0rcArZJpzAQ0lGtaodi%2FwU4fxa4Nsf18mo%2B0NU4MFXWArvgsuamewVmC4x%2BXr9KkXzsjU%2FyJcKYQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbb47e15c0394db-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2421&min_rtt=2298&rtt_var=950&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=563&delivery_rate=1759791&cwnd=252&unsent_bytes=0&cid=d9146d4649ef0afa&ts=32&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · agencydiva4d.site
2025-01-02 14:01
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 14:01:22 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 02 Jan 2025 15:01:22 GMT Location: https://mobilediva4d.lol/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Vh%2FkjIodHuaLmBQjDjL6ilPYEaH5rQ41BTnLVzVvi8LDH%2FOaYGydCxztjZFn7U%2B%2Bmt1hv2%2FD7g6jrLWZvXiIIEIjIShOi%2B9LIbuG%2FJjSZyQGLjjOIXS7S3ekyxonwfUv4QKm6LzjtE2fou1vQK2QbQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbb47dda84143dc-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1092&min_rtt=1092&rtt_var=546&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · portal.redforce.cl
2025-01-02 13:16
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 13:16:21 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://portal.redforce.cl/ Cache-Control: no-transform cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AzOjdU6etTFy2z5Ly66fjsqICh8qSGVZqAHoHt9mq9IpFV8DEPfl9jS%2BU%2FtjTrTaZgLihmN0%2FVeHrLUCN8qD7cv7A84AMtpLEkIB6txZJUafMpNAtUvhLvHNt5ZtdGNogcR%2B1pEgvnejLUoYllG3T%2FY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbb05e56d39db0a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1273&min_rtt=1273&rtt_var=636&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · portal.redforce.cl
2025-01-02 13:16
HTTP/1.1 307 Temporary Redirect Date: Thu, 02 Jan 2025 13:16:21 GMT Content-Type: text/html; charset=utf-8 Content-Length: 0 Connection: close Set-Cookie: csrf_cookie_name=94aaa713c3175f4412457664c0bcb8c4; expires=Thu, 02-Jan-2025 14:17:21 GMT; Max-Age=3660; path=/; HttpOnly; SameSite=Lax Set-Cookie: sp_session=o382c397mq1dnll5tv3ajqphh4te6gs0; expires=Thu, 02-Jan-2025 21:16:21 GMT; Max-Age=28800; path=/; HttpOnly; SameSite=Lax expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: no-transform pragma: no-cache location: https://portal.redforce.cl/authentication/login cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LdAFs31t6SJfQbwaLw9l%2Bn%2Fcx5UwEot%2B0x0W6%2FReUMFvxR9no22S33vbLPzDZk1JVHBe6CWBHMhbhicYrYKAFK1%2B3FcOmg1d7O3K%2FR15XuK2KbywQL4i94MsjRi45G2w1cthe0ukMyEnvuJJgM2sf1c%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fbb05e74cd765a4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1100&min_rtt=1100&rtt_var=412&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3096&recv_bytes=565&delivery_rate=3676363&cwnd=252&unsent_bytes=0&cid=50928a3ec30f58b8&ts=500&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · portal.redforce.cl
2025-01-02 13:16
HTTP/1.1 523 Date: Thu, 02 Jan 2025 13:16:23 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nT2m05ktGDemvvU4vGrwxDWtv64PNF2aqHsNPrhgjqI8izgjMCAVfIulz9nkyn0cwPO0wK9Xlp5OEO5l%2Bgt6jn0ieinRw%2BHaWVPtpgk9iZTC9LwFKEuAKHbLwQzYuSu1r4GdmrEnhDHRZQN7P6jkC%2Fs%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fbb05e9ebd2d9ce-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=900&min_rtt=851&rtt_var=354&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3096&recv_bytes=565&delivery_rate=4752056&cwnd=252&unsent_bytes=0&cid=1982194c524b95df&ts=2113&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:443 · pigu.fun
2025-01-02 12:09
Open service 2606:4700:3031::6815:4e30:8443 · pigu.fun
2025-01-02 12:09
Open service 2606:4700:3031::6815:4e30:443 · goldenohana.site
2025-01-02 03:48
HTTP/1.1 302 Found Date: Thu, 02 Jan 2025 03:48:28 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Location: m/ X-Powered-By: PHP/7.4.6 Strict-Transport-Security: max-age=31536000 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KQbvQCrgYEwZKpR%2FzQINZxMamkD1fFLX%2Fcsaffyg7tXY1244IBGOpDBMylgnenzueyDjr8Zq%2BdtiBzUPjoLE5skc6zazLZCpfsJWKxD8Ldhrd4PC%2FDl2M564rgtqEaqJ68xnPjyDaZmrSpcdyObd"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb7c6096a8f4838-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13350&min_rtt=13263&rtt_var=5036&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3109&recv_bytes=561&delivery_rate=304908&cwnd=252&unsent_bytes=0&cid=14934fa053f4157f&ts=1210&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · goldenohana.site
2025-01-02 03:48
Open service 2606:4700:3031::6815:4e30:80 · goldenohana.site
2025-01-02 03:48
HTTP/1.1 301 Moved Permanently Date: Thu, 02 Jan 2025 03:48:25 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 02 Jan 2025 04:48:25 GMT Location: https://goldenohana.site/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cGRNm2WOv2j5u78fwvfFbFINPfV9S3vztcfuFEGmTmJom1bE4SbsPXF6%2FKrucmHDvecUkJl64%2B6W4ocNyQXd07iSMzcy3%2FZeqXN%2F7i0mRxyXVuOoLqVZtDugJ2yThomgcNs5iNKrlQTQ7W5vN%2B00"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb7c5fb4c8740ea-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1206&min_rtt=1206&rtt_var=603&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · thes.gr
2025-01-01 20:10
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 20:10:28 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 21:10:28 GMT Location: https://thes.gr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KPJ71Kgqnlyw2PUHUyihUIQxlzfGQcRB1gF6F%2Brb%2FxWljqDTo9YgHCae%2BcboerktQNxT0W3YTeF30qdUOHjMD0lFL%2BQGYHK%2FGT%2BJANrKmRTKJ4rGHsukgx3HtJ5I%2FkI2eHr1J1UI"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb52725dc3f916a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=798&min_rtt=798&rtt_var=399&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=202&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · thes.gr
2025-01-01 20:10
HTTP/1.1 521 Date: Wed, 01 Jan 2025 20:10:28 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=A9lFua5ppzrXUEyiltlOKXKwdZCpNb3PnObRXdnxC7OPly3NNDqOhqXXXIvFR4Z%2FSziPGUQtglcQgaP69R8mXkfICuD%2BSCb93J%2BkZzcdib1iypLif9QEtejDH2ZvakEu8N3kJxMk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb527262f35dbdb-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=966&min_rtt=943&rtt_var=401&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=543&delivery_rate=3569285&cwnd=252&unsent_bytes=0&cid=789ca23f0f3a2940&ts=59&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · thes.gr
2025-01-01 20:10
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 20:10:28 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding,Cookie X-Redirect-By: WordPress Location: https://www.thes.gr/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KnPJ2t2V3Mq%2FOoUv6L7usEOIqQ1p2PlQ9wOe3JVIxE5sN8OxZMgxUBzD8iizS8M9GrD8G0aWu5qP%2BiX7w%2FLuHxpEOGXZ5dQNw60P%2FeW1veIRHoFV7gsedagY1xT2uqULnsqD6bDB"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb52728e908dba5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1398&min_rtt=1080&rtt_var=632&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3082&recv_bytes=543&delivery_rate=3744444&cwnd=252&unsent_bytes=0&cid=961bac18b4551308&ts=361&x=0"
Open service 2606:4700:3031::6815:4e30:80 · www.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 19:25:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 20:25:20 GMT Location: https://www.sweetandsourcandy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2FFtZfucbondtUkWIrRLPIoYSFOUY8Y90Z6h21tXvQsABreBi%2BJH4VDDncRGhU4KCV3vhAzBaCknVvw6XT8QVrJgrbL7nekYRsjWqq2uQ2VDs3CRbLbS0jgNTvVyvzkDbTCeuNa6CDoCnGvK1xj5W%2Fftz%2FWySGf6"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e50bc9ad9f30-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=18473&min_rtt=18473&rtt_var=9236&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 526 Date: Wed, 01 Jan 2025 19:25:21 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RKZiHAt1b9rtIuLizRmw8W0z%2BnzzMZo%2B%2FKLgvY7PLeFT4uA5i%2B2nottwJICjtB%2FcPVgox8pZjfvaqI6HxTXk7r3EkkscpYI3dwAkQGKkCw8HhlW17FBd7otGN9uxqngRV%2BB05sm2846wd8PMdjDy93njoqg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0; includeSubDomains X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb4e50d7d9a2437-SIN alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1420&min_rtt=1399&rtt_var=568&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3125&recv_bytes=571&delivery_rate=2570883&cwnd=252&unsent_bytes=0&cid=c70a6884e0aabb94&ts=450&x=0" error code: 526
Open service 2606:4700:3031::6815:4e30:80 · webmail.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 19:25:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 20:25:20 GMT Location: https://webmail.sweetandsourcandy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XARLgRkISO0D5S1h13CaXGP94RAHMbwszvNg283w7XdvQXeCRlaYiYMKEWA6v5Hl8Wtp4XmZ%2Fl%2BYM6Z4TMg%2FEhjWugJ%2FZWZadnohRatK3Wio7hQgb%2FnWhgoZeowe9iwkwutXJvxnqLUnnsCVg2qtffEB34dNgaAX%2B3M01g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e50bf8755c37-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1238&min_rtt=1238&rtt_var=619&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=224&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · webmail.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 526 Date: Wed, 01 Jan 2025 19:25:21 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xzSIKUuq%2BPj0wWzO9GXvLdaqNlMroei0Zhy2Tz8O%2Bxt5zDcI8%2FoWxSQD8jHlRwktrLsoKuSOhfM1TcJUaeOzUJTfElWMd9bj7pXhTEBBbA%2Fp5NGRq1Lc2Fl4dIVE1NePRAY6ISh3fgXrPWKiWujfrrL%2BWgoQ4VdRfCAxOg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0; includeSubDomains X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb4e50e8cb63730-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=14020&min_rtt=11106&rtt_var=6246&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3125&recv_bytes=587&delivery_rate=364127&cwnd=252&unsent_bytes=0&cid=df606c8a38a07f4a&ts=258&x=0" error code: 526
Open service 2606:4700:3031::6815:4e30:8443 · www.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 526 Date: Wed, 01 Jan 2025 19:25:20 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1TtfNC8xo0k5H7jlayh7OeB1RxZ4AK%2BEqDI%2B3x4OaZkCHkn62Tke0%2Ft5NhTvjlY8zmpfrg1ZIGU%2Bh1NpXQJo%2BmTkkWoHpsIys1uLocENfoocWBRUZhv4q9haYbgUgFaGMG8JLr7lA59btKuFizqQlJ5QZYELzWOd"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0; includeSubDomains X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb4e50c091c2bfc-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1035&min_rtt=952&rtt_var=416&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=579&delivery_rate=4247899&cwnd=252&unsent_bytes=0&cid=4720fa00675077b4&ts=251&x=0" error code: 526
Open service 2606:4700:3031::6815:4e30:80 · sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 19:25:20 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 20:25:20 GMT Location: https://sweetandsourcandy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Z3k7awvzX%2FSuLwMEZfwtwlRGhqj%2Fnc%2BJ%2FWi%2BG98wSgpAYVLgbS5fzPAzdn4KTuJBV5nFxO%2FI6aW6fSUI2muUgdTDLnEEUJJw1SZPb0zuL3QafAwL5ueB%2Fs77eySGyauL78LzajxqFbwlN3Wq2FC6Htv3f1I%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e509def67711-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2809&min_rtt=2809&rtt_var=1404&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=216&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 19:25:30 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.2.26 x-powered-by: PleskLin vary: Accept-Encoding,Cookie x-redirect-by: WordPress location: https://sweetandsourcandy.com/ x-cache-status: MISS strict-transport-security: max-age=0; includeSubDomains cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=aGLq%2FIU4kcr6MmZsPaxXdLtJw69a7KB%2FW9vcqmR%2FfLkXNVVj1R%2BV69Z2EiMp5bOhETlnKLdQTSyMR0yp6PyTdl4vkc%2BVfi%2BlEwENhFe2KbqZkUJd80bMG%2FtqqvwCmc7Gg5PddU8MqkfH7vF6ZOhk3SCoFXPWlixm"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e512ae6dd35c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1325&min_rtt=892&rtt_var=644&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3125&recv_bytes=579&delivery_rate=4533632&cwnd=252&unsent_bytes=0&cid=a357a0a3bb14de1c&ts=8602&x=0"
Open service 2606:4700:3031::6815:4e30:443 · sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 19:25:21 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.2.26 x-powered-by: PleskLin vary: Accept-Encoding,Cookie Cache-Control: max-age=3, must-revalidate x-cache-status: UPDATING strict-transport-security: max-age=0; includeSubDomains cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CTzHBszdlQ2%2F%2BCqPNgaQvBPWaH%2BvaKthTZKizf%2FOjeNm9dyNndNdl1%2Bjl9BAsRJzNqDKvzAHuK82hN396eavcydUgsxwC2mfQWVWcl3KyXLM%2BXC6YpEU%2BIFlC05DVLF6s%2FPCOrv1755jS6Zk8roC0wdzRRg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e50c8f7d63ed-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2338&min_rtt=2158&rtt_var=938&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=571&delivery_rate=1873957&cwnd=252&unsent_bytes=0&cid=4bf0f43e3f019240&ts=426&x=0"
Open service 2606:4700:3031::6815:4e30:443 · webmail.sweetandsourcandy.com
2025-01-01 19:25
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 19:25:21 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.2.26 expires: Wed, 01 Jan 2025 19:25:21 GMT Cache-Control: private, no-cache, no-store, must-revalidate, post-check=0, pre-check=0 pragma: no-cache x-frame-options: sameorigin content-language: en Set-Cookie: roundcube_sessid=3bb87ctgtgh475ldvvmv9ir74c; path=/; secure; HttpOnly last-modified: Wed, 01 Jan 2025 19:25:21 GMT vary: Accept-Encoding x-robots-tag: noindex, nofollow strict-transport-security: max-age=0; includeSubDomains cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ih01Csx5ha3PS4JH6FS5UkqCWf2iBqc7qDWDnPGn741quu73d3QKcdOqE3o1RiPedAmo5VWJFlXW3BtytTvjuYpnJrOYjlR%2FFhCAMcElBop%2BT4aQR0TcsI8OJPyMcRuYQBeqW9o19T0wcRCEoIOHYo9JYJq2G7UD1IMxeQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8fb4e50e1deb1d86-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=793&min_rtt=788&rtt_var=306&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3123&recv_bytes=587&delivery_rate=4860576&cwnd=252&unsent_bytes=0&cid=0aa9e023cd7a91e6&ts=403&x=0" Page title: Roundcube Webmail :: Welcome to Roundcube Webmail <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Roundcube Webmail :: Welcome to Roundcube Webmail</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0"><meta name="theme-color" content="#f4f4f4"><meta name="msapplication-navbutton-color" content="#f4f4f4"> <link rel="shortcut icon" href="skins/elastic/images/favicon.ico?s=1728456333"> <link rel="stylesheet" href="skins/elastic/deps/bootstrap.min.css?s=1728456333"> <link rel="stylesheet" href="skins/elastic/styles/styles.min.css?s=1728456333"> <script> try { if (document.cookie.indexOf('colorMode=dark') > -1 || (document.cookie.indexOf('colorMode=light') === -1 && window.matchMedia('(prefers-color-scheme: dark)').matches) ) { document.documentElement.className += ' dark-mode'; } } catch (e) { } </script> <link rel="stylesheet" type="text/css" href="plugins/jqueryui/themes/elastic/jquery-ui.min.css?s=1728456333"><script src="program/js/jquery.min.js?s=1728456333"></script><script src="program/js/common.min.js?s=1728456333"></script><script src="program/js/app.min.js?s=1728456333"></script><script src="program/js/jstz.min.js?s=1728456333"></script><script> /* @licstart The following is the entire license notice for the JavaScript code in this page. Copyright (C) The Roundcube Dev Team The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. @licend The above is the entire license notice for the JavaScript code in this page. */ var rcmail = new rcube_webmail(); rcmail.set_env({"task":"login","standard_windows":false,"locale":"en_US","devel_mode":null,"rcversion":10609,"cookie_domain":"","cookie_path":"/","cookie_secure":true,"dark_mode_support":true,"skin":"elastic","blankpage":"skins/elastic/watermark.html","refresh_interval":60,"session_lifetime":600,"action":"","comm_path":"/?_task=login","compose_extwin":false,"date_format":"yy-mm-dd","date_format_localized":"YYYY-MM-DD","request_token":"mrmCWIYLgbLPGCyuMRKGxIYe0N0uuRqJ"}); rcmail.add_label({"loading":"Loading...","servererror":"Server Error!","connerror":"Connection Error (Failed to reach the server)!","requesttimedout":"Request timed out","refreshing":"Refreshing...","windowopenerror":"The popup window was blocked!","uploadingmany":"Uploading files...","uploading":"Uploading file...","close":"Close","save":"Save","cancel":"Cancel","alerttitle":"Attention","confirmationtitle":"Are you sure...","delete":"Delete","continue":"Continue","ok":"OK","back":"Back","errortitle":"An error occurred!","options":"Options","plaintoggle":"Plain text","htmltoggle":"HTML","previous":"Previous","next":"Next","select":"Select","browse":"Browse","choosefile":"Choose file...","choosefiles":"Choose files..."}); rcmail.gui_container("loginfooter","login-footer");rcmail.gui_object('loginform', 'login-form'); rcmail.gui_object('message', 'messagestack'); </script> <script src="plugins/jqueryui/js/jquery-ui.min.js?s=1728456333"></script> </head> <body class="task-login action-none"> <div id="layout"> <h1 class="voice">Roundcube Webmail Login</h1> <div id="layout-content" class="selected no-navbar" role="main"> <img src="skins/elastic/images/logo.svg?s=1728456333" id="logo" alt="Logo"> <form id="login-form" name="login-form" method="post" class="propform" action="/?_task=login"> <input type="hidden" name="_token" value="mrmCWIYLgbLPGCyuMRKGxIYe0N0uuRqJ"> <input type="hidden" name="_task" value="login"><input type="hidden" name="_action" value="login"><input type="hidden" name="_timezone" id="rcmlogin
Open service 2606:4700:3031::6815:4e30:443 · redforce.cl
2025-01-01 18:51
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 18:51:09 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close strict-transport-security: max-age=63072000 strict-transport-security: max-age=31536000; includeSubDomains Set-Cookie: spbc_secfw_ip_wl=e8afc8bfa6256b549970e298e2755f2b; expires=Sun, 26 Jan 2025 18:51:08 GMT; Max-Age=2160000; path=/; HttpOnly; SameSite=Lax Set-Cookie: spbc_secfw_ip_wl=e8afc8bfa6256b549970e298e2755f2b; expires=Sun, 26 Jan 2025 18:51:08 GMT; Max-Age=2160000; path=/; HttpOnly; SameSite=Lax Set-Cookie: spbc_secfw_ip_wl=e8afc8bfa6256b549970e298e2755f2b; expires=Sun, 26 Jan 2025 18:51:08 GMT; Max-Age=2160000; path=/; HttpOnly; SameSite=Lax Set-Cookie: spbc_secfw_ip_wl=e8afc8bfa6256b549970e298e2755f2b; expires=Sun, 26 Jan 2025 18:51:08 GMT; Max-Age=2160000; path=/; HttpOnly; SameSite=Lax x-xss-protection: 1; mode=block x-content-type-options: nosniff referrer-policy: strict-origin-when-cross-origin x-frame-options: sameorigin x-pingback: https://redforce.cl/xmlrpc.php link: <https://redforce.cl/wp-json/>; rel="https://api.w.org/" link: <https://redforce.cl/wp-json/wp/v2/pages/2>; rel="alternate"; title="JSON"; type="application/json" link: <https://redforce.cl/>; rel=shortlink vary: Accept-Encoding Cache-Control: no-transform cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OFpYMXsPNWEyjmjVAOZYnbnoPnhUtfzVpZkRorX3QqrNaN6zRbbh%2FxLtRppoTH%2FMg4uMdcYAKf7vsXvoaRClGqJFA5wRbU3810Ln7%2F4TKRRjqYwlyu5bk7eSJjslentqtQ%2FYVLjM6dwKgw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb4b2eeb8379cd8-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=858&min_rtt=811&rtt_var=338&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3096&recv_bytes=551&delivery_rate=4986436&cwnd=252&unsent_bytes=0&cid=7d25319d386dbedb&ts=1063&x=0"
Open service 2606:4700:3031::6815:4e30:80 · redforce.cl
2025-01-01 18:51
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 18:51:06 GMT Content-Type: text/html Content-Length: 162 Connection: close Location: https://redforce.cl/ Cache-Control: no-transform cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Uu09Rc0d2O6geEXi5mRRFklHDtEfgL0KrR7e1sIOzNu7%2Fi9Ecmd1iHkuPBQfxj1dED9rAqYLVx66svYm8g1hxe024SB0V9jfqc1nKOox3kQBB38cAUkqX3WEQTfN6cp9qBqNr9V4ig%2FnUg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb4b2e27f6042db-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1927&min_rtt=1927&rtt_var=963&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · redforce.cl
2025-01-01 18:51
HTTP/1.1 523 Date: Wed, 01 Jan 2025 18:51:07 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Bp6CdIg3jUEFlmx5zzfuiwM7nzA9kibnEmksaVHIZ7t3nBkyOfRVKPs3feXn2vWLYwW7d6FdCf3Ipp50C8BPXhRgKYkqcBQD1uIQxoj4yPcUjXXhh4qB2bp28FFrB%2Fte8SWZpq%2B15DIAlg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb4b2e08fe824a7-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1553&min_rtt=1203&rtt_var=701&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=551&delivery_rate=3361596&cwnd=252&unsent_bytes=0&cid=625f8a2d20a26160&ts=2159&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:80 · onetakesolutions.com.hk
2025-01-01 18:09
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 18:09:23 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 19:09:23 GMT Location: https://onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eygY8qFsuviQv9r4N93WdlPejtWDsyhYpjTyAdKd33CxkJwip4iinUi0GOG%2FJMvzIoaooKeDruciFmcikGI3h2eBiS0ycQXac%2B3moOWyk%2B819AzBB%2FsLLQP9kdn1EoxSq8s6w4AJC5zNi5qkfIdCIZPyVEAKDA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb475cb4d8cd2d6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1309&min_rtt=1309&rtt_var=654&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · onetakesolutions.com.hk
2025-01-01 18:09
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 18:09:23 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=04mDbMVn6s%2B5QaLSVN%2FmDgBDEFTFzcTFYIqjrScwsezGPJyTJm3vMd%2BUNeZw2yoJyjmH%2FiLLu4rvQb2HD58XBPpc2TYdyDdqfB5idFn7aNDBd9DR8kAW1bH3VL8WDuzIz4QnYdCRZfLfnfjleeL%2FVxDPKHl7Ew%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb475c91cf6bef3-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1831&min_rtt=1787&rtt_var=702&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=575&delivery_rate=2263010&cwnd=252&unsent_bytes=0&cid=e6a67aa6759183a0&ts=112&x=0" Page title: One Take Solutions Limited <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>One Take Solutions Limited</title><script type="5ed10afe242279e233e672c9-text/javascript" src="particle-image.min.js"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-7STEFG2R0T" type="5ed10afe242279e233e672c9-text/javascript"></script><script type="5ed10afe242279e233e672c9-text/javascript">function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-7STEFG2R0T")</script><script defer="defer" src="/static/js/main.e5992e27.js" type="5ed10afe242279e233e672c9-text/javascript"></script><link href="/static/css/main.cb0bf38a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="5ed10afe242279e233e672c9-|49" defer></script></body></html>
Open service 2606:4700:3031::6815:4e30:443 · onetakesolutions.com.hk
2025-01-01 18:09
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 18:09:23 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TGBSItzQuTTugpcrWDhLAVDgRBZfwGVtYXDKY8QkKiS9eW0FQTFs2pE7taVF6KCb00ryel%2FemV603cRxdbpPFEmqCExXUVYL6DhDI6il7P4XsWk%2BN898o09p6fRW%2BFuod7kX3T0P7p09U%2FNVlsZOxCHC%2FYPmdg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb475c928cad26c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=6898&min_rtt=1061&rtt_var=3953&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=575&delivery_rate=3811498&cwnd=252&unsent_bytes=0&cid=4d0a96918d7a093d&ts=47&x=0" Page title: One Take Solutions Limited <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>One Take Solutions Limited</title><script type="a38cd151b1e64b9ccf497269-text/javascript" src="particle-image.min.js"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-7STEFG2R0T" type="a38cd151b1e64b9ccf497269-text/javascript"></script><script type="a38cd151b1e64b9ccf497269-text/javascript">function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-7STEFG2R0T")</script><script defer="defer" src="/static/js/main.e5992e27.js" type="a38cd151b1e64b9ccf497269-text/javascript"></script><link href="/static/css/main.cb0bf38a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="a38cd151b1e64b9ccf497269-|49" defer></script></body></html>
Open service 2606:4700:3031::6815:4e30:80 · www.onetakesolutions.com.hk
2025-01-01 17:31
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 17:31:06 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 18:31:06 GMT Location: https://www.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cYqYFGkfZSb5qqp5sHm5sVPXfSds3QtPXboXGL984sHxyyTw2NMcBs%2FRKXKADx4p4IxKtlVuzqpv8OmjtlyDc0GkVujN%2Bl9Jf7raz5w3kTjUMOukSzZQtUpfAYxXgjhB%2BBXHS%2BhfV%2BfWEpJ%2BPseIOLvx8zRVtsHJ74o%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb43db4886aabe5-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=845&min_rtt=845&rtt_var=422&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=222&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.onetakesolutions.com.hk
2025-01-01 17:31
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 17:31:06 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fQj%2FyItfjZ16A9J5IlHgbIRFkmQnSDIMN%2Bq5H5V7Dk432I18XPDkxZQwYPtZi%2FY%2BS7t6u6lKN4%2BRD%2FVRhX6uVsccBz7eS1jJ4QwDTrKagjBbSuqdIka0hWNGJ01inbeICqD8S8sNd8aFVkVHYrbG5z3%2BzHrJiwQ2mk0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb43db4186636d5-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=755&min_rtt=713&rtt_var=298&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3113&recv_bytes=583&delivery_rate=5671809&cwnd=252&unsent_bytes=0&cid=9f77d4cd9464e0e3&ts=61&x=0" Page title: One Take Solutions Limited <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>One Take Solutions Limited</title><script type="33f0d2d77ee6b347812ab191-text/javascript" src="particle-image.min.js"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-7STEFG2R0T" type="33f0d2d77ee6b347812ab191-text/javascript"></script><script type="33f0d2d77ee6b347812ab191-text/javascript">function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-7STEFG2R0T")</script><script defer="defer" src="/static/js/main.e5992e27.js" type="33f0d2d77ee6b347812ab191-text/javascript"></script><link href="/static/css/main.cb0bf38a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="33f0d2d77ee6b347812ab191-|49" defer></script></body></html>
Open service 2606:4700:3031::6815:4e30:8443 · www.onetakesolutions.com.hk
2025-01-01 17:31
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 17:31:06 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8MvlpPYJEBOefp6lYoUnNDi88kahnTJrVY2BzeOVykU8%2BSap5rJH6bvTXOVlqGPbHGZ7h9V8A17hAWwEGLTa5qYg3M7D76Kh5b1Qtk4yHtjNdRbOe66MSDejA9qpEK9cVOEMB66jXS39QXITblpAzhtael4He1SX0Sk%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb43db3fe541cb0-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1221&min_rtt=1186&rtt_var=469&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3113&recv_bytes=583&delivery_rate=3409780&cwnd=252&unsent_bytes=0&cid=dd90489d7e2316d5&ts=75&x=0" Page title: One Take Solutions Limited <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>One Take Solutions Limited</title><script type="77a043f36c49cef073915b57-text/javascript" src="particle-image.min.js"></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-7STEFG2R0T" type="77a043f36c49cef073915b57-text/javascript"></script><script type="77a043f36c49cef073915b57-text/javascript">function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-7STEFG2R0T")</script><script defer="defer" src="/static/js/main.e5992e27.js" type="77a043f36c49cef073915b57-text/javascript"></script><link href="/static/css/main.cb0bf38a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="77a043f36c49cef073915b57-|49" defer></script></body></html>
Open service 2606:4700:3031::6815:4e30:80 · metin44.com
2025-01-01 16:12
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 16:12:29 GMT Content-Type: text/html; charset=gb2312 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding X-Powered-By: PHP/7.1.33 Set-Cookie: PHPSESSID=el0gfci868rbrnqdajq7a293ga; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=79hfwoworzKTXm6XRr1J8edC5wajDVQ5YrTKXOX9zizEPCkbi%2BXIoohEwQahEsXAHEJwJ1Z1E04PYfEWN8by3crIbwIbiDUpyRNqjwe2YTVLvHTxmsTBjyNDdQ8%2BfIOZncaMsFebAsnLmA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb3ca896b5bdccd-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=978&min_rtt=978&rtt_var=489&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: ���������ٷ���վ_Metin44.Com <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <HEAD> <META content="text/html; charset=gb2312" http-equiv=Content-Type> <TITLE>���������ٷ���վ_Metin44.Com</TITLE> <META NAME ="keywords" CONTENT="��������,��������,����˽��,����1˽��,metin,��������"> <META NAME="description" CONTENT="�����������������죬���𱬵�����˽����metin˽�����������£�����Metin44.Com"> <LINK rel=stylesheet type=text/css href="images/common.css"> <STYLE type=text/css> BODY {BACKGROUND-IMAGE: url(./images/menu/topbg.jpg)} </STYLE> <META name=GENERATOR content="MSHTML 8.00.6001.19328"> <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </HEAD> <BODY onLoad="MM_preloadImages('images/menu/menu_on_1.gif','images/menu/menu_on_2.gif','images/menu/menu_on_3.gif','images/menu/menu_on_4.gif','images/menu/menu_on_5.gif','images/menu/menu_on_6.gif','images/menu/menu_on_7.gif')"> <!-- ���벿�� begin --> <link href="kefu/css.css" rel="stylesheet" type="text/css" /> <div class="main-im"> <div id="open_im" class="open-im"> </div> <div class="im_main" id="im_main"> <div id="close_im" class="close-im"><a href="javascript:void(0);" title="�����ر�"> </a></div> <a href="http://wpa.qq.com/msgrd?v=3&uin=664293182&site=qq&menu=yes" target="_blank" class="im-qq qq-a" title="����QQ�ͷ�"> <div class="qq-container"></div> <div class="qq-hover-c"><img class="img-qq" src="kefu/qq.png"></div> <span> QQ������ѯ</span> </a> <div class="im-tel"> <div>�ٷ���վ</div> <div class="tel-num"><img src="./weixin.png" width="80" height="80"></div> </div> <div class="im-footer" style="position:relative"> <div class="go-top"><a href="javascript:;" title="���ض���"></a> </div> <div style="clear:both"></div> </div> </div> </div> <script src="kefu/jquery.min.js"></script> <script> $(function(){ $('#close_im').bind('click',function(){ $('#main-im').css("height","0"); $('#im_main').hide(); $('#open_im').show(); }); $('#open_im').bind('click',function(e){ $('#main-im').css("height","272"); $('#im_main').show(); $(this).hide(); }); $('.go-top').bind('click',function(){ $(window).scrollTop(0); }); $(".weixing-container").bind('mouseenter',function(){ $('.weixing-show').show(); }) $(".weixing-container").bind('mouseleave',function(){ $('.weixing-show').hide(); }); }); </script> <!-- ���벿�� end--> <TABLE border=0 cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD align=middle><TABLE class=Table_center border=0 cellSpacing=0 cellPadding=0 width=960> <TBODY> <TR> <TD height=436 vAlign=bottom width=337><table border=0 cellspacing=0 cellpadding=0 width=100> <tbody> <tr> <td></td> </tr> </tbody> </table></TD> <TD vAlign=top width=643> </TD> </TR> </TBODY> </TABL
Open service 2606:4700:3031::6815:4e30:8443 · metin44.com
2025-01-01 16:12
HTTP/1.1 521 Date: Wed, 01 Jan 2025 16:12:29 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=uBL33jlFBCNEMeW1WdBr2IE8IP2IJzEXzVUzUJb7aJkzXadNBFjhfdJzY9nAOH1c9K2uWPCSuvNrt6sWf741fYn%2F1Ay690yOdS7PZAd3jkREp%2FNQ%2FRjDs0zzLl7%2BE05EcyVcWtQ6SZaMKA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb3ca88de113a52-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1259&min_rtt=1124&rtt_var=518&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=551&delivery_rate=3597864&cwnd=252&unsent_bytes=0&cid=51d464ca8a4504d3&ts=216&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · metin44.com
2025-01-01 16:12
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 16:12:29 GMT Content-Type: text/html; charset=gb2312 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding X-Powered-By: PHP/7.1.33 Set-Cookie: PHPSESSID=clv48363mkb53ljl9ps8hgv37e; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3sOSfrZL%2BKVGPbot7W6ArGJO%2FAXiCgGJaGx8VpzbndtdkM7gwyiDN%2FMEUFl8DABl5NMyll8X55piq3ae7ppapH32OkKfS1NSDVWoq%2FD64zVmTTyFBkUgDzMxHDiCxKBvGEzxRFA2%2BA%2FvHg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb3ca89adbfbbda-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=780&min_rtt=765&rtt_var=318&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=551&delivery_rate=4543820&cwnd=252&unsent_bytes=0&cid=73b88adef908e4d2&ts=481&x=0" Page title: ���������ٷ���վ_Metin44.Com <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <HEAD> <META content="text/html; charset=gb2312" http-equiv=Content-Type> <TITLE>���������ٷ���վ_Metin44.Com</TITLE> <META NAME ="keywords" CONTENT="��������,��������,����˽��,����1˽��,metin,��������"> <META NAME="description" CONTENT="�����������������죬���𱬵�����˽����metin˽�����������£�����Metin44.Com"> <LINK rel=stylesheet type=text/css href="images/common.css"> <STYLE type=text/css> BODY {BACKGROUND-IMAGE: url(./images/menu/topbg.jpg)} </STYLE> <META name=GENERATOR content="MSHTML 8.00.6001.19328"> <script type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </HEAD> <BODY onLoad="MM_preloadImages('images/menu/menu_on_1.gif','images/menu/menu_on_2.gif','images/menu/menu_on_3.gif','images/menu/menu_on_4.gif','images/menu/menu_on_5.gif','images/menu/menu_on_6.gif','images/menu/menu_on_7.gif')"> <!-- ���벿�� begin --> <link href="kefu/css.css" rel="stylesheet" type="text/css" /> <div class="main-im"> <div id="open_im" class="open-im"> </div> <div class="im_main" id="im_main"> <div id="close_im" class="close-im"><a href="javascript:void(0);" title="�����ر�"> </a></div> <a href="http://wpa.qq.com/msgrd?v=3&uin=664293182&site=qq&menu=yes" target="_blank" class="im-qq qq-a" title="����QQ�ͷ�"> <div class="qq-container"></div> <div class="qq-hover-c"><img class="img-qq" src="kefu/qq.png"></div> <span> QQ������ѯ</span> </a> <div class="im-tel"> <div>�ٷ���վ</div> <div class="tel-num"><img src="./weixin.png" width="80" height="80"></div> </div> <div class="im-footer" style="position:relative"> <div class="go-top"><a href="javascript:;" title="���ض���"></a> </div> <div style="clear:both"></div> </div> </div> </div> <script src="kefu/jquery.min.js"></script> <script> $(function(){ $('#close_im').bind('click',function(){ $('#main-im').css("height","0"); $('#im_main').hide(); $('#open_im').show(); }); $('#open_im').bind('click',function(e){ $('#main-im').css("height","272"); $('#im_main').show(); $(this).hide(); }); $('.go-top').bind('click',function(){ $(window).scrollTop(0); }); $(".weixing-container").bind('mouseenter',function(){ $('.weixing-show').show(); }) $(".weixing-container").bind('mouseleave',function(){ $('.weixing-show').hide(); }); }); </script> <!-- ���벿�� end--> <TABLE border=0 cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD align=middle><TABLE class=Table_center border=0 cellSpacing=0 cellPadding=0 width=960> <TBODY> <TR> <TD height=436 vAlign=bottom width=337><table border=0 cellspacing=0 cellpadding=0 width=100> <tbody> <tr> <td></td> </tr> </tbody> </table></TD> <TD vAlign=top width=643> </TD> </TR> </TBODY> </TABL
Open service 2606:4700:3031::6815:4e30:8443 · homepage-ccf-app.us
2025-01-01 13:27
HTTP/1.1 404 Not Found Date: Wed, 01 Jan 2025 13:27:34 GMT Content-Length: 0 Connection: close Access-Control-Allow-Origin: * Cache-Control: no-store referrer-policy: strict-origin-when-cross-origin Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0PPwcGN2TnTv1lvkgfEWai%2FG3Oj5sfYuVAk%2BFweBZxHTF5T%2FnTS4a8G8toDD6usK82nlRkgoXmgnVRQVdwpRTYrO37F6lJZznIrP0mXrB26e5133icI3u3H%2FCCdHM5maLdlWmKwm%2BshRcsywcPbEItJo"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb2d8fa2b59dcba-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=970&min_rtt=933&rtt_var=376&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3094&recv_bytes=567&delivery_rate=4334405&cwnd=252&unsent_bytes=0&cid=afca82f12fddaee4&ts=56&x=0"
Open service 2606:4700:3031::6815:4e30:80 · homepage-ccf-app.us
2025-01-01 13:27
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 13:27:34 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 14:27:34 GMT Location: https://homepage-ccf-app.us/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=COlaPtmVfPxNR7h3tN3kr%2FM48%2FIdwLmBXyEKe35WNrfpi5sJ02jzbFLfig5cBFMq%2Bzd57AV3Tl4k2eRl6%2BFrn3%2BWK7tjw4tpOyeih2fBbOc4qN96wBmYvzFkNvu%2Fe2cJOoZlgX4ssDiJbCp6tYUq3y6F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb2d8f90f464d85-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1035&min_rtt=1035&rtt_var=517&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · homepage-ccf-app.us
2025-01-01 13:27
HTTP/1.1 404 Not Found Date: Wed, 01 Jan 2025 13:27:34 GMT Content-Length: 0 Connection: close Access-Control-Allow-Origin: * Cache-Control: no-store referrer-policy: strict-origin-when-cross-origin Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=79myui0u0KQM9cHyL2aC2XYK%2Bb04ZuLVrgPESIo1jg%2FWZR2bIDvxUrZ00n7AfhT8KRD1JulR5Y675z7366qSgXSrtDALqfsImsXIlXlbJjI9y0MLn4k%2B2rDzhrZWSRETq9GYv2eDY%2FohIhVg68kiA%2Bzt"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb2d8f97b48195c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=781&min_rtt=755&rtt_var=336&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=567&delivery_rate=4173374&cwnd=252&unsent_bytes=0&cid=5846a08e291dacc2&ts=48&x=0"
Open service 2606:4700:3031::6815:4e30:80 · ppcpu.com
2025-01-01 10:28
HTTP/1.1 404 Not Found Date: Wed, 01 Jan 2025 10:28:13 GMT Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TSF%2F1wZ7uOq5Z%2FcM9ifKF91W3sbDzC04fKQF7E9HMzA8rZbXDMpEmGM2CgAztPeH52Srk4kLAl4052RrDibLIi%2BJELP33dOvjtTLyinI1KEV4FFfe9X1g1dj6F9BPSWK2wIZv7GGKyA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb1d23cbe5e3604-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1262&min_rtt=1262&rtt_var=631&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=204&delivery_rate=0&cwnd=238&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · ppcpu.com
2025-01-01 10:28
HTTP/1.1 404 Not Found Date: Wed, 01 Jan 2025 10:28:13 GMT Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=djp4H2W1VHclfTmS5ve5Umaf7vlTqPmfnWWh58TuhgzToS8ygwXpje1vbBdF7M%2FrywG1LlB%2Fzc7uvCoZXmKbXCXe3DDI75SE9%2FhwOgMgpkQsb5PjgduxyjIeGql2wagzM%2BlCWedJ46A%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb1d23ddc70d29d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1147&min_rtt=1075&rtt_var=455&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=547&delivery_rate=3761860&cwnd=252&unsent_bytes=0&cid=3408d4ed72a206c9&ts=306&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · ppcpu.com
2025-01-01 10:28
Open service 2606:4700:3031::6815:4e30:8443 · futurepath-911.com
2025-01-01 10:06
Open service 2606:4700:3031::6815:4e30:443 · futurepath-911.com
2025-01-01 10:06
Open service 2606:4700:3031::6815:4e30:80 · futurepath-911.com
2025-01-01 10:06
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 10:06:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 11:06:57 GMT Location: https://futurepath-911.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GHKakkB%2BJYdEPdYVZVZdvrN4oY%2BfZvLFZmBHcVhlITdd37pXARrg9sFnaDqEMnoei8RwH3Q9fNMjPGUMjVOsfqheMrSW%2BofGRg2s50EHfiIm9dBwHi%2FljjnXtZqJb6kMLfECWzW8XQPKAGk6LrafiEA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb1b31b892937dd-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=643&min_rtt=643&rtt_var=321&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · jewellery-temp.onetakesolutions.com.hk
2025-01-01 08:09
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 08:09:59 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bJIr%2FRR9uwRRKIhjwgublDfTpI3Vxwz7Edt0cpAI3QLHiC1HPP0T8J3%2B2%2FS4cTVv2mUQ9OnIxlgEkIaaATXUc4Lorb9bS70Xa%2FjC3UxIxjA62Twe2kzoBN3K0XR0Bwo6mcK%2BWPnkCcJb0Ys40BBlvuIiYU6AildxK55HcUmFu8dX5aKANw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb107c09c9e4373-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1117&min_rtt=1008&rtt_var=456&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3133&recv_bytes=605&delivery_rate=4011904&cwnd=252&unsent_bytes=0&cid=d7ad88bcdfd7c4a0&ts=190&x=0" Page title: Lodge <!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Site Metas --> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Lodge</title> <!-- slider stylesheet --> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" /> <!-- bootstrap core css --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> <!-- fonts style --> <link href="https://fonts.googleapis.com/css?family=Baloo+Chettan|Poppins:400,600,700&display=swap" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet" /> <!-- responsive style --> <link href="css/responsive.css" rel="stylesheet" /> </head> <body> <div class="hero_area"> <!-- header section strats --> <header class="header_section"> <div class="container-fluid"> <nav class="navbar navbar-expand-lg custom_nav-container "> <a class="navbar-brand" href="index.html"> <img src="images/logo.png" alt=""> <span> Lodge </span> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="d-flex ml-auto flex-column flex-lg-row align-items-center"> <ul class="navbar-nav "> <li class="nav-item active"> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="about.html"> About</a> </li> <li class="nav-item"> <a class="nav-link" href="jewellery.html">Jewellery </a> </li> <li class="nav-item"> <a class="nav-link" href="contact.html">Contact us</a> </li> <li class="nav-item"> <a class="nav-link" href="#">Login</a> </li> </ul> </div> <div class="quote_btn-container "> <a href=""> <img src="images/cart.png" alt=""> <div class="cart_number"> 0 </div> </a> <form class="form-inline"> <button class="btn my-2 my-sm-0 nav_search-btn" type="submit"></button> </form> </div> </div> </nav> </div> </header> <!-- end header section --> <!-- slider section --> <section class=" slider_section position-relative"> <div class="design-box"> <img src="images/design-1.png" alt=""> </div> <div class="slider_number-container d-none d-md-block"> <div class="number-box"> <span> 01 </span> <hr> <span class="jwel"> J <br> e <br> w <br> e <br> l <br> l <br> e <br> r <br> y </span> <hr> <span> 02 </span> </div> </div> <div class="container"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active">01<
Open service 2606:4700:3031::6815:4e30:80 · jewellery-temp.onetakesolutions.com.hk
2025-01-01 08:09
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 08:09:58 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 09:09:58 GMT Location: https://jewellery-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C7aoSOu4B%2BapGZnm3m7C82FyN6R%2B3HAlCT4p29JGobEjGWbEZ3wjM4BTtCGuD%2BrnWi5T3G5N2fjNLG3x1cSWrzXQ3Jxg1PI4NgWe%2Fp7HuhIc5LnsTE8CFxfKhH3EYLDSyq%2FYmsSNmHO3lc5JBvdr%2F9ojpmQX8bObhb7vrQ%2BEERtfKwSNtg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb107bf6c5641a3-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2073&min_rtt=2073&rtt_var=1036&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=233&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · jewellery-temp.onetakesolutions.com.hk
2025-01-01 08:09
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 08:09:59 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jjo76WLm%2FTs17vVY4BoyW2iIch9EFzLmkf%2Bx8GW592GbIEbe%2BftT60oGPQPaBY0iIrsDMxS2o%2Fci%2BFFMWtVHXZBur%2F6fH6qC8DQRCfciOoDgLB9GpJuXTB0mI9qJ99wmBHMDXRaQ%2BcOlHuZtsSNTCABe9jjlf2D%2FRsLqjCrTbme3iLXFOg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb107c04c8b4291-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=996&min_rtt=992&rtt_var=282&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3133&recv_bytes=605&delivery_rate=4035928&cwnd=252&unsent_bytes=0&cid=cd1625feae696ca3&ts=200&x=0" Page title: Lodge <!DOCTYPE html> <html> <head> <!-- Basic --> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <!-- Site Metas --> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="author" content="" /> <title>Lodge</title> <!-- slider stylesheet --> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/assets/owl.carousel.min.css" /> <!-- bootstrap core css --> <link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> <!-- fonts style --> <link href="https://fonts.googleapis.com/css?family=Baloo+Chettan|Poppins:400,600,700&display=swap" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet" /> <!-- responsive style --> <link href="css/responsive.css" rel="stylesheet" /> </head> <body> <div class="hero_area"> <!-- header section strats --> <header class="header_section"> <div class="container-fluid"> <nav class="navbar navbar-expand-lg custom_nav-container "> <a class="navbar-brand" href="index.html"> <img src="images/logo.png" alt=""> <span> Lodge </span> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <div class="d-flex ml-auto flex-column flex-lg-row align-items-center"> <ul class="navbar-nav "> <li class="nav-item active"> <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a> </li> <li class="nav-item"> <a class="nav-link" href="about.html"> About</a> </li> <li class="nav-item"> <a class="nav-link" href="jewellery.html">Jewellery </a> </li> <li class="nav-item"> <a class="nav-link" href="contact.html">Contact us</a> </li> <li class="nav-item"> <a class="nav-link" href="#">Login</a> </li> </ul> </div> <div class="quote_btn-container "> <a href=""> <img src="images/cart.png" alt=""> <div class="cart_number"> 0 </div> </a> <form class="form-inline"> <button class="btn my-2 my-sm-0 nav_search-btn" type="submit"></button> </form> </div> </div> </nav> </div> </header> <!-- end header section --> <!-- slider section --> <section class=" slider_section position-relative"> <div class="design-box"> <img src="images/design-1.png" alt=""> </div> <div class="slider_number-container d-none d-md-block"> <div class="number-box"> <span> 01 </span> <hr> <span class="jwel"> J <br> e <br> w <br> e <br> l <br> l <br> e <br> r <br> y </span> <hr> <span> 02 </span> </div> </div> <div class="container"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active">01<
Open service 2606:4700:3031::6815:4e30:80 · blog-temp.onetakesolutions.com.hk
2025-01-01 07:37
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 07:37:47 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 08:37:47 GMT Location: https://blog-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hlR%2Bf8TTjOAgS1n8j%2BsQF%2B9tnsRS9ZJO8I5egBUWRIgpa%2FZKfYEzKSKaeKo1eyz9OQNpr07IL1p172zzq%2FTOKCKsC8Dc9MJvL%2BFoxRLTy7%2B%2B%2FolrP5KFqirHyzx%2FljdB3S3Aw3%2BFs2Ck1ICotDI5JaMhuAT9HN6WG4KhQgpgTjE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb0d899495aecff-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2068&min_rtt=2068&rtt_var=1034&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=228&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · blog-temp.onetakesolutions.com.hk
2025-01-01 07:37
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 07:37:47 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QnXWguCaxgMp%2F5%2F9VIo0O24KArlbA11mG80MparlzsouwXwD%2BXcChC%2F45AuiyAR2W%2FDjwun3%2B9455SGnV1oFQ9ESqFUBZaVUH7FJTYV109JYrKFjk6wo0j6tpeD%2BA30JwUMtok1H1yJfqZGJobPAEQ7IXDSAmR1LBTKKaoxYGX0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb0d89a0fd03a8c-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1059&min_rtt=912&rtt_var=447&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=595&delivery_rate=4434210&cwnd=252&unsent_bytes=0&cid=15abfdafa3758b2f&ts=80&x=0" Page title: Yummy | OTS Template <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <meta name="description" content="Yoga Studio Template"> <meta name="keywords" content="Yoga, unica, creative, html"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Yummy | OTS Template</title> <!-- Google Font --> <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet"> <!-- Css Styles --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="css/font-awesome.min.css" type="text/css"> <link rel="stylesheet" href="css/nice-select.css" type="text/css"> <link rel="stylesheet" href="css/slicknav.min.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css"> </head> <body> <!-- Page Preloder --> <div id="preloder"> <div class="loader"></div> </div> <!-- Header Section Begin --> <header class="header-section"> <div class="container"> <div class="logo"> <a href="./index.html"><img src="img/logo.png" alt=""></a> </div> <div class="nav-menu"> <nav class="main-menu mobile-menu"> <ul> <li class="active"><a href="#">Home</a></li> <li><a href="#">Pages</a> <ul class="sub-menu"> <li><a href="about-me.html">About Me</a></li> <li><a href="categories.html">Categories</a></li> <li><a href="recipe.html">Recipe</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="contact.html">Contact</a></li> </ul> </li> <li><a href="recipe.html">Recipes</a></li> <li><a href="categories.html">Best Of</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <div class="nav-right search-switch"> <i class="fa fa-search"></i> </div> </div> <div id="mobile-menu-wrap"></div> </div> </header> <!-- Header End --> <!-- Page Top Recipe Section Begin --> <section class="page-top-recipe"> <div class="container"> <div class="row"> <div class="col-lg-6 order-lg-2"> <div class="pt-recipe-item large-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-3.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <span>March 10, 2019</span> <h3>Cannellini Aglio e Olio with Salmon</h3> </div> </div> </div> <div class="col-lg-3 col-md-6 order-lg-1"> <div class="pt-recipe-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-1.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <h4>Raw Vegan Carrot Cake Bites with Avocado</h4> </div> </div> <div class="pt-recipe-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-2.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <h4>One Pot Weeknight Lasagna Soup Recipe</h4> </div>
Open service 2606:4700:3031::6815:4e30:443 · blog-temp.onetakesolutions.com.hk
2025-01-01 07:37
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 07:37:48 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hE81ZpLNY4meELZPSzVyiemyabRE0NFHffjPslMoZnkNGW7bT8dumJ1CzXBsR4rkDGicHPjImyEQS6VBo9pVWPqn3qLYRvZCwClprO12xJasWgqo6fuoSjRKV7pXGhpqX7tUDamWnhWLFRdsbsEMo8JV9544qD1%2FxZ%2FyiwjY8yI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb0d89b88d0d236-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=944&min_rtt=934&rtt_var=370&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=595&delivery_rate=3988165&cwnd=252&unsent_bytes=0&cid=5812c0da0ffeedb4&ts=60&x=0" Page title: Yummy | OTS Template <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <meta name="description" content="Yoga Studio Template"> <meta name="keywords" content="Yoga, unica, creative, html"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Yummy | OTS Template</title> <!-- Google Font --> <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet"> <!-- Css Styles --> <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="css/font-awesome.min.css" type="text/css"> <link rel="stylesheet" href="css/nice-select.css" type="text/css"> <link rel="stylesheet" href="css/slicknav.min.css" type="text/css"> <link rel="stylesheet" href="css/style.css" type="text/css"> </head> <body> <!-- Page Preloder --> <div id="preloder"> <div class="loader"></div> </div> <!-- Header Section Begin --> <header class="header-section"> <div class="container"> <div class="logo"> <a href="./index.html"><img src="img/logo.png" alt=""></a> </div> <div class="nav-menu"> <nav class="main-menu mobile-menu"> <ul> <li class="active"><a href="#">Home</a></li> <li><a href="#">Pages</a> <ul class="sub-menu"> <li><a href="about-me.html">About Me</a></li> <li><a href="categories.html">Categories</a></li> <li><a href="recipe.html">Recipe</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="contact.html">Contact</a></li> </ul> </li> <li><a href="recipe.html">Recipes</a></li> <li><a href="categories.html">Best Of</a></li> <li><a href="contact.html">Contact</a></li> </ul> </nav> <div class="nav-right search-switch"> <i class="fa fa-search"></i> </div> </div> <div id="mobile-menu-wrap"></div> </div> </header> <!-- Header End --> <!-- Page Top Recipe Section Begin --> <section class="page-top-recipe"> <div class="container"> <div class="row"> <div class="col-lg-6 order-lg-2"> <div class="pt-recipe-item large-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-3.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <span>March 10, 2019</span> <h3>Cannellini Aglio e Olio with Salmon</h3> </div> </div> </div> <div class="col-lg-3 col-md-6 order-lg-1"> <div class="pt-recipe-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-1.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <h4>Raw Vegan Carrot Cake Bites with Avocado</h4> </div> </div> <div class="pt-recipe-item"> <div class="pt-recipe-img set-bg" data-setbg="img/recipe-2.jpg"> <i class="fa fa-plus"></i> </div> <div class="pt-recipe-text"> <h4>One Pot Weeknight Lasagna Soup Recipe</h4> </div>
Open service 2606:4700:3031::6815:4e30:8443 · icream-temp.onetakesolutions.com.hk
2025-01-01 06:56
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:56:23 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 Link: <https://fonts.gstatic.com>; rel="preconnect" referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B8WjIO3nboOoPnhxx8spHisUeOf9gOSPU3gLNS3M8vkvKzBvVvy09oiPJI55zZM9APEUCRyx%2B6jRiNBPc9bJtoRiXiq59E4Hwo42OzgdhSWTfxhrTheDPV38OPofNwSftBTepP31jfrObsme7qOykx26rBZ80VENnRd56Ux28kdPQg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb09befc89c6a4e-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1306&min_rtt=1089&rtt_var=564&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3131&recv_bytes=599&delivery_rate=3713498&cwnd=252&unsent_bytes=0&cid=bdc326e2ddc1b9ce&ts=56&x=0"
Open service 2606:4700:3031::6815:4e30:443 · icream-temp.onetakesolutions.com.hk
2025-01-01 06:56
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:56:22 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 Link: <https://fonts.gstatic.com>; rel="preconnect" referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=j88J7cKWGd5GScztxOsnDrD13jTdqaLNFqcCXc3ViiMEPgT0oHZ7BjuVBf4rqAX%2FETiaYb56kSx1YU1H4ZXTE7O7cWU1Z3qDcSZodbu2s00bxT7zV8wPpnyH6rXJOldOuwE9%2BqUln%2B8SotyownkmEoEPAxYCitzQDlkE2Lz0zpUOZA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb09bed488e3869-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1142&min_rtt=1068&rtt_var=453&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3130&recv_bytes=599&delivery_rate=3786516&cwnd=252&unsent_bytes=0&cid=d86c5591f78ff563&ts=43&x=0"
Open service 2606:4700:3031::6815:4e30:80 · icream-temp.onetakesolutions.com.hk
2025-01-01 06:56
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 06:56:22 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 07:56:22 GMT Location: https://icream-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Z8stOi7csuTJZxqpkomHEejU1xxRGm%2BkfvF8q4vLxI8Iehibj5btBseNC23psficZSgX%2F7NvQEHgQibuyiDMXzzI%2BYjkPsop7yjTZluVE%2F1Vi%2FjXWsLzr%2FLbcplHgAV224FcKU%2B9Wwb2pk904foz5NQKiJVmYxfbrQ%2BNZZwiahyRBA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb09bea0f8fabf4-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1788&min_rtt=1788&rtt_var=894&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=230&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cms-temp.onetakesolutions.com.hk
2025-01-01 06:33
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:33:50 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4pX4gDGS0B0oG5L0IAQXqHMSXsq%2FOPmUYoW2puAtNZ%2BIXuoj9ax1z4oF5nEog9bau8e2V5kGUBHGwJSdrEZcBF%2FOT894y8nvW%2FYXum%2ByQmIm34T%2Fo1wmz1YoYZX%2F5FimGHjEOZqw8xk6Jz%2BGoZ5muYus8d6QCX2346hJ6vf%2Fgg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb07ae87eb70f71-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1006&min_rtt=939&rtt_var=400&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=593&delivery_rate=4306709&cwnd=252&unsent_bytes=0&cid=b0856bae18f24b10&ts=54&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · cms-temp.onetakesolutions.com.hk
2025-01-01 06:33
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:33:50 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8q01XAFPECnQUG5V9I%2FBGQ9vQUKPWhG6jU3jpYPF8%2FxFCuDPcZyNRwjC9xAj4C4JPk9Wyx%2FcF82o%2BQA0l0RXDTwPw2tqZCVEt0sZGfB7wJIwlZr3X5V83NthLqJwHQkvN4taAzXzsQmOYRyJjBFArwYeLVCIXjRw8ZHYSLYHlg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb07ae85a5c42f1-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1165&min_rtt=1006&rtt_var=491&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3123&recv_bytes=593&delivery_rate=4019880&cwnd=252&unsent_bytes=0&cid=38fad191fefc8325&ts=60&x=0"
Open service 2606:4700:3031::6815:4e30:80 · cms-temp.onetakesolutions.com.hk
2025-01-01 06:33
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 06:33:49 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 07:33:49 GMT Location: https://cms-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ywjBggAsMMAeG5X0mm20FOtBwEfv8Nl85HRWRbWABRnAjlz7Qo3XVT4kNJ0jBDCPZa3rXg71CvhfwaRpnLR4pEHLo4uwHPbIqNHlcomOYfDP3Ay8hlkMHkuuk69QSNrLg20apsXALdfmPyrqcycM%2BZzDOJZFPz1cKGf5sLAzRw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fb07ae66f11fd61-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=915&min_rtt=915&rtt_var=457&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=227&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · poshpuppyboutiquep.shop
2025-01-01 06:29
HTTP/1.1 521 Date: Wed, 01 Jan 2025 06:29:47 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Xl%2B%2FoZWLEIw0%2B95aMSIrhXwojhtLp%2BgK64W4oOAW3sTgu1HARUh4Eu37Bcs2ObIhOv8VaFIcvmQWglZqJ18gxPTTnWvBM0dsNA%2FXXdNI36c12OHWhZUCpfzYcTPH6Mve1TY%2BAf0SXUMAa5prWlEHzrpS8aySgA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fb074fabaa5db12-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=863&min_rtt=766&rtt_var=356&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3132&recv_bytes=575&delivery_rate=5279373&cwnd=252&unsent_bytes=0&cid=a527847e43e5720d&ts=115&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · poshpuppyboutiquep.shop
2025-01-01 06:29
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:29:47 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Wed, 19 Oct 2022 08:02:20 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5gkL4LTKWV2BQHS0dY4TFtrVo5c4Wf1MFds4qvFo2iNiX6SKDt3JisOy1Qsik%2BmFY125BFciA9a5M0taDIr0LoSvEf9to%2BZVVMYaIVnCScgWcEFoykM%2Bqz2%2B8%2FmTSK2Xf27Q67spNHEcPI44a0v%2FbMYWD5bnng%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb074f9cd622c45-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1116&min_rtt=1116&rtt_var=558&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Welcome to nginx! <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://nginx.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://nginx.com/">nginx.com</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · poshpuppyboutiquep.shop
2025-01-01 06:29
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 06:29:47 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Wed, 19 Oct 2022 08:02:20 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dSCLouiFslflgWdVmzmotSbarf7TCNhYwey%2BhPBMRcWKXjOrWo1wdRfh29OpqoeFei0BJuamVzq4hbjzMlUuSvzRgK9to9NK1ifBvKgdYW3LU0OXdsJVXW%2FYJWFiWtznaJGkp7vjqmSZwHjXA3mQC%2FwZesgCWg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fb074fc1dd86646-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1286&min_rtt=1245&rtt_var=423&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3131&recv_bytes=575&delivery_rate=2829951&cwnd=252&unsent_bytes=0&cid=b51fcef083b8e9fc&ts=196&x=0" Page title: Welcome to nginx! <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://nginx.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://nginx.com/">nginx.com</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · education-temp.onetakesolutions.com.hk
2025-01-01 04:40
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 04:40:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 05:40:19 GMT Location: https://education-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9cCL4QM0cW4IAvAuk%2Fj05LQGvWuhNOZzU361qt5nqv4r1stsBDAQdia0exGhHwAFQ6L7hd5G70a0TJa8uzn5Bfb3sgDDCnExFUu6zbhbxpeu743gKjYsRCkNYLY2ENQ7Fktym9L8jpYp8FSz%2BphI6jU3FVn3NAPM%2FNwFJqwUtQ8n4oSHbg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafd4a35df69753-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=826&min_rtt=826&rtt_var=413&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=233&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · education-temp.onetakesolutions.com.hk
2025-01-01 04:40
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:40:20 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DEnEdFqubxqNVs42RGW9g%2FSSajNk1vvnoulFLo6bHsvikfcl3CEAI5Mbb0hTHxdi6H4AO8n0PK8FzK3wJprdKr2t70isAnyoDVFMD1KBVQqYa3lFMNzhufkYsPXjSJ%2BgAEjZGu4snHXP9QkQvfHHpw2%2Bg8C36J66S1nnDPgklt9KoPF84g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafd4a9c883dc5c-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=914&min_rtt=880&rtt_var=354&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=605&delivery_rate=4595454&cwnd=252&unsent_bytes=0&cid=e3ed6f158656f65a&ts=63&x=0"
Open service 2606:4700:3031::6815:4e30:443 · education-temp.onetakesolutions.com.hk
2025-01-01 04:40
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:40:20 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ce0m6r0YCOHdeQGG5MgM3vp6uqfvyphG%2BAdMm%2Bfp6OR5l6MfkZMO8%2FgNw4J49VtC8csr9bDu6xTgxDL5M0cDsXvE593OjqcMplX4WxIa8MtHhH6nSJTUf11%2FEUrhySNsNASayiL5zCgcZN%2BDoi1KZhzRPiO8ygLbjCctjp0RsB7jB6qfkQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafd4a59ba65c74-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=958&min_rtt=953&rtt_var=368&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3136&recv_bytes=605&delivery_rate=4064321&cwnd=252&unsent_bytes=0&cid=1d03a5e058fa397e&ts=55&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · restaurant-temp.onetakesolutions.com.hk
2025-01-01 04:26
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:26:59 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=a30m8mt%2Bc7gGnNgTKeFPrlr0faOb2zyoUdjFDL7wgNieJ%2BMf%2FyqOq5D2BjGWpXrWDNlcXcfWV50HqowlqyJdVxKQBPAVagrKsMOr%2FQhApz5IGxvfe%2FuQ5uvGF2xukAZLsgNBAXq0N%2BQL2rm7a6OVqfNZKC9uF1kWnVKJMqQ%2F4cugkeV2Kb8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafc11c0a15f653-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2164&min_rtt=2115&rtt_var=828&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3140&recv_bytes=607&delivery_rate=1912056&cwnd=252&unsent_bytes=0&cid=e030764097d4e1dc&ts=56&x=0"
Open service 2606:4700:3031::6815:4e30:443 · restaurant-temp.onetakesolutions.com.hk
2025-01-01 04:26
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:26:59 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KQ7Kt8ESSKcgEk46YBuZjD3TKvngPohpjNL%2FKOEBOgAoPsjyBptDbJMBboKaOnangi9O3G5wgLoAIjTueoXx5sNh%2Bq37qH%2BD4Wvl9w04XGZRm9D%2FtlRV6nZ%2Ba7GEzdqVo3urjRRGJX6oujxERuK7WV1D9WfNhsN9hT3s%2FqIYFVws83iYPEU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafc11bfaeadbf6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1136&min_rtt=1010&rtt_var=468&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3141&recv_bytes=607&delivery_rate=4003960&cwnd=252&unsent_bytes=0&cid=e2a1c5f2d16c55a9&ts=39&x=0"
Open service 2606:4700:3031::6815:4e30:80 · restaurant-temp.onetakesolutions.com.hk
2025-01-01 04:26
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 04:26:59 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 05:26:59 GMT Location: https://restaurant-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FT5ZVrm4oEElYUxqmRzC%2BtQdCriZxzKgszjDpzYbny%2Fmdz83aVQEzcQGoj%2Bd67FRURw6t5kmTZUr5LF6eAc2qD5EIo9%2B233AZJdfzWhJGqbJUKmsIjpEKzzCt%2FZr58o2Op69s1AyOF6VhvfuMwTbmggSlHmVLaXQK2KZ3mlthLPdI1dY4Ek%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafc119b961d290-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1352&min_rtt=1352&rtt_var=676&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=234&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · photos-temp.onetakesolutions.com.hk
2025-01-01 04:13
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:13:47 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=czj%2F020kyO2%2FukPY3r5B0lk92r0pzkw1OjxFV%2FrAuWJi3qzOKtydOocOA1UIWTK%2Fyd%2Fv3iXWpHu7IFPiAmCeVV9m6hEKDdeWr0jVFHhm0Wlexqe9EVTzeW1x11RYrmkdLu3dOgIkOB%2FPg5Hbm7Zny%2FvhSbxWngwoSPZo7p%2FNv1UwlQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafadc19f24ac7b-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1173&min_rtt=969&rtt_var=509&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3131&recv_bytes=599&delivery_rate=4173374&cwnd=252&unsent_bytes=0&cid=eda87ef8ab358c5d&ts=55&x=0" Page title: Catalog-OTS Bootstrap 5.0 HTML Template <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Catalog-OTS Bootstrap 5.0 HTML Template</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="fontawesome/css/all.min.css"> <link rel="stylesheet" href="css/templatemo-style.css"> <!-- Catalog-OTS --> </head> <body> <!-- Page Loader --> <div id="loader-wrapper"> <div id="loader"></div> <div class="loader-section section-left"></div> <div class="loader-section section-right"></div> </div> <nav class="navbar navbar-expand-lg"> <div class="container-fluid"> <a class="navbar-brand" href="#"> <i class="fas fa-film mr-2"></i> Catalog-OTS </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link nav-link-1 active" aria-current="page" href="index.html">Photos</a> </li> <li class="nav-item"> <a class="nav-link nav-link-2" href="videos.html">Videos</a> </li> <li class="nav-item"> <a class="nav-link nav-link-3" href="about.html">About</a> </li> <li class="nav-item"> <a class="nav-link nav-link-4" href="contact.html">Contact</a> </li> </ul> </div> </div> </nav> <div class="tm-hero d-flex justify-content-center align-items-center" data-parallax="scroll" data-image-src="img/hero.jpg"> <form class="d-flex tm-search-form"> <input class="form-control tm-search-input" type="search" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success tm-search-btn" type="submit"> <i class="fas fa-search"></i> </button> </form> </div> <div class="container-fluid tm-container-content tm-mt-60"> <div class="row mb-4"> <h2 class="col-6 tm-text-primary"> Latest Photos </h2> <div class="col-6 d-flex justify-content-end align-items-center"> <form action="" class="tm-text-primary"> Page <input type="text" value="1" size="1" class="tm-input-paging tm-text-primary"> of 200 </form> </div> </div> <div class="row tm-mb-90 tm-gallery"> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12 mb-5"> <figure class="effect-ming tm-video-item"> <img src="img/img-03.jpg" alt="Image" class="img-fluid"> <figcaption class="d-flex align-items-center justify-content-center"> <h2>Clocks</h2> <a href="photo-detail.html">View more</a> </figcaption> </figure> <div class="d-flex justify-content-between tm-text-gray"> <span class="tm-text-gray-light">18 Oct 2020</span> <span>9,906 views</span> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12 mb-5"> <figure class="effect-ming tm-video-item"> <img src="img/img-04.jpg" alt="Image" class="img-fluid"> <figcaption class="d-flex align-items-center justify-content-center"> <h2>Plants</h2>
Open service 2606:4700:3031::6815:4e30:8443 · photos-temp.onetakesolutions.com.hk
2025-01-01 04:13
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 04:13:47 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Lw9Ez7XW3TZyXxAJXkVm4NQ3u6oG6FiMDbgeBKdyhITSDEnZsFnqHjBwlUeU02LWmVeFgps6e9h2HqjoliRNsDlMHu1V7NUJUS09tFh2A2N8CXjWR7AsJHokYoL4yxireEQIC4rISFU0F2DuMIjrd2FC22%2BOmBntRC%2FuKx2LtydW%2Bg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafadc1ed358bbb-ATL alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=643&min_rtt=625&rtt_var=247&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3131&recv_bytes=599&delivery_rate=6470400&cwnd=252&unsent_bytes=0&cid=5737787323ddc8d5&ts=282&x=0" Page title: Catalog-OTS Bootstrap 5.0 HTML Template <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Catalog-OTS Bootstrap 5.0 HTML Template</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="fontawesome/css/all.min.css"> <link rel="stylesheet" href="css/templatemo-style.css"> <!-- Catalog-OTS --> </head> <body> <!-- Page Loader --> <div id="loader-wrapper"> <div id="loader"></div> <div class="loader-section section-left"></div> <div class="loader-section section-right"></div> </div> <nav class="navbar navbar-expand-lg"> <div class="container-fluid"> <a class="navbar-brand" href="#"> <i class="fas fa-film mr-2"></i> Catalog-OTS </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav ml-auto mb-2 mb-lg-0"> <li class="nav-item"> <a class="nav-link nav-link-1 active" aria-current="page" href="index.html">Photos</a> </li> <li class="nav-item"> <a class="nav-link nav-link-2" href="videos.html">Videos</a> </li> <li class="nav-item"> <a class="nav-link nav-link-3" href="about.html">About</a> </li> <li class="nav-item"> <a class="nav-link nav-link-4" href="contact.html">Contact</a> </li> </ul> </div> </div> </nav> <div class="tm-hero d-flex justify-content-center align-items-center" data-parallax="scroll" data-image-src="img/hero.jpg"> <form class="d-flex tm-search-form"> <input class="form-control tm-search-input" type="search" placeholder="Search" aria-label="Search"> <button class="btn btn-outline-success tm-search-btn" type="submit"> <i class="fas fa-search"></i> </button> </form> </div> <div class="container-fluid tm-container-content tm-mt-60"> <div class="row mb-4"> <h2 class="col-6 tm-text-primary"> Latest Photos </h2> <div class="col-6 d-flex justify-content-end align-items-center"> <form action="" class="tm-text-primary"> Page <input type="text" value="1" size="1" class="tm-input-paging tm-text-primary"> of 200 </form> </div> </div> <div class="row tm-mb-90 tm-gallery"> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12 mb-5"> <figure class="effect-ming tm-video-item"> <img src="img/img-03.jpg" alt="Image" class="img-fluid"> <figcaption class="d-flex align-items-center justify-content-center"> <h2>Clocks</h2> <a href="photo-detail.html">View more</a> </figcaption> </figure> <div class="d-flex justify-content-between tm-text-gray"> <span class="tm-text-gray-light">18 Oct 2020</span> <span>9,906 views</span> </div> </div> <div class="col-xl-3 col-lg-4 col-md-6 col-sm-6 col-12 mb-5"> <figure class="effect-ming tm-video-item"> <img src="img/img-04.jpg" alt="Image" class="img-fluid"> <figcaption class="d-flex align-items-center justify-content-center"> <h2>Plants</h2>
Open service 2606:4700:3031::6815:4e30:80 · photos-temp.onetakesolutions.com.hk
2025-01-01 04:13
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 04:13:47 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 05:13:46 GMT Location: https://photos-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MucIUf01vGvd6kCFpC3OuAtPoPR%2FIB34c1070TLzryIHf%2BfzHgfFIFCZ%2FLawton6sAB%2Bv1B2Zfx9bY23JSKYCh%2FXuP3wo0zl%2F0PdsKzLBLo6flEbadnr0kFVtZ3ZNdbX6qLS2reGbUzQrO%2FJ9FQEpmvMV8Q0aRqYIdE1nh5XKNrSvA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8fafadc0399953e9-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=739&min_rtt=739&rtt_var=369&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=230&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · e-commerce-temp.onetakesolutions.com.hk
2025-01-01 03:34
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 03:34:24 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HecVC7VZuBDWsz%2Bf2ID6fQVb3iIwrA1M0bOgYefyCpzloWCzU4D93YiZ3uinGQne2bMTz1q5Xhx%2FywNt0eBpl5iCC%2BCbVC98a2SUV%2Bt5oQvWcG4sajvMa8cMRhrkZsKvfhtOtrxsUoar7nelhz%2Bk6GJFiJVbyaNzriWSM06mcO15XdeZsWg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8faf74149ebf640a-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1730&min_rtt=1729&rtt_var=650&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3138&recv_bytes=607&delivery_rate=2326812&cwnd=252&unsent_bytes=0&cid=d193e4998102ba88&ts=80&x=0"
Open service 2606:4700:3031::6815:4e30:80 · e-commerce-temp.onetakesolutions.com.hk
2025-01-01 03:34
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 03:34:24 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 04:34:24 GMT Location: https://e-commerce-temp.onetakesolutions.com.hk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=J9HQYbgZRInoMfPbc%2B125VlwHSS%2FZ9Hw0cJj%2Bmg%2BmVf5NB7r9%2BAl55dmyJKvJrfZvBxeDE%2Fit3ZP1bvl7dIksMlX2P9F52RJjKTnoPE2nky4vAXSU3cRUSAR9zOIf8iLDPQ8KG3UfS9%2Bx%2BJtVum9d5I3Z2DNIC5aV4J0zbVvHE3c8lrayjE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8faf74123b7e93be-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1416&min_rtt=1416&rtt_var=708&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=234&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · e-commerce-temp.onetakesolutions.com.hk
2025-01-01 03:34
HTTP/1.1 200 OK Date: Wed, 01 Jan 2025 03:34:24 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 referrer-policy: strict-origin-when-cross-origin x-content-type-options: nosniff Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=j2eqSEpG3Ko70pPrSjFbywfEVIBD%2FZPteKWXHsJu07u9jOp0DxC%2F7p8s7QLhf2fSsJAmPipj1yYc%2BC3NEP50tr3y1Wxtib9DF8B29wqMKVHd2IUSfBY4V1kZZENTGaMZmlGwinJGa%2FaN%2FUa2TQsF947ePUllcvxYnwOsATSs3paJ9sv6qDQ%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Vary: Accept-Encoding cf-cache-status: DYNAMIC Server: cloudflare CF-RAY: 8faf74125a740c78-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1361&min_rtt=1324&rtt_var=570&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3137&recv_bytes=607&delivery_rate=2494756&cwnd=252&unsent_bytes=0&cid=8d2d554fe4cf237e&ts=279&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · ultraedgeprice.com
2025-01-01 02:36
Open service 2606:4700:3031::6815:4e30:443 · www.ultraedgeprice.com
2025-01-01 02:36
HTTP/1.1 520 Date: Wed, 01 Jan 2025 02:36:49 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=leE%2FXTzikBXOAwvgpIjZDsfNWV60ZE3vO38nIO8fiZ0j21PeaCCbglxYGicW5IWnxWQoKDnAxN0%2B%2F3S8A80gtVKWR9kfJRK4UOSlvfhX%2BJZRtEQbXRC2UxpfitdClMWFITSK3UPGAbU%2BpEQL5ELbWvM4xXZZ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8faf1fb1fb283a51-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13048&min_rtt=13048&rtt_var=4893&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=573&delivery_rate=309885&cwnd=252&unsent_bytes=0&cid=8793460347b2bbc5&ts=1012&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:443 · ultraedgeprice.com
2025-01-01 02:36
HTTP/1.1 520 Date: Wed, 01 Jan 2025 02:36:47 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kdebahvYNVdvRza5kJfAFcbUg5tsQqZEsc7vD8J2LFv4vs%2Bo8txpClzqI253CHjoUBHH1Xew74e6EYMFGRlG1vweKFzG1cFWsz5BGwAxWpoDov57H5h8MYuaN8wiGteoDashIr45tHcdWP1E5WERad4%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8faf1fac9ab77c6f-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1430&min_rtt=1325&rtt_var=572&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=565&delivery_rate=3052075&cwnd=252&unsent_bytes=0&cid=e729de9cf50dddfa&ts=183&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:8443 · www.ultraedgeprice.com
2025-01-01 02:36
Open service 2606:4700:3031::6815:4e30:80 · www.ultraedgeprice.com
2025-01-01 02:36
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 02:36:47 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 03:36:47 GMT Location: https://www.ultraedgeprice.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Qg%2BQhKz00IxQ6eHH7%2BbSNNK%2FRP1FRUYyQz4HSM3OQ0Yt6%2Ba6ERg5tRRH6QNuWlcQt%2F0%2FA%2F%2FnNzJ48jaMx4BVqZNXcJ1bTEuLsWpaPT2bpm3e%2Fd2Rmw%2FsWdauAD1Ti5xO98A57puGpKRYsrTwBp1N3lQffO7D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8faf1faae89ed294-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1270&min_rtt=1270&rtt_var=635&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · ultraedgeprice.com
2025-01-01 02:36
HTTP/1.1 301 Moved Permanently Date: Wed, 01 Jan 2025 02:36:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 01 Jan 2025 03:36:46 GMT Location: https://ultraedgeprice.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MD4Um0suO8ItaPKZpuIreATgm6CrcJHMmXrWWVFJiwH8i82Vx3WwLESyeNLEnCRQupuHXeh6FJB8p%2FyBpVenPRG%2FWbHNcSMy8pXpg8WNIUOXpJi2id3bYqR%2F4vQZEaDnShhkIYmbA9kZG%2BT26hjdSrg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8faf1fa948b54295-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1181&min_rtt=1181&rtt_var=590&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · gamessavvy.com
2024-12-31 16:37
HTTP/1.1 520 Date: Tue, 31 Dec 2024 16:37:22 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WvHGjl%2BiSJNBc2VT1zCyAZX3ky2JJ8ZINg%2BHoYY6yWYcRrM%2BGUwTZlbaXbZ0jg2IQJGgTMpZZvxHKXcrbAHfyS1WFylKfzazpuk9oVU%2B3dx3uRh%2FS6aBpJ%2FKBKlW%2BwV24XRuC6zYnur%2BD5rXMA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fabb19dfae636a7-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=848&min_rtt=821&rtt_var=327&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3473&recv_bytes=557&delivery_rate=4925700&cwnd=252&unsent_bytes=0&cid=9289477c35ca6c9c&ts=371&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:8443 · gamessavvy.com
2024-12-31 16:37
Open service 2606:4700:3031::6815:4e30:80 · gamessavvy.com
2024-12-31 16:37
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 16:37:21 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 17:37:21 GMT Location: https://gamessavvy.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1t9w7gLzdcMNMZLFvWCUgQ1yaOy6PmdD6iLKkzVqBn4fhlY4F2YnK%2F1OC%2FtzrEEIdLlNUcXpfGQ8SY3dGsziCju1fDICsLlInRq0YJ9Q3f9PtXpEIGn%2B5nTBXJxcGHMXrqsxt2BhjpEqR93l4Q%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fabb199aa3b4302-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2000&min_rtt=2000&rtt_var=1000&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · www.neraka4di6.xyz
2024-12-31 09:48
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 09:48:13 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 10:48:13 GMT Location: https://www.neraka4di6.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xlEXraRxHR7u35oscgYsKooZCv%2FVinnK9bkhuZig0sfLh5Wtwj0ihYAfL8bcD39Rcp%2F20qMxGsaqf7sw5zZ%2BEzlOd2uLhqtyEImz5%2BfVTV8K%2BkSm2EFBCjNmuPLEf9E5yZDLc8fsMGspisKsgXkgK0Q%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa95a47bf1618d6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1126&min_rtt=1126&rtt_var=563&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.neraka4di6.xyz
2024-12-31 09:48
HTTP/1.1 200 OK Date: Tue, 31 Dec 2024 09:48:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Set-Cookie: PHPSESSID=67d98ea4dcdf49096404d1bb55b478e2; path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=WX3XwB7PysgQjVVwHmnh9g0ZHN54yA7IcVIB2AlGOMxZ9K%2BQ4eVNuvZZ%2F%2BrkvSzxLhj08mPyOFdtXADLj3s4jJtUE83nMqrxJnGA4ZKRPFnUSIcvRuaY7QL3Jr3sT1hgwwuksTMQe%2Fch24w%2BATG1mS0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa95a499822413f-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2402&min_rtt=2227&rtt_var=960&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3102&recv_bytes=565&delivery_rate=1815895&cwnd=252&unsent_bytes=0&cid=cdf81d4a7d36e015&ts=322&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · www.neraka4di6.xyz
2024-12-31 09:48
Open service 2606:4700:3031::6815:4e30:8443 · neraka4di6.xyz
2024-12-31 09:47
Open service 2606:4700:3031::6815:4e30:443 · neraka4di6.xyz
2024-12-31 09:47
HTTP/1.1 200 OK Date: Tue, 31 Dec 2024 09:47:12 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Vary: Accept-Encoding Set-Cookie: PHPSESSID=4be9553fb09bf793727235629fce2d75; path=/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oVAF8YZV73nO7hhEXIXw62%2BjWE%2B%2Fmohoyq%2FFOubjL4WxQRpBI4b4%2B1RmeCbovhN%2BiLkb3GMgbK89kOfHSoLuFR7Kmkjx7ZfzmjouHD334onFTBcasq8bHRnQoo55WrYcRqmjXA5Qm%2FodhgkQvw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa958cbdfad1da6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=723&min_rtt=702&rtt_var=278&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3088&recv_bytes=557&delivery_rate=5760683&cwnd=252&unsent_bytes=0&cid=1a23d75905fb7651&ts=352&x=0"
Open service 2606:4700:3031::6815:4e30:80 · neraka4di6.xyz
2024-12-31 09:47
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 09:47:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 10:47:12 GMT Location: https://neraka4di6.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cU5aPmQvjrIt%2FQ3fSWt4yWgL1bVCNWKuH4hk7a0bB5HvqiKSNxg05c4G1wCzPPREEMzdkMSsnU2BuRwu6bLzxbzpGbArMY660fi9qNbQbPNZwuaTOGGRoCrW4t9wad8z4v%2BIxvGHC48wKGGmTg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa958c849fed3c2-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=812&min_rtt=812&rtt_var=406&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · solar-panels2024.today
2024-12-31 07:33
Open service 2606:4700:3031::6815:4e30:443 · solar-panels2024.today
2024-12-31 07:33
HTTP/1.1 200 OK Date: Tue, 31 Dec 2024 07:33:43 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: uuid=8540afca-a6ad-4f71-8aa3-77c46cddb64d X-Adblock-Key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_WDiZh969hY4xeZ6Lby5CMdo9Zm9keLxqr2s/ielMX0ZTrxW+s+xuyJQPj9zHOq0TbKN2I7+vo6q0MHdGjiykMQ== Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8snMVoNt%2F5rxji7uiRS%2BSTJy3P%2F4F1uD%2FMeXpjb5GiOSk2NlXem8OaLcygzoYxmzJPrPVFxUI0oK9tlUWe0zhP8%2F90qDuAGE17mjUnpcuvGrYeVymAwuaseNCtdb8pbb8FD51xISAYMmbb%2BIxl%2FsMqbskmgV"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa895437984d36a-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1322&min_rtt=1133&rtt_var=560&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3126&recv_bytes=573&delivery_rate=3569285&cwnd=252&unsent_bytes=0&cid=16802f15a61257ff&ts=168&x=0" Page title: Best Solar Companies <!DOCTYPE html> <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_WDiZh969hY4xeZ6Lby5CMdo9Zm9keLxqr2s/ielMX0ZTrxW+s+xuyJQPj9zHOq0TbKN2I7+vo6q0MHdGjiykMQ==" lang="en"> <head><script async src='https://ob.greencolumnart.com/i/2901bede9a38ca5f99dfcf13e3c0fc38.js' data-ch='cheq4ppc' class='ct_clicktrue_77557' data-uvid='8540afca-a6ad-4f71-8aa3-77c46cddb64d:as-drid-2329083206412635:5733297675:partner-dp-domainactive_40_3ph_xml' data-jsonp='onCheqResponse'> </script> <script> var obtscript = document.createElement('script'); obtscript.setAttribute('src','https://ob.togreencolumn.com/i/6e3a82979a1e73c3323cc8d1a4e46b46.js'); obtscript.setAttribute("data-ch", "cheq4ppc"); obtscript.setAttribute("data-jsonp", "onCheqResponse"); obtscript.setAttribute("class", "ct_clicktrue_59128"); obtscript.setAttribute("data-uvid", ""); document.head.appendChild(obtscript); function onCheqResponse (message) { try { var url = "https://81bx0feo6k.execute-api.us-west-2.amazonaws.com/main" fetch(url, { method: 'POST',headers: {"accept": "*/*", "Content-Type": "application/json", "origin": "https://solar-panels2024.today"}, body: JSON.stringify({"message": message, "hash": "", "domain": "solar-panels2024.today", "pid": 1 }) }); } catch (err) {} } </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="cleartype" content="on"> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport"> <meta property="og:title" content="Best Solar Companies" > <meta property="og:description" content="Best Solar Companies,Commercial Solar Companies,Commercial Solar Power,Solar Electric Company,Solar Energy Contractor,Solar For Business,Solar Providers Near Me" > <meta name="description" content="Best Solar Companies,Commercial Solar Companies,Commercial Solar Power,Solar Electric Company,Solar Energy Contractor,Solar For Business,Solar Providers Near Me" > <meta name="HandheldFriendly" content="True"> <title>Best Solar Companies</title> </head> <style type="text/css"> html { height: 100%; } body { background: #0e162e; font-family: Helvetica, Sans-serif, arial, sans-serif; text-align: center; font-size: 1rem; margin: 0; height: 100%; } .content-wrap{ width: 100%; height: 100%; padding-bottom: 0; min-height: 600px; margin-top: 0px; } @media only screen and (min-width: 768px) { .content-wrap{ background: url(https://www.relevantlinks.net/img.php/image_id/8424.jpg) no-repeat center top; } .items-wrap{ padding-top: 30px; } } @media only screen and (min-width: 425px) { .items-wrap{ padding-top: 30px; } } .main-wrap{align-items: center;} .items-wrap{ width: 100%; max-width: 520px; position: relative; margin: 0 auto; margin-top: 0px; } #adBlock1{ } #kwBlock1{ } footer{ color: #949494; padding: 2rem 1rem; font-size: .8rem; margin: 0 auto; max-width: 440px; text-align: center; } .footer{font-size:11px; padding: 30px 0px; width: 100%; color: #949494; text-align: center;} .footer a { color: #949494;} .tagline { color: #626574; font-size:15px;} </style> <body> <div class="main-wrap"> <div class="content-wrap"> <div class="items-wrap"> <span class="tagline"></span> <div id="adBlock1"></div> <div id="kwBlock1"></div> </div> </div> <footer class="footer" id="footer"> <a href="/privacy.php" onclick="window.open('/privacy.php','privacy','location=0,status=0,scrollbars=1,width=800,height=600'); return false;">Privacy Policy</a> • <a href="/tos.php" onclick="window.open('/tos.php','tos','location=0,status=0,scrollbars=1,width=800,height=600'); return fal
Open service 2606:4700:3031::6815:4e30:80 · solar-panels2024.today
2024-12-31 07:33
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 07:33:43 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 08:33:43 GMT Location: https://solar-panels2024.today/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iiaeuTBGxiOT%2FHZRu2%2BVqDBV%2BWOFjGaC%2BBeDZzGXAxayj90X7Mp0sM7ISKZJi7iDeILdwPtpgVLyj%2F6OKtjCW93Jpe2zLD2Cl4bY6LQPfNop5JJKxHygG5979oOGH%2Fs6te6gKEIB4xboMlLcNcmXaiQUeUE6"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa89541a8304d54-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=797&min_rtt=797&rtt_var=398&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · vn788f.com
2024-12-31 07:02
HTTP/1.1 200 OK Date: Tue, 31 Dec 2024 07:02:53 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Vary: Accept-Encoding Last-Modified: Thu, 26 Dec 2024 18:37:50 GMT Cache-Control: max-age=3600 CF-Cache-Status: HIT Age: 0 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HCoN5IPa%2B61YadyCooFmeLS2j%2BnfZUpMAExdcAYM9u5FDhlcTIbNFa1ZUaYUxeCNGnZo%2FhMdH7z8vgfaHQOG0YjUHTBUTOtACUkeLkUFKz9ylIzTziv8hoBB2XxzT9pLppIGpLIhgIPy"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa868178fab3869-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1061&min_rtt=1046&rtt_var=403&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=549&delivery_rate=3866156&cwnd=252&unsent_bytes=0&cid=6e2d2b2ccc531b85&ts=19&x=0" Page title: Welcome! <!doctype html><html lang="vi" class="ios" translate="no"><head><meta charset="utf-8"/><title>Welcome!</title><base href="/"/><meta name="google" content="notranslate"><meta name="color-scheme" content="light dark"/><meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/><meta name="format-detection" content="telephone=no"/><meta name="msapplication-tap-highlight" content="no"/><link rel="manifest" href="/assets/manifest.json"/><link rel="shortcut icon" type="image/png" href="/assets/icon/favicon.png"/><link rel="apple-touch-icon" sizes="128x128" href="/assets/icon/icon.png"/><link rel="icon" sizes="192x192" href="/assets/icon/icon.png"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="black"/><meta property="og:image" content="/assets/icon/icon.png"/><script type="7be486ee6e9b0a396e72b6ba-text/javascript">const fpPro = "%REACT_APP_FINGERPRINT_PRO%" === "true"; console.log("fpPro", fpPro); const appVersion = "ac32392"; console.log('version:', appVersion); let fpPromise; if (fpPro) { fpPromise = import('https://fpjscdn.net/v3/ssq6vuDBFxmksrDPRO3X') .then(FingerprintJS => FingerprintJS.load()).catch(console.error); } else { fpPromise = import('https://openfpcdn.io/fingerprintjs/v4') .then(FingerprintJS => FingerprintJS.load()).catch(console.error); } async function getFingerprint() { return new Promise((resolve, reject) => { fpPromise .then(fp => fp?.get({ extendedResult: true, device: true })) .then(resolve).catch(reject) }) } window.getFingerprint = getFingerprint;</script><script src="https://telegram.org/js/telegram-web-app.js" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><script src="https://vjs.zencdn.net/8.16.1/video.min.js" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><link href="/assets/common/scripts/neffos.min.js" rel="preload" as="script"><script src="/assets/common/scripts/neffos.min.js" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><script src="/assets/common/scripts/nimble-webrtc-player-0.12.0.min.js" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><script src="/assets/common/scripts/sldp-v3.0.1.min.js" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><script src="https://cdn.jsdelivr.net/npm/hls.js@latest" type="7be486ee6e9b0a396e72b6ba-text/javascript"></script><style>.grecaptcha-badge{visibility:hidden!important}body.welcome{background:var(--lotto-body-background,rgba(var(--ion-color-primary-rgb),.6));overflow:hidden;-webkit-font-smoothing:antialiased}.welcome .splash{height:0;padding:0;border:130em solid rgba(var(--ion-color-primary-rgb),.2);position:fixed;left:50%;top:100%;display:block;box-sizing:initial;overflow:hidden;border-radius:50%;transform:translate(-50%,-50%);animation:puff .5s 1.8s cubic-bezier(.55,.055,.675,.19) forwards,borderRadius .2s 2.3s linear forwards}.welcome #welcome{background:var(--ion-color-tertiary);width:56px;height:56px;position:absolute;left:50%;top:50%;overflow:hidden;opacity:0;transform:translate(-50%,-50%);border-radius:50%;animation:init .5s .2s cubic-bezier(.55,.055,.675,.19) forwards,moveDown 1s .8s cubic-bezier(.6,-.28,.735,.045) forwards,moveUp 1s 1.8s cubic-bezier(.175,.885,.32,1.275) forwards,materia .5s 2.7s cubic-bezier(.86,0,.07,1) forwards,hide 2s 2.9s ease forwards}#logo{position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}#logo img{width:120px;margin-bottom:12px}#logo .skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:rgba(var(--ion-color-tertiary-rgb),.2);margin-bottom:30vh}#logo .skeleton-box::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background:rgba(var(--ion-color-tertiary-rgb),1);animation:shimmer 2s infinite;content:''}@keyframes shimmer{100%{transform:trans
Open service 2606:4700:3031::6815:4e30:80 · vn788f.com
2024-12-31 07:02
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 07:02:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 08:02:53 GMT Location: https://vn788f.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ka6R41tqd%2B7sV6286jEuk36%2BqCE0O%2BaEsjlhePpi%2FiPrMAwe%2BGqqW7w4zNwC5IS5JcyNttD8707QctpeZEnkNGl02UUizDwAhlXQ4uT21xTI3L3R3eboQ5JlTUjcxmoh%2F9gGYAvsjIjD"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa868156f5f79c7-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2614&min_rtt=2614&rtt_var=1307&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=205&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · vn788f.com
2024-12-31 07:02
Open service 2606:4700:3031::6815:4e30:8443 · affiliateprelauncher.com
2024-12-31 04:45
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 04:45:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 05:45:05 GMT Location: https://superaffiliatefunnel.com/?aff=12205&src=mmm Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p730ekqmdD%2BBswoW6rdNQ8k5ALbKAyUEsyzAAO0IWV1NZJFvo4AppyynhnAC6xqx6WmtpsDijuYcbzbsfrxcQwqy2VlNljtzB%2BR%2FCpWcyJ8DW%2Feu3Q3OOlqypwG8bLS5FERMrDGItP9jOD4van7EslaBLjhKar0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa79e3ccdb3d3ae-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · affiliateprelauncher.com
2024-12-31 04:45
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 04:45:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 05:45:05 GMT Location: https://superaffiliatefunnel.com/?aff=12205&src=mmm Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=yd4nK%2B%2BWqxqaXu96LA9wyv9i4PGdgVCARyesCEOmwh1K5Uv%2F8U9nAlPCpr3p9Hu1jgEyQhB6pL4LcyEi3YnBKiNsc3ZM10nzHBWhIlZqxN9eHYcJRH9MObuyFtryr%2FSFbUjXd%2BcOVB9esx6YI%2BosL6wD4UL6pN4%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa79e3a3f9c5d8e-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · affiliateprelauncher.com
2024-12-31 04:45
HTTP/1.1 301 Moved Permanently Date: Tue, 31 Dec 2024 04:45:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 31 Dec 2024 05:45:05 GMT Location: https://superaffiliatefunnel.com/?aff=12205&src=mmm Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tSa2aqcqf%2BpyzS7PwRGcP%2FJp68rOnFqCpNwy32aGQTm8PB%2F7vtozTdHdPAHl%2FUcFQoHgBrjsOiwfBCsy75QvjZoR%2FiqNE1mRccIoCHT3be%2FKA4YTYrwdwv3iOraecRLC2A2a739NzW%2FUtr2irwyWV4f4Y5ZzUQI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa79e3a3a6439e8-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · ipv6.flazzshop.com
2024-12-30 23:33
HTTP/1.1 521 Date: Mon, 30 Dec 2024 23:33:12 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5c%2BVhZv5%2FhEFDPrncT5a9jT433Bhq1ojxxjcewxdztlD36QfaD7jV3ZZB2rv1mXDvuX1cLPNTQ9h6WLTcZWcUIhgHwEZGmdS0afgniqQV19CWHe9vrFdhSAtiElJ8MVuv5jEsvkCATZQZeaBS5cmjU0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fa5d5630cc6cdea-SIN alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=942&min_rtt=885&rtt_var=373&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=565&delivery_rate=4569491&cwnd=252&unsent_bytes=0&cid=cfb9427039bde391&ts=27&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · ipv6.flazzshop.com
2024-12-30 23:33
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 23:33:13 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding vary: Accept-Encoding Cache-Control: no-cache, private Set-Cookie: XSRF-TOKEN=eyJpdiI6ImdScWcwMTJUdGVYUE51NTIvTHBLUnc9PSIsInZhbHVlIjoiSmxPTGE2cWNLMHVVbmdoY2Zwakg1NGl2UVhqU0NJSlk0V0svS3RPcysyMVZGNkJ6NkpRRHFHWW5VUmVaelA0NWFTaW9jeW9jZW5jbXV2ZzhNdDZGWnAreWVqWmJkL0FZamlFb2J5UUhoZUFjUWpZVm5KRktwaGRQMWlxQ053bGQiLCJtYWMiOiIxMzU2OWMyZDM0NTNhNWMwMDExNDlhYzNhM2JlMWQ5YTYzOTQ1YjgxNTljNjViMjg1MjYwMGUwYTgzNTA4ZmU1IiwidGFnIjoiIn0%3D; expires=Tue, 31-Dec-2024 01:33:13 GMT; Max-Age=7200; path=/; secure; samesite=lax Set-Cookie: flazzshop_session=eyJpdiI6ImdjbHE4ZjJxUGJoNHVkUnFpcVZwelE9PSIsInZhbHVlIjoiSHpSaElGZFVBeEJFSm1NeEQ0NVFFN09FZzFaNFhCVEsvNnhMTFdKYnZad1RHY20xUjMyczI0Q1ExYXcxM3UyeUFNNzVWMUhNUWlHN0Vndmg2NldBaEJaVE8xd04rc3dNcW9uVXl3NXg2VjV1eUk0K0hzclB2ZGN0QllVZC81WjciLCJtYWMiOiI3NTFiNDZmZDM1YmJiYjhmODAyNTc4MGNkMzA1ODA4ZWZiM2VkNWFlMTQ4OGUzZWE4NjYxOTlkYzI3MWYzOTAyIiwidGFnIjoiIn0%3D; expires=Tue, 31-Dec-2024 01:33:13 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax permissions-policy: browsing-topics=() strict-transport-security: max-age=63072000; includeSubDomains; preload x-dynamic-cache: MISS alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8TTsJRdkNsBdMEWTbwMOWMry6Rn6Ssik6TTqqmgmIK1yGJu%2BB6jUR116p2vI4ZO5FfVcwIO%2BxsdgIZi2pgX5w79yr4m0lik0Pp0PyN16xv%2FO2GwYO5cvJ%2Fq6SwkYcVJ3CkLquCDLlAYvaeSmc1HgjYY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa5d5631f2fec6b-SIN server-timing: cfL4;desc="?proto=TCP&rtt=930&min_rtt=909&rtt_var=356&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=565&delivery_rate=4448844&cwnd=252&unsent_bytes=0&cid=49e450e18514b0dd&ts=289&x=0"
Open service 2606:4700:3031::6815:4e30:80 · ipv6.flazzshop.com
2024-12-30 23:33
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 23:33:12 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: https://ipv6.flazzshop.com/ Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Dynamic-Cache: HIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ai27ucFQZ0BywR3VjImLOU92EgSTxUQJF%2BWjKk%2BKMcO5solCCe8LZPUu%2Bv8P3c0znrtgdD%2BVv24ghIQ5hrHtSKQQq7fqhGnK2xTpTydxWjrvaDJ5jEJxaJ4PlXRnsRFHAXqNr1NbrXHRL0h1K%2FBIEIQ%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa5d5611bf7919f-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=931&min_rtt=931&rtt_var=465&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://ipv6.flazzshop.com/">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · www.flazzshop.com
2024-12-30 23:33
HTTP/1.1 521 Date: Mon, 30 Dec 2024 23:33:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=F%2FEzENKbCWU47oO7PvTbNUDZe2YLrdgPXiPQTDhjSbnRGWXdKWASVRDaGUCuoO%2FhvszDlHszzlzmxDibWGH21puLraBVBjoUgUx83%2FalrRrl68kdox585ZOAkkksYXbYi31QO2jetxGyJaYdzFbVFA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fa5d562c8b6d005-SJC alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1423&min_rtt=1366&rtt_var=553&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3101&recv_bytes=563&delivery_rate=2960468&cwnd=252&unsent_bytes=0&cid=1d025b98e76954b9&ts=377&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · www.flazzshop.com
2024-12-30 23:33
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 23:33:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding vary: Accept-Encoding Cache-Control: no-cache, private Set-Cookie: XSRF-TOKEN=eyJpdiI6ImNLTk9qNXFXcGhha3lyQ0ZPSE9BQ1E9PSIsInZhbHVlIjoiUFIwblpjT25UWFUrUVFIVlFDVlFqZEE5QUlrSk1XU0dKMXdLMUJzNDhjRHRPaVZRNTlzc3g2bi8zcVZ3Rk1rRzY2MEpIWjRiNWpXejQ2bCtPOWJHNHMxNlVMYmJmOTJ4cDIxc2NoaHJCaHV2THN1MkhwdzgrVlBvVmNERDA1VE4iLCJtYWMiOiJkZWZjN2NjOTYzOTA2OTgzMjYyNGYwMDQ2NzljYzA2NzE2MzYwNzg0MTQ4YjNjMGE2NWY5OTMwZDkzZWYwMGU5IiwidGFnIjoiIn0%3D; expires=Tue, 31-Dec-2024 01:33:14 GMT; Max-Age=7200; path=/; secure; samesite=lax Set-Cookie: flazzshop_session=eyJpdiI6Ikp4NW04L3VBVzE3WnhGNTVRcWt2RHc9PSIsInZhbHVlIjoiYTNRQ041bGpFUjBVRGVCbnhvU0dvekNtSk9DZlo0Tk4xZlNqNmw4N2dxbmI3bkFsZzFrZi84WWtaVzR2aXdlcmRPT1FiUGVoa2ZHZ3g3Q253MlU2ajkyaVB5amZtNDhXbnpOZmxCSnpTV0pQcDZJc3NCNTcxWXg1SEQ0YjFwMHQiLCJtYWMiOiIzNmFhNjgxNmNhN2Q0YTlkYjQ3NjA5MGNiMGYyOWI0ZWJjMzM2NDk2NGM0NjMyZDY2MTA2YmMwMTJjNDdmZDI1IiwidGFnIjoiIn0%3D; expires=Tue, 31-Dec-2024 01:33:14 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax permissions-policy: browsing-topics=() strict-transport-security: max-age=63072000; includeSubDomains; preload x-dynamic-cache: MISS alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FWFWRmpXX%2BLr0B4q9m70Tt6Q%2B2bH6m1YJ1n5v4KxQljJYhlsQWERMepQtlMDa0Qp%2F5CfqCVNRW8kfdKtbID2VvRYsCwDno9p0%2BVBSX9Wxel61LdNj18FCLVRs1l3IZVmYUq00EBf1Owo%2BwV6ay3gDw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa5d5667dd853b8-ATL server-timing: cfL4;desc="?proto=TCP&rtt=617&min_rtt=589&rtt_var=241&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=563&delivery_rate=6865874&cwnd=252&unsent_bytes=0&cid=84b570e706dde34e&ts=911&x=0"
Open service 2606:4700:3031::6815:4e30:80 · www.flazzshop.com
2024-12-30 23:33
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 23:33:13 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: https://www.flazzshop.com/ Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Dynamic-Cache: HIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qZ1RyjwzPw5gavrmqfNEXzcj3%2FMv0TpNlZmcyWpmjMKGHm7WztCKPTSAnktVhj7CNMG5BdPXSDVGhpfQT9%2FUY71YwYUsVo2qeO7H2%2FGJDD0pml09FTj%2F2ibERUnka9sy74uGo1rKYqukpg6oo5KOrQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa5d5624bc7ebb5-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=809&min_rtt=809&rtt_var=404&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://www.flazzshop.com/">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:443 · www.renewedgev.com
2024-12-30 21:32
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 21:32:37 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.2.26 vary: Accept-Encoding platform: hostinger panel: hpanel content-security-policy: upgrade-insecure-requests x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=y2egBDhQbSsKxQM0Xvq8C4Jfanu961wzYva1NeAp1JBT3Xj4Rr3rFmmHjvOEYBNcG7vPF%2BIBMJZ%2BpOC5xOPraRCx6hU5DnX2Q2SQsDD0c%2Ftccfg6Q5KXbhRgkRfSrvtvQg6cI9pE2wO2b6HIqR9jU5k%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa524bbcbbfbd7d-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1861&min_rtt=1832&rtt_var=745&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3470&recv_bytes=565&delivery_rate=1956458&cwnd=252&unsent_bytes=0&cid=2d3df44c19a46836&ts=419&x=0" Page title: Страница по умолчанию <!DOCTYPE html> <html lang="uk"> <head> <title>Страница по умолчанию</title> <link rel="icon" type="image/x-icon" href="https://hpanel.hostinger.com/favicons/hostinger.png"> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta content="Страница по умолчанию" name="description"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet"> <style> body { margin: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100vw; height: 100vh; min-height: 675px; background-color: #F4F5FF; } p { width: 100%; left: 0px; font-size: 16px; font-family: 'DM Sans', sans-serif; font-weight: 400; letter-spacing: 0px; text-align: center; vertical-align: top; max-width: 550px; color: #727586; margin: 0px; } a:hover { cursor: pointer; color: #673DE6; text-decoration: underline; } h1 { font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 0px; text-align: center; margin: 8px; } .content { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .ic-launch { margin-left: 10.5px; width: 21px !important; height: 20px !important; } .link-container { margin-top: 32px; margin-bottom: 32px; } .link { display: flex; flex-direction: row; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 14px; color: #673DE6; margin-top: 8px; text-decoration: none; } .main-image { width: 100%; max-width: 650px; max-height: 406px; height: auto; } .navigation { width: 100%; height: 72px; display: flex; margin: 0; padding: 0; flex-direction: row; align-items: center; justify-content: center; background-color: #36344D; } @media screen and (max-width: 580px) and (min-width: 0px) { h1, p, .link-container { width: 80%; } } @media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) { .link-container { margin-top: 12px; } h1 { margin-top: 0px; margin-bottom: 0px; } } </style> </head> <body> <nav class="navigation"> <a href="https://hpanel.hostinger.com" rel="nofollow" target="_blank"> <svg width="150" height="30"
Open service 2606:4700:3031::6815:4e30:8443 · www.renewedgev.com
2024-12-30 21:32
Open service 2606:4700:3031::6815:4e30:80 · www.renewedgev.com
2024-12-30 21:32
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 21:32:37 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close location: https://www.renewedgev.com/ platform: hostinger panel: hpanel content-security-policy: upgrade-insecure-requests x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ymyYeQKzBhC1etc37uknfh3MhHP7mzV0dJANGsKHEhnmWgSVrxFKrODh%2FEAu8ejTXMGGJzNpOIEI3zpbVkYFecZV0ChMRe6wZzO2dP09wKDVzQDP4D7QalUozyoCiCVAEv3GLxdbC%2BQRiood05xcQ%2F8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa524baca0e9400-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2708&min_rtt=2708&rtt_var=1354&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE html> <html style="height:100%"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title> 301 Moved Permanently </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head> <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;"> <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;"> <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1> <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently </h2> <p>The document has been permanently moved.</p> </div></div></body></html>
Open service 2606:4700:3031::6815:4e30:443 · renewedgev.com
2024-12-30 21:30
HTTP/1.1 400 Bad Request Server: cloudflare Date: Mon, 30 Dec 2024 21:30:17 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · renewedgev.com
2024-12-30 21:30
HTTP/1.1 400 Bad Request Server: cloudflare Date: Mon, 30 Dec 2024 21:30:16 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · renewedgev.com
2024-12-30 21:30
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 21:30:17 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.2.26 vary: Accept-Encoding platform: hostinger panel: hpanel x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1VpqZ2MNUzr3i8Ipjxsep7GZi398AJz9CfxGAr4o7KgLxGsUWiYl5wRHEYI%2FCyrztVYpQobiAu3OKYoXGyQ0a4YrtRoJLQx0aRAJ5DoI%2FbDOrQx9Mi6nzjap2K6KIo5vYtB%2FXqW3F%2BrT%2BcWQtg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa52151f9febeff-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2847&min_rtt=2847&rtt_var=1423&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Страница по умолчанию <!DOCTYPE html> <html lang="uk"> <head> <title>Страница по умолчанию</title> <link rel="icon" type="image/x-icon" href="https://hpanel.hostinger.com/favicons/hostinger.png"> <meta charset="utf-8"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta content="Страница по умолчанию" name="description"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link href="https://fonts.googleapis.com/css2?family=DM+Sans&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap" rel="stylesheet"> <style> body { margin: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100vw; height: 100vh; min-height: 675px; background-color: #F4F5FF; } p { width: 100%; left: 0px; font-size: 16px; font-family: 'DM Sans', sans-serif; font-weight: 400; letter-spacing: 0px; text-align: center; vertical-align: top; max-width: 550px; color: #727586; margin: 0px; } a:hover { cursor: pointer; color: #673DE6; text-decoration: underline; } h1 { font-family: 'DM Sans', sans-serif; font-size: 24px; font-weight: 700; letter-spacing: 0px; text-align: center; margin: 8px; } .content { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; } .ic-launch { margin-left: 10.5px; width: 21px !important; height: 20px !important; } .link-container { margin-top: 32px; margin-bottom: 32px; } .link { display: flex; flex-direction: row; align-items: center; justify-content: center; font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; font-size: 14px; color: #673DE6; margin-top: 8px; text-decoration: none; } .main-image { width: 100%; max-width: 650px; max-height: 406px; height: auto; } .navigation { width: 100%; height: 72px; display: flex; margin: 0; padding: 0; flex-direction: row; align-items: center; justify-content: center; background-color: #36344D; } @media screen and (max-width: 580px) and (min-width: 0px) { h1, p, .link-container { width: 80%; } } @media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) { .link-container { margin-top: 12px; } h1 { margin-top: 0px; margin-bottom: 0px; } } </style> </head> <body> <nav class="navigation"> <a href="https://hpanel.hostinger.com" rel="nofollow" target="_blank"> <svg width="150" height="30"
Open service 2606:4700:3031::6815:4e30:80 · www.akilischool.com
2024-12-30 20:31
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 20:31:01 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close location: https://www.akilischool.com/ vary: User-Agent x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=V7HaanwdP4B%2B5Ps6xnxDxryij7UE3%2FRFXGaO6z9wrrLnPH1FexCf9FPbKghCLTKwQssEnMtlqorRnjB6MUvQwUPzDggvbf32Hj%2FC9u5FMeXl6vEZGej27EDS1NYioii4E7mE3%2BpwK5duz8PYRImLJF1V"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa4ca80ed72655c-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1775&min_rtt=1775&rtt_var=887&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE html> <html style="height:100%"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title> 301 Moved Permanently </title></head> <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;"> <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;"> <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1> <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently </h2> <p>The document has been permanently moved.</p> </div></div></body></html>
Open service 2606:4700:3031::6815:4e30:443 · www.akilischool.com
2024-12-30 20:31
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 20:31:02 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Cache-Control: max-age=0, must-revalidate, no-cache, no-store, private pragma: no-cache expires: Fri, 01 Jan 1990 00:00:00 GMT Set-Cookie: XSRF-TOKEN=eyJpdiI6IjI2Ry82MEpGZnZlbXpjUjlZWWU4WXc9PSIsInZhbHVlIjoidW1SeGdZWG9xa2Z3R3lIc0kzZWZQelNDSnI3bmlVd2RXYkFGTjVwTGh5Y0pzVEI1NkNWR05iOWtIbjJvaHl5Sk4xTGI2d1RVR2paMGRONmtwOFIxOU16YzFDWUcySlhSZVZsNkUrbHFIZ04rN1VqbGNXeUNWV29OUlVMQUdkOWciLCJtYWMiOiIxNDhiMjU3MWVlN2NhNjBmNGRmYzM2YTEwZWVkMzJkY2E0YzRiZjE2OWY0NGFlMmM1M2E1NjIyNTFlNzg3NzVmIiwidGFnIjoiIn0%3D; expires=Mon, 30 Dec 2024 22:31:02 GMT; Max-Age=7200; path=/; samesite=lax; secure Set-Cookie: akili_school_session=eyJpdiI6InJTRHkzQWdTMkpUaU1GWHdFTVRrclE9PSIsInZhbHVlIjoiNjVESWJPU1RVZWVZckJDRjBDMjRRdk9kdWtyalZybUtFTGVrQzcydkNNRGd1RDBDNHl6c1NOSTBGcFhlK2sxVHRCUVdYcHFkYy94SW8ydnVWeU40dTR4dzJaU3FGMTIyT0FQVDFYZ1l6MmhYYXkyYThsckR0ajlBTTNNOURVL04iLCJtYWMiOiIzNGJhMmQ4ZDI2MmZjODVjNmQ2Mzk3N2YzMDFkZWI1MWVlOTlhMGUzZWRjMWU3ZTJjYWVkNGZjMDk4ODM5ZmVhIiwidGFnIjoiIn0%3D; expires=Mon, 30 Dec 2024 22:31:02 GMT; Max-Age=7200; path=/; httponly; samesite=lax; secure vary: Accept-Encoding,User-Agent,User-Agent alt-svc: h3=":443"; ma=86400 x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hKQqLnrrqwQ3IN5D4W0JJuDTNqT7owQc3GdaATFI%2BTwPjGJkxwX0QCzlzj58oS8BLzwL4OXSf5KyyhWGlaxibh2aj1wxjVYQGcIqU%2BZTnKkUcf%2B5qEklk%2FX1ts8pZauC2PnPBWF4QnPy2FTUGyTcqFhz"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa4ca84cdd128a1-AMS server-timing: cfL4;desc="?proto=TCP&rtt=3417&min_rtt=1334&rtt_var=4666&sent=6&recv=7&lost=0&retrans=1&sent_bytes=4236&recv_bytes=567&delivery_rate=225418&cwnd=252&unsent_bytes=0&cid=44e372978e4423f3&ts=712&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · www.akilischool.com
2024-12-30 20:31
Open service 2606:4700:3031::6815:4e30:80 · bnd-dienste.de
2024-12-30 16:44
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 16:44:08 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Wed, 25 Dec 2024 09:17:04 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=c2gy%2B22wMV24VMDo5xBdsrMhbQTDTEwFg0VJyQsEQhE2TYC0D0NxMU1jW5hUhb2uMB%2FVefAoJRH66Vjd7LrR1frKVC5BC7GITXfvQZ9%2BWceM9LN9X5adKgh6uCv4HEshl%2BSNVakBznBvzRqkkw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa37e294aa1dbf8-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=856&min_rtt=856&rtt_var=428&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Welcome to nginx! <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://nginx.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://nginx.com/">nginx.com</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · bnd-dienste.de
2024-12-30 16:44
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 16:44:08 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Wed, 25 Dec 2024 09:17:04 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iLeP7XqTJSBSUKpXegoHS%2FIgOXPCfek09gEXrbryr55Rg9T6R%2BXXgNL6n0fdyCAbeJNxF0AxIyB0M%2Bjsi%2FcvLAokOe91DZExO%2BJT5GWb2CweyMAqeB6dlu2LErZUyaktTC7545Vy4qmDw4C9WA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa37e297c088f38-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=905&min_rtt=660&rtt_var=422&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=557&delivery_rate=6127272&cwnd=252&unsent_bytes=0&cid=d6346067cfcfe66b&ts=36&x=0" Page title: Welcome to nginx! <!DOCTYPE html> <html> <head> <title>Welcome to nginx!</title> <style> html { color-scheme: light dark; } body { width: 35em; margin: 0 auto; font-family: Tahoma, Verdana, Arial, sans-serif; } </style> </head> <body> <h1>Welcome to nginx!</h1> <p>If you see this page, the nginx web server is successfully installed and working. Further configuration is required.</p> <p>For online documentation and support please refer to <a href="http://nginx.org/">nginx.org</a>.<br/> Commercial support is available at <a href="http://nginx.com/">nginx.com</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · bnd-dienste.de
2024-12-30 16:44
HTTP/1.1 521 Date: Mon, 30 Dec 2024 16:44:08 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=v3pKMmvFv9cq9Zz%2BM1LbC3XnLCaKGqS9NDlPwrMOB%2Fsne60j0K4XVVrwRxjIvGkBILfegA58vrKkggVe5BaY6stheces6AADU2fxGpRYXfFkC%2BB5yhXNKGLeFzRJsDZedlLVYrEdOxqHiLp0jg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fa37e293c01dccd-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=820&min_rtt=813&rtt_var=310&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3107&recv_bytes=557&delivery_rate=4974169&cwnd=252&unsent_bytes=0&cid=56b13decdfeb2fcf&ts=17&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · flazzshop.com
2024-12-30 16:32
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 16:32:19 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close vary: Accept-Encoding vary: Accept-Encoding Cache-Control: no-cache, private Set-Cookie: XSRF-TOKEN=eyJpdiI6ImM1blkwdVFDVFc3UmRPM1FLcnlYYmc9PSIsInZhbHVlIjoiQ2YwQVJlSmxveHMxQ0s0VEdtR1BPeCtHbGFqZEpvZmZRdzRJM3JpejdyMDJTcXBhQVVHeWxXV1Y5RkR2UHllbmtRUzFpcGlXOEhmVjNVWmJKd0l5L1lVc0F2U1J2MDVpQ3BnREV1M2tPNytKRGdVbDBMTzdoRXpBYlRIcTFJdXkiLCJtYWMiOiIxOTNlMDc1YjRlNzE1MDc3OWJkZGY3YzlkNDZjZmQzY2RmZGNiNWRlZDRhMzQzM2FjMTc2YTEwMTFjNGJmMDgyIiwidGFnIjoiIn0%3D; expires=Mon, 30-Dec-2024 18:32:19 GMT; Max-Age=7200; path=/; secure; samesite=lax Set-Cookie: flazzshop_session=eyJpdiI6ImlSaFUzZmxPdUx4MFhFVmVyb0kxT2c9PSIsInZhbHVlIjoid3JNbU1GczNLbUwyVzRUcU5kcjVaRTVzaGdLSkVyYmQvOTJ2TExHM2FEWHNWKzJmL3QvVERWS3BHTkhFaVR1ZWlCcFgwdnhvNDNEeFJSd0IzS3hCb29ybUF1Wkw4Z2NaRkk5eG9Jc0JxYkNNdVg4ZlhValVtQVllY0pDUU9ldHMiLCJtYWMiOiJlMTk3ZmEyNTVkMDczNDk3NThmYmM4MGY5MDY5ZTg2YTY0MDZkNGEyZjVmYzBjZmIxZjJkMTU1MGI0NDJjN2RmIiwidGFnIjoiIn0%3D; expires=Mon, 30-Dec-2024 18:32:19 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax permissions-policy: browsing-topics=() strict-transport-security: max-age=63072000; includeSubDomains; preload x-dynamic-cache: MISS alt-svc: h3=":443"; ma=86400 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6Rgi3sDW5ukeQkBqqgCdabXlS7X1x1f%2B12c9GeQGMnjQLFKMy8HNe28BKZsISGPVgHs6Fg1YUB44cMxrTO1Gv%2FgnJyreoymMLXYK1%2FI%2BohO7IlmFaQuYBZviqVD4jWAxKlUcv9oWDmFpu0qT"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa36cd61b95eb2c-SJC server-timing: cfL4;desc="?proto=TCP&rtt=1310&min_rtt=1299&rtt_var=510&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=555&delivery_rate=2909352&cwnd=252&unsent_bytes=0&cid=666f1625873bc1c7&ts=837&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · flazzshop.com
2024-12-30 16:32
HTTP/1.1 521 Date: Mon, 30 Dec 2024 16:32:17 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hLEtZgMzZAhLs4D2atiwPmjKW0iZBfwEBj0MuZZ2EQyzrLT9EIWGPygHi5gqJj2biAAYZzeaVH9SsyUjACgmiKkW8OV6zXEzAHPr0CpMQeoyO4bcP3jPi4J4i9Vzjpp3a4bY4ZH4ABi3KYCT"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8fa36ccd893515fb-SJC alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1440&min_rtt=1244&rtt_var=607&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=555&delivery_rate=3250803&cwnd=252&unsent_bytes=0&cid=adea4bee044972e6&ts=383&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · flazzshop.com
2024-12-30 16:32
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 16:32:15 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: https://flazzshop.com/ Strict-Transport-Security: max-age=63072000; includeSubDomains; preload X-Dynamic-Cache: HIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=peGlk%2BOeilO%2BScFZonc7wSr%2FOZhNBNIdfFa3u%2FJru2hn4uiFAKJtiI%2FtYvLAM8gWqh%2BQvxFcLDkyl8O8Wqum9ktyc80ySlngun7yPYB5NXeucvGftAJ7A1e%2BV0ErSv0PkqNivD8Ee7Ln5Aqk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa36cc14f2fce0e-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=796&min_rtt=796&rtt_var=398&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://flazzshop.com/">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:443 · pw.chaos.claims
2024-12-30 16:27
HTTP/1.1 200 OK Date: Mon, 30 Dec 2024 16:27:39 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Cache-Control: public, max-age=600 expires: Mon, 30 Dec 2024 16:37:39 GMT x-content-type-options: nosniff x-content-type-options: nosniff x-frame-options: SAMEORIGIN permissions-policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=() referrer-policy: same-origin x-robots-tag: noindex, nofollow x-robots-tag: none x-xss-protection: 0 x-xss-protection: 1; mode=block content-security-policy: default-src 'self'; base-uri 'self'; form-action 'self'; object-src 'self' blob:; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; child-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-src 'self' https://*.duosecurity.com https://*.duofederal.com; frame-ancestors 'self' chrome-extension://nngceckbapebfimnlniiiahkandclblb chrome-extension://jbkfoedolllekgbhcbcoahefnbanhhlh moz-extension://* ; img-src 'self' data: https://haveibeenpwned.com ; connect-src 'self' https://api.pwnedpasswords.com https://api.2fa.directory https://app.simplelogin.io/api/ https://app.addy.io/api/ https://api.fastmail.com/ https://api.forwardemail.net ; strict-transport-security: max-age=63072000;includeSubDomains; preload x-served-by: pw.chaos.claims cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zt3G8YOKkKsIgSdFeCG7S0EHOMDPrjcZyXuNkU65QhyOVPXkX4DL9AGIHOb9im74AZWo4Dv8j0ZeF6iWV8b%2Fxf6KqXGaQxzPizCuNcOTjeiAPa9NWjhb1MYc8r%2Bc9ByiIO3j%2BZnQkGuYxb503Lo%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa36600dd2641de-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=955&min_rtt=893&rtt_var=379&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=559&delivery_rate=4528555&cwnd=252&unsent_bytes=0&cid=e5bbe968836887e1&ts=355&x=0" Page title: Vaultwarden Web <!doctype html><html class="theme_light"><head><meta charset="utf-8"/><meta name="viewport" content="width=1010"/><meta name="theme-color" content="#175DDC"/><title page-title>Vaultwarden Web</title><link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"/><link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#175DDC"/><link rel="manifest" href="cca56971e438d22818d6.json"/><script defer="defer" src="theme_head.4cb181fc19f2a308ba73.js"></script><link href="app/main.62a346fdfb5b10f77c32.css" rel="stylesheet"></head><body class="layout_frontend"><app-root><div class="mt-5 d-flex justify-content-center"><div><img class="mb-4 logo logo-themed" alt="Vaultwarden"/><p class="text-center"><i class="bwi bwi-spinner bwi-spin bwi-2x text-muted" title="Loading" aria-hidden="true"></i></p></div></div></app-root><script defer="defer" src="app/polyfills.575bcaf3121104d1c55d.js"></script><script defer="defer" src="app/vendor.0d3c724de0f2ab138712.js"></script><script defer="defer" src="app/main.7c1287a291f3bb48f2e0.js"></script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8fa36600dd2641de',t:'MTczNTU3NjA1OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body></html>
Open service 2606:4700:3031::6815:4e30:8443 · pw.chaos.claims
2024-12-30 16:27
Open service 2606:4700:3031::6815:4e30:80 · pw.chaos.claims
2024-12-30 16:27
HTTP/1.1 301 Moved Permanently Date: Mon, 30 Dec 2024 16:27:35 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 30 Dec 2024 17:27:35 GMT Location: https://pw.chaos.claims/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xqIRrljRDaBIPnrCwvnanDeG9fnjIQ8g0NPygFAuH8GvsrdmG9wk8jaARfNGxPuKUEzG7bUb489HQmC84Xy6AQBxiyNEew14Zem25JGBTz1gbeOK6a%2Bb%2FruWhScrJRLC4y4qouoNNuWf0mFyAlU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8fa365e9e95e43e9-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2017&min_rtt=2017&rtt_var=1008&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · proxy.mooncake13151514.workers.dev
2024-12-24 07:18
HTTP/1.1 404 Not Found Date: Tue, 24 Dec 2024 07:18:13 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 13 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=QEX4vnlc339BAvb7KMp09nvpf8zI%2B4CSNU5u17xyaQOew83xhIw5yfeIiV0YBOcYvk8JNvuG8MJqYbHf%2FOLhuo8ZlEhgb2%2BibFGvByXN5ICsZnANKpAgbw6Bh0b41yfmAAoI%2F%2BDPJKoQOueI1C6Tjuq2LGMN7BcpV8%2Faj3EjQvWa"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ed0ed5ac746b3-BOM alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=19666&min_rtt=19551&rtt_var=7414&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3146&recv_bytes=597&delivery_rate=206843&cwnd=252&unsent_bytes=0&cid=5fcaefc7542905f4&ts=187&x=0" 404 Not Found
Open service 2606:4700:3031::6815:4e30:443 · proxy.mooncake13151514.workers.dev
2024-12-24 07:18
HTTP/1.1 404 Not Found Date: Tue, 24 Dec 2024 07:18:12 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 13 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xHgDDswR64%2BmQhbUdRbq6P2EdaKJaphaNHlbNybcTIdqNps0R5WbGMngAmvWWU8u7iZ3rCT8DRmQTUlyhkNxTpVQegGswhFagkksEMt1iY%2FdFuq%2Bb6vQqcQNqQjszkmNG2zPwtjOW%2FiP4hZDo2QNgujdQG1CqDAZIcSzr88WmUHk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ed0e87b9fbea6-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1579&min_rtt=1577&rtt_var=595&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3145&recv_bytes=597&delivery_rate=2537013&cwnd=245&unsent_bytes=0&cid=bf8af5f17b46aaca&ts=79&x=0" 404 Not Found
Open service 2606:4700:3031::6815:4e30:80 · proxy.mooncake13151514.workers.dev
2024-12-24 07:18
HTTP/1.1 404 Not Found Date: Tue, 24 Dec 2024 07:18:12 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 13 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=84JodnB0XmkPAQujhtPd9rgXqCh5iuiVBWzhFYat%2BYkdQBGATIJS2Mpl6buR5eXvX7gEZtrFln0El3yQguMd2Yg3H%2BOUN7UgP8yF9VGQbcNJF0k9OoLmTUL6fuPjeWzpXBiqIStkfBsz3lhnpo1Vdj3ZO%2FH5DkTsTTjlPjZr5AlZ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ed0e81f54ef0b-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1931&min_rtt=1931&rtt_var=965&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=229&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" 404 Not Found
Open service 2606:4700:3031::6815:4e30:8443 · www.bblezebre.com
2024-12-24 04:20
Open service 2606:4700:3031::6815:4e30:80 · www.bblezebre.com
2024-12-24 04:20
HTTP/1.1 301 Moved Permanently Date: Tue, 24 Dec 2024 04:20:03 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 24 Dec 2024 05:20:03 GMT Location: https://www.bblezebre.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=nZjZct9NiB6QvYSVO9sKvHG5rXbKgEv84xFq%2Fn%2BI2%2FqhFWl5f%2FZcHT5askb4wwuh9ZNWJdHwJhQJFCdA69hhO3HdF1zJ4FSAS3WPGDRXoMdNL%2BV6ledxxUdmDX7yMPg%2FnCuskXm2tsjfevMZVWkTcQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6dcbef3976d27d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1171&min_rtt=1171&rtt_var=585&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=212&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.bblezebre.com
2024-12-24 04:20
HTTP/1.1 200 OK Date: Tue, 24 Dec 2024 04:20:03 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Last-Modified: Tue, 24 Dec 2024 04:06:50 GMT Vary: Accept-Encoding,User-Agent Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cL4G7Wg0RBRWbZxz9zIXujJcTt3R4NHJjUfPIlBuSzubFbtFVMRwFJrk%2B2WP%2FElZsiZr0MnMhmvT70SooPNVSSuy5LwHKBGkXaqedH88bj4PYBO7dd7yT0D2CYKt5BIH1UP%2FB1LHa4oty4ljlelNtg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6dcbf0697dd2f6-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=933&min_rtt=863&rtt_var=374&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=563&delivery_rate=4685979&cwnd=252&unsent_bytes=0&cid=8dc141d2ccea35cb&ts=203&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · bblezebre.com
2024-12-24 03:54
HTTP/1.1 400 Bad Request Server: cloudflare Date: Tue, 24 Dec 2024 03:54:44 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · bblezebre.com
2024-12-24 03:54
HTTP/1.1 301 Moved Permanently Date: Tue, 24 Dec 2024 03:54:44 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 24 Dec 2024 04:54:44 GMT Location: https://bblezebre.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9dnabyW4zmdh4VRjHjj%2Bjf76fHM4Cgvj3DboBy6IYLPsb9ZkZh%2FZb32QAoKE8yyor2dasyA%2B43wsaFk68483ifSiCCe%2BbaWQYWa0GQO6V1Yl2NONn7x99Mi%2FyqgdvqixcbpbWjxB5%2B%2BHUW%2FY"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6da6de9816dcc4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=934&min_rtt=934&rtt_var=467&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · bblezebre.com
2024-12-24 03:54
HTTP/1.1 400 Bad Request Server: cloudflare Date: Tue, 24 Dec 2024 03:54:44 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · beauty.purelifeguide.com
2024-12-24 03:28
HTTP/1.1 523 Date: Tue, 24 Dec 2024 03:28:08 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p3Rzv3m6uMSEwBsSWFx7oPkd7d44zZUAV3e9jkA5Xf33maG6DHlAZkSzhc%2FLHyBY4apXmvZfTgsrI81YH38uMocRU28k24R5B5AlZlu4bjRPsG1uKKgPR8UslJui%2FLoHYOlNJKUZzwkKDmB8j53TUlip0mrza4Q%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f6d7fe53b2f9467-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2341&min_rtt=2337&rtt_var=885&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3116&recv_bytes=577&delivery_rate=1703454&cwnd=252&unsent_bytes=0&cid=f8d28cd1dd9f7391&ts=107&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:443 · beauty.purelifeguide.com
2024-12-24 03:28
HTTP/1.1 404 Not Found Date: Tue, 24 Dec 2024 03:28:09 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, no-store, must-revalidate Expires: Tue, 24 Dec 2024 03:28:09 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eSMuEkd62UkKyemNxpzeKy9zEvKZdfK2YEZVnIdzQyTuTblciY0Ev0S%2F335qry0Pj2jApldFIGEkdIsj%2FGLwlz%2Bjz10PFW5ziR0XxD4wZ9RccKrGeqCrIH2hk3ETEG3zmtktkaj16A5ukGzaq1jixZlEccwdRs8%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6d7fe6d85d30cf-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=956&min_rtt=916&rtt_var=372&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3116&recv_bytes=577&delivery_rate=4414847&cwnd=252&unsent_bytes=0&cid=ab311f01d4666665&ts=410&x=0" Page title: 404 Not Found <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr> <center>nginx/1.24.0</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · health.purelifeguide.com
2024-12-24 03:18
HTTP/1.1 404 Not Found Date: Tue, 24 Dec 2024 03:18:17 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, no-store, must-revalidate Expires: Tue, 24 Dec 2024 03:18:17 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OaHKLMp2T0QaVKuiVCmlFsUUt5EFPlNqVRJTiV42XsOb4IMWzw5RFLDJN0ioJXJWkab2DlstXbgclkW8P3cdipB2E8Ne%2FmxHJeEk2P%2FlUySDSh%2BC%2FNLJmXhujEI1kA2QC5yY%2BbF8AdOmBQqnkiREFP5JEEzC3vY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6d7174d9317d1a-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1444&min_rtt=1257&rtt_var=605&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=577&delivery_rate=3217183&cwnd=252&unsent_bytes=0&cid=b1606f7fcdf280eb&ts=117&x=0" Page title: 404 Not Found <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr> <center>nginx/1.24.0</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · health.purelifeguide.com
2024-12-24 03:18
HTTP/1.1 523 Date: Tue, 24 Dec 2024 03:18:17 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7Ts4FdYTB5IDezsU9mJp%2Fo1U9bSAfQq2iRAzU%2FGPvNprgEaN4BA1jynXrC0%2Fv60YcNtoTytQ0VpTKgxiQXwxxGFcrzQsEfvGrJjiE5lPRDn0wcHAkhKTTcYsKkC83nt8PvfHBLI59GDj9Z%2Fc7x158K3p%2Fwr5P0M%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f6d71741bf437e4-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1258&min_rtt=1206&rtt_var=489&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=577&delivery_rate=3353233&cwnd=252&unsent_bytes=0&cid=8250118d11334ad4&ts=123&x=0" error code: 523
Open service 2606:4700:3031::6815:4e30:80 · health.purelifeguide.com
2024-12-24 03:18
HTTP/1.1 301 Moved Permanently Date: Tue, 24 Dec 2024 03:18:16 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Cache-Control: no-cache, no-store, must-revalidate Expires: Tue, 24 Dec 2024 03:18:16 GMT Location: https://health.purelifeguide.com/ Vary: Accept-Encoding Access-Control-Allow-Origin: * cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FS7l97gkEBgNDScbDYFyfC4rlGE%2FGJRgUmDt8Z3AdMlCeicuA44taERPsJpKL8spWoWFB5P1BEhUf8fkAPnuOcLHfPO%2FPDombN83pUrTXP7eiKjl0rFsdj4aDkN1iJwvhDUBMeCnFGAIxUPnsB3jCmKiSUnT%2BsE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6d71738cfcdbd2-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=864&min_rtt=864&rtt_var=432&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=219&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · billlittlefield.us
2024-12-24 00:56
HTTP/1.1 200 OK Date: Tue, 24 Dec 2024 00:56:17 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Vary: Accept-Language Content-Security-Policy: default-src 'self'; script-src 'nonce-c34cacd151a946beb77b67cad07c7581'; cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mL5mq3Wfw%2Fb%2BT9286zEn0KSyeICYK%2BFCx9zFdZZEZpdVHeo5Xj8Kq3xGWAgEgsYvTV5QDTtGbcW9E6nzJCWKKQL%2F5RbBJj1MyBdBV0MHo5YKNmGFdLPK3vjYlF2NTGe%2Bp7Q37ONCOimcygkrMNwp6CI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ca1768fd993f6-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2457&min_rtt=2357&rtt_var=955&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3116&recv_bytes=565&delivery_rate=1715740&cwnd=252&unsent_bytes=0&cid=52c44534a759e24d&ts=133&x=0" Page title: billlittlefield.us <!DOCTYPE html> <html class="no-js" lang=en> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'nonce-c34cacd151a946beb77b67cad07c7581';"> <meta name="description" content="This domain name has been registered with Gandi.net. It is currently parked by the owner."> <title>billlittlefield.us</title> <link rel="stylesheet" type="text/css" href="main-dbee9253.css"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/> <link rel="preload" as="font" href="fonts/Inter/Inter-Regular--latin.woff2" type="font/woff2" crossorigin/> <link rel="preload" as="font" href="fonts/Inter/Inter-SemiBold--latin.woff2" type="font/woff2" crossorigin/> </head> <body> <div class="ParkingPage_2023-root_2dpus "><main class="OldStatic_2023-root_1AGy1 Parking_2023-root_qhMQ2"><div><article class="Parking_2023-content_1rA87"><h1 class="OldStatic_2023-title_13ceK">This domain name has been registered with Gandi.net</h1><div class="OldStatic_2023-text_37nqO Parking_2023-text_1JZys"><p><a href="https://whois.gandi.net/en/results?search=billlittlefield.us"><strong>View the WHOIS results of billlittlefield.us</strong></a> to get the domain’s public registration information.</p></div><div class="Parking_2023-positionbox_2OgLh"><div class="Parking_2023-outerbox_2j18t"><p class="Parking_2023-borderbox_1Gwb_"><span class="Parking_2023-infobox_DMdft"><strong>billlittlefield.us</strong><br /> is unavailable</span></p></div></div><p class="Parking_2023-linksContainer_19x1c">Want your own domain name?<br/><a href="https://www.gandi.net/en/domain">Learn more about the domain name extensions we manage</a><br/><span class="Parking_2023-button_j5Lir"><span data-url="aHR0cHM6Ly9zaG9wLmdhbmRpLm5ldC9lbi9kb21haW4vc3VnZ2VzdD9zb3VyY2U9cGFya2luZyZzZWFyY2g9" role="link" tabindex="0" id="clicker">Find a domain name similar to billlittlefield.us</span></span></p></article></div><script nonce="c34cacd151a946beb77b67cad07c7581" type="text/javascript"> document.addEventListener('DOMContentLoaded', () => { document.getElementById('clicker').addEventListener('click', (e) => { window.location.replace(atob(e.target.dataset.url) + 'billlittlefield.us'); }); }); </script></main></div> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · billlittlefield.us
2024-12-24 00:56
HTTP/1.1 200 OK Date: Tue, 24 Dec 2024 00:56:17 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Vary: Accept-Language Content-Security-Policy: default-src 'self'; script-src 'nonce-99bb613df83d4ebe91b57edfaba9c3d9'; cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XjufC5aeLy95KmpJEt%2FbBlzIKdL%2BeAUobbvc3jKOykfxQ06O%2F7hKc6ugrCWOOyjJoneNq%2FBeMh9oSQ1KPv0tU54v0QTYhIfL17K3WGxgboNuPGNgxHdgVBVJlGK6ZXfakCHuSe6RsOrMg8JkTImDoU0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ca17579ad6385-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2407&min_rtt=2407&rtt_var=1203&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: billlittlefield.us <!DOCTYPE html> <html class="no-js" lang=en> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'nonce-99bb613df83d4ebe91b57edfaba9c3d9';"> <meta name="description" content="This domain name has been registered with Gandi.net. It is currently parked by the owner."> <title>billlittlefield.us</title> <link rel="stylesheet" type="text/css" href="main-dbee9253.css"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/> <link rel="preload" as="font" href="fonts/Inter/Inter-Regular--latin.woff2" type="font/woff2" crossorigin/> <link rel="preload" as="font" href="fonts/Inter/Inter-SemiBold--latin.woff2" type="font/woff2" crossorigin/> </head> <body> <div class="ParkingPage_2023-root_2dpus "><main class="OldStatic_2023-root_1AGy1 Parking_2023-root_qhMQ2"><div><article class="Parking_2023-content_1rA87"><h1 class="OldStatic_2023-title_13ceK">This domain name has been registered with Gandi.net</h1><div class="OldStatic_2023-text_37nqO Parking_2023-text_1JZys"><p><a href="https://whois.gandi.net/en/results?search=billlittlefield.us"><strong>View the WHOIS results of billlittlefield.us</strong></a> to get the domain’s public registration information.</p></div><div class="Parking_2023-positionbox_2OgLh"><div class="Parking_2023-outerbox_2j18t"><p class="Parking_2023-borderbox_1Gwb_"><span class="Parking_2023-infobox_DMdft"><strong>billlittlefield.us</strong><br /> is unavailable</span></p></div></div><p class="Parking_2023-linksContainer_19x1c">Want your own domain name?<br/><a href="https://www.gandi.net/en/domain">Learn more about the domain name extensions we manage</a><br/><span class="Parking_2023-button_j5Lir"><span data-url="aHR0cHM6Ly9zaG9wLmdhbmRpLm5ldC9lbi9kb21haW4vc3VnZ2VzdD9zb3VyY2U9cGFya2luZyZzZWFyY2g9" role="link" tabindex="0" id="clicker">Find a domain name similar to billlittlefield.us</span></span></p></article></div><script nonce="99bb613df83d4ebe91b57edfaba9c3d9" type="text/javascript"> document.addEventListener('DOMContentLoaded', () => { document.getElementById('clicker').addEventListener('click', (e) => { window.location.replace(atob(e.target.dataset.url) + 'billlittlefield.us'); }); }); </script></main></div> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · billlittlefield.us
2024-12-24 00:56
Open service 2606:4700:3031::6815:4e30:8443 · superwashabingtoncrossing.com
2024-12-24 00:14
Open service 2606:4700:3031::6815:4e30:443 · superwashabingtoncrossing.com
2024-12-24 00:14
HTTP/1.1 403 Forbidden Date: Tue, 24 Dec 2024 00:14:58 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IxqIQG1wh%2FApVLmxuFVfX4JHiInmy6rw%2F5xlWhlIaA2xldvxSFTk1tkqJa1kuNM0kCeO43a9Qp%2BXPxGbmxY2lID1Xt1z%2Bg27NkR8uTlfgFTejg4%2BXI0H0Dc57x0VEGjbEdUMlkWuecS%2BM8J9if6QsD2dJ%2BNyKa9Bj4SsVQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6c64ef1c849767-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=854&min_rtt=830&rtt_var=328&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3151&recv_bytes=587&delivery_rate=4872289&cwnd=252&unsent_bytes=0&cid=c6badbf054fcb014&ts=191&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · superwashabingtoncrossing.com
2024-12-24 00:14
HTTP/1.1 301 Moved Permanently Date: Tue, 24 Dec 2024 00:14:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Tue, 24 Dec 2024 01:14:57 GMT Location: https://superwashabingtoncrossing.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rwT%2B1owB6mDVAtZQKf%2F2WoCbGrJgc94dw0cvEMokDE101sidzyPiKmHt3GSSOkgTy11A8xF66ca7rM9aFyav2GB6whY%2FeFCZ%2BjZrng%2BvRV6xGShhQRCJ8wzn%2B6kerOL27YwErUquq6oFNK8%2BKdyWsyQrBUL6aNrAo4ccXw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6c64ebce50d9ce-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1115&min_rtt=1115&rtt_var=557&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=224&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · github.mooncake13151514.workers.dev
2024-12-23 21:56
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 21:56:53 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f6b9aaaab5ad596-AMS CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Cache-Control: max-age=0, private, must-revalidate Content-Language: en-US Set-Cookie: _gh_sess=39%2FcgNNuB8R%2FZKeY7qRstqKA3IQ46nVd7a6xbTByqI85QRg6wl71VpbEq8VRomWcbYLBrAuLvgnEghnjDcssFV3HlS0764TE56%2BuDf9Odzdk1eBp0jcMrbDYHabaggqgNQPeoM2gr3RyyLTHUtdefvggLHSJoS97WAVo3o%2FZc4hCBBrpjY7d5s5Vh8RgMwUdOqkoH5A74IaqY2IRhbJKkChLj0bS9fJOBlUj5f45TPxhbkuDzMNVhOOfGhsodgIt%2BrHTkYjMbnCkErsNd63iBg%3D%3D--SdH62FA9hAyD6PSg--4Gx7sEXLQM0HJF6lPNYXnw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax Strict-Transport-Security: max-age=31536000; includeSubdomains; preload Vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Language, Accept-Encoding, Accept, X-Requested-With content-security-policy: default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com github.githubassets.com edge.fullstory.com rs.fullstory.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com www.youtube-nocookie.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/ referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin Set-Cookie: _octo=GH1.1.1970429310.1734991013; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; Secure; SameSite=Lax Set-Cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; HttpOnly; Secure; SameSite=Lax x-content-type-options: nosniff x-frame-options: deny x-github-request-id: F4CC:2DE836:5FF4CB5:6260897:6769DCA5 x-xss-protection: 0 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=JWVLTuA2tY4KgrvwTJFuAlcuaw6j689d1uGbm8zZ%2BS4FsXa8D69gez4K7o10Ol3rn2Vm5jRDEvFWHdcoXF5G8Zf6eR%2BqnCjU%2BcPdSxtiFV49siSIAjJb0YdfhveNzPF6aHk8pAeiyEAgdHZ2XVtVgeUX84eYKTNysH8ed%2FouhE%2FNDw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1199&min_rtt=1168&rtt_var=460&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3145&recv_bytes=599&delivery_rate=3462328&cwnd=252&unsent_bytes=0&cid=728782f9e8c0dfb4&ts=59&x=0"
Open service 2606:4700:3031::6815:4e30:443 · github.mooncake13151514.workers.dev
2024-12-23 21:56
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 21:56:53 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f6b9aaa3d192450-AMS CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Cache-Control: max-age=0, private, must-revalidate Content-Language: en-US Set-Cookie: _gh_sess=LpaxPPal5r597OUHk%2FDwKoychbX6K6AK%2BrT3hCIsJaGNrjDQ68ncuUPPS6FGYFXeMEWv9Uo1rEmshqCoMj85BFZFeEdK87bIjripubiLIxcvqDghvVM5isQPOSS%2F3pmlRGxtmECFfW%2FJmRzWZOgjCcSoVadMQMqOx46bSB4dR8qsrDg5i2OlbgbItbdz7u2WMd%2BVjqppolinJjqGEqBExZA5jJWealozOYIZoK4JAwEXEMjbFX0PnpHDKqo1UmPXY11GnZSdnrQWbrb7laHjEg%3D%3D--I%2FzuJ5UHlyFU1DXT--9Jkn4tcdcpyJkbDiCBadQg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax Strict-Transport-Security: max-age=31536000; includeSubdomains; preload Vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Language, Accept-Encoding, Accept, X-Requested-With content-security-policy: default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com github.githubassets.com edge.fullstory.com rs.fullstory.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com www.youtube-nocookie.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/ referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin Set-Cookie: _octo=GH1.1.323031242.1734991013; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; Secure; SameSite=Lax Set-Cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; HttpOnly; Secure; SameSite=Lax x-content-type-options: nosniff x-frame-options: deny x-github-request-id: 6926:34D8E4:31A6BD6:32C7092:6769DCA5 x-xss-protection: 0 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=g6oChuiUYsfjqcWaQLweDnVvhnm%2BTLLWe7MB4sj3Ro6jezU15A%2Bx6fs3ywOZUrGvH%2FT6YSPb9zO5x7h1fz3hOk4dbSt73IEItYnxBCQLaRENU9vKAtIP2xyYDUEiQDMpKQdnFS9lk3P%2FQ694WTCNnPNk5WHD0RUm%2BsCeXUPyWBJGwg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1115&min_rtt=1109&rtt_var=429&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3146&recv_bytes=599&delivery_rate=3480206&cwnd=252&unsent_bytes=0&cid=ca9aa66422269495&ts=47&x=0"
Open service 2606:4700:3031::6815:4e30:80 · github.mooncake13151514.workers.dev
2024-12-23 21:56
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 21:56:53 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f6b9aa95b0971ce-LHR CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Cache-Control: max-age=0, private, must-revalidate Content-Language: en-US Set-Cookie: _gh_sess=9EfEpba%2BHoPE1%2FQwg55yjaeRLRd98XB8ln1ei9jsN5DYvKyrJXcY06lkztf3JhRjlYngX%2BcHjxEDxLUF2iW%2FdR0Y8VPZJZdfsdgGA7HTFjGORLqbt23u%2F3kRh0yDDoRBJV6heq5SB5az2xlQBpgScxv2OMVjfy%2F9iRVrEEMskilUoDdnc%2B1e5PmvinlPEDqWOVE6N3Bc5nAEITHM0AIi3WMYhHurca%2F2abAuzIxxyNMejTC%2FKU7LqIdcX3FulASEzLMcblolW9N1BfqMF4%2BbUA%3D%3D--9qwtJFG4YC3oOQeb--thEZj5nKwnknXijKrU4ViQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax Strict-Transport-Security: max-age=31536000; includeSubdomains; preload Vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Language, Accept-Encoding, Accept, X-Requested-With content-security-policy: default-src 'none'; base-uri 'self'; child-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com github.githubassets.com edge.fullstory.com rs.fullstory.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com www.youtube-nocookie.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.com/assets-cdn/worker/ github.com/webpack/ github.com/assets/ gist.github.com/assets-cdn/worker/ referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin Set-Cookie: _octo=GH1.1.1807210059.1734991013; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; Secure; SameSite=Lax Set-Cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 23 Dec 2025 21:56:53 GMT; HttpOnly; Secure; SameSite=Lax x-content-type-options: nosniff x-frame-options: deny x-github-request-id: 7AE6:F82E7:167954C:1AE00FA:6769DCA5 x-xss-protection: 0 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=X9m1zxg4gpImJSmmdj2PX9OHe6%2F%2FnmOh%2F%2F4Vh4G4pcRr0FxnAx3Ke1p0GYRl6AOdSZHGaQa77Q4cNUMU%2Fw8Vkw42SsWYigKiZe9HrxA6syui41u7Qstxlgjq7NSP1EzYRtSd8nXU0hBEfxWvasItwX0nR%2FZnp68%2FiVYuT75Q4x%2BZ2Q%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1555&min_rtt=1555&rtt_var=777&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=230&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · neuro-socks.be
2024-12-23 21:24
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 21:24:12 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=740q71wUb7WaLOSuMNVG2P9N1KQFwqfidI9Hy%2FI6IvhGRltbWAnSwWnsxzhPFvmYkSL3FNwI73B8Ah4pNutWNLujg3PAt9Xf6%2B8PV4YgM0jPCM227EA%2FiSz9iUn%2BkBtbXcZOM%2FUvYuSFDtZfYg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6b6acc1b10d291-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=970&min_rtt=900&rtt_var=387&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=4493333&cwnd=252&unsent_bytes=0&cid=372204bb76736b37&ts=23&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · neuro-socks.be
2024-12-23 21:24
Open service 2606:4700:3031::6815:4e30:80 · neuro-socks.be
2024-12-23 21:24
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 21:24:12 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 22:24:12 GMT Location: https://neuro-socks.be/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IJVrQ5TvUO6utC4Io9AENW7zmTwq1yeNdN%2BWVP3BMyBu5XBFXir33D%2FT6KdlW0cEPU3al3DTz9eK2J8YmBnNgYxoWLiTVUI1t0T8K8PiW20gpLL0wVqzpKmee0XuUusIDwlRIpCxnS1LfxofKQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6b6acb8a8f365c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1130&min_rtt=1130&rtt_var=565&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · ferrolinera.org
2024-12-23 20:42
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 20:42:54 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.1.31 x-powered-by: PleskLin x-ua-compatible: IE=edge link: <https://ferrolinera.org/wp-json/>; rel="https://api.w.org/" cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lwec%2BZjsq3uApas52uAhLTKM0M5Y5HlIgyDZttbdSXdHzal3ud91MCt33%2FWC3NqOgGbx4Uiq%2BNseSsKKVSPgLOMLKofo5RAkISFfy%2B%2FSb%2FSU5bBrwJ1TxM1JeL57B50hkXI06WFQKpWPqtrv%2BX0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6b2e46f9c86909-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=817&min_rtt=773&rtt_var=321&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=559&delivery_rate=5231565&cwnd=252&unsent_bytes=0&cid=bd8cec490d9a0dd6&ts=146&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · ferrolinera.org
2024-12-23 20:42
HTTP/1.1 303 See Other Date: Mon, 23 Dec 2024 20:42:53 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close location: https://ferrolinera.org/login.php expires: Fri, 28 May 1999 00:00:00 GMT last-modified: Mon, 23 Dec 2024 20:42:53 GMT Cache-Control: no-store, no-cache, must-revalidate Cache-Control: post-check=0, pre-check=0 pragma: no-cache p3p: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block x-content-type-options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=zaLu7JeZzoVAbrs4Ay4EUpE1tdBDZV3Fu4vWK3vtVTLFbBJ%2BkydBNgwcdSm7avs9NzgC0CTaskDcHdGWbWdtRN9cEZpgR%2BJftIlxJgjnDTi8Rj5jWvxMigB3LN6xV7vejoRJaEcVDAgMVirZqZM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6b2e45b96d1db0-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=826&min_rtt=818&rtt_var=313&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=559&delivery_rate=4943765&cwnd=252&unsent_bytes=0&cid=1de5b7b590e06928&ts=62&x=0"
Open service 2606:4700:3031::6815:4e30:80 · ferrolinera.org
2024-12-23 20:42
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 20:42:53 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 21:42:53 GMT Location: https://ferrolinera.org/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tvdoyqmixkIF9FbZEKVuwdwpFBGhmiFTsQmXHYD16Sw61u2G0reCBbO0brriXuniZtp6p7I9TZN3LEW8ImmsYSIzj30WYVoU%2BFm22lnCkWyhM7dSAk%2BNKpVPYkGyi7Uffyr148G4IqCiUEQBnGE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6b2e44fbc61c1c-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=755&min_rtt=755&rtt_var=377&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · shop-vpns.gozargah.workers.dev
2024-12-23 19:48
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 19:48:29 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 397 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=r3ckuWvXf3EPyZ5dy4DMRr9nq0gE2hJKHIiT6h4urHURvYXO3SZWflUEqbwfYl0INIMUp5iCoAsQhpYMx9h9uuwIMdaeV0RL%2B%2B8SoLi4ouw2AY24MaE9NM9tjzuv4GZqO3vufAi4QYfIYswZirjErTQWc7%2BH2TQrtAiMJuE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ade970a9d9c86-SIN alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=942&min_rtt=928&rtt_var=377&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3119&recv_bytes=589&delivery_rate=3873563&cwnd=252&unsent_bytes=0&cid=3e97b881456c1633&ts=40&x=0" vless://undefined@irvin.arthurschopenhauer.fun:21782?type=tcp&security=reality&fp=chrome&pbk=t3s5J2OR_5VkOPLlHxV6bXhGFKrmDbDX04ZZcmIXsCA&sni=azaronline.com&flow=&sid=117f5b30#shop-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:47136?type=tcp&security=reality&fp=chrome&pbk=qwWDXKqoz2JSqxJYVTvIJsXObdnTBkzCizCFeMzgSGY&sni=azaronline.com&flow=xtls-rprx-vision&sid=7c2f1e4a#shop-ser-2-null
Open service 2606:4700:3031::6815:4e30:80 · shop-vpns.gozargah.workers.dev
2024-12-23 19:48
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 19:48:24 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 397 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tW%2BeURlIGGZTqoVQyqbX2u%2B%2FKEjVeeFthnP9KXpy4M5ICcTbasiotBHed022W7OkR6IKNmXhKHmgos%2FDJS%2F51eH6yoFfof%2F5KrfmTS1jGym3BJrnEThbdLvh9WkfEw9RYFUBxUvvnVW5ffbF9N%2BzhZxB6sLxFPaIswVZUrY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ade73bc829565-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1994&min_rtt=1994&rtt_var=997&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=225&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" vless://undefined@irvin.arthurschopenhauer.fun:21782?type=tcp&security=reality&fp=chrome&pbk=t3s5J2OR_5VkOPLlHxV6bXhGFKrmDbDX04ZZcmIXsCA&sni=azaronline.com&flow=&sid=117f5b30#shop-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:47136?type=tcp&security=reality&fp=chrome&pbk=qwWDXKqoz2JSqxJYVTvIJsXObdnTBkzCizCFeMzgSGY&sni=azaronline.com&flow=xtls-rprx-vision&sid=7c2f1e4a#shop-ser-2-null
Open service 2606:4700:3031::6815:4e30:443 · shop-vpns.gozargah.workers.dev
2024-12-23 19:48
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 19:48:24 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 397 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ImnOFHTI1fDToczOtLifNFBJuI3c0XgE4ZIGHRCRIqpFATZhXxGq5QoapvXuDhDCnAaaIEKlO0LGX4ocG5PyB7phqy5plF6iTJ%2FfrhGpCe6QYpe%2Bn5fQbWANyorIC0nsmvXJHm7Ln9PWCwRQPLdPX6ocrGC0wPaIJfU3F48%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6ade73e9a471c9-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2167&min_rtt=2160&rtt_var=825&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3120&recv_bytes=589&delivery_rate=1819163&cwnd=252&unsent_bytes=0&cid=991290eb58ce9031&ts=29&x=0" vless://undefined@irvin.arthurschopenhauer.fun:21782?type=tcp&security=reality&fp=chrome&pbk=t3s5J2OR_5VkOPLlHxV6bXhGFKrmDbDX04ZZcmIXsCA&sni=azaronline.com&flow=&sid=117f5b30#shop-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:47136?type=tcp&security=reality&fp=chrome&pbk=qwWDXKqoz2JSqxJYVTvIJsXObdnTBkzCizCFeMzgSGY&sni=azaronline.com&flow=xtls-rprx-vision&sid=7c2f1e4a#shop-ser-2-null
Open service 2606:4700:3031::6815:4e30:80 · military-jobs-35vogf6tc668.today
2024-12-23 18:01
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 18:01:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 19:01:33 GMT Location: https://military-jobs-35vogf6tc668.today/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Qorony1aFPZHprQT%2BDrfoqhhuusR9wdbDh8qGfSiG0TfrZgpJ%2F2oXZEr4Kad728QCX45yDk2%2B6AKpU85p3U34REJD8Qpdgx3vfMK3XHph683uro1vOyM4C9L8qD0yNsG5YOAFG3OhptWiiQQlx6GVUWkMfdrZJ37qwiXMhfvjQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6a41f07d34d266-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1126&min_rtt=1126&rtt_var=563&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=227&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · military-jobs-35vogf6tc668.today
2024-12-23 18:01
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 18:01:33 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: uuid=a5964f09-a83c-43f5-b8cf-80280985576a X-Adblock-Key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_YW6hSrQIpJ0J5NXe8W7U7Jrl6pLi029DiFI9987WivC+hy1OH/nTowc9h7rR6dKfiTgNZ5zcr6rR6UMGUc2ozw== Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9wFF6xhCtDRtHPDpFmlk5zZ%2FrPX3%2FwiFHmyXAHEHl1k0qp82Vlre4BQYJokRKnOwEk6SySfdJ8gaf9rBNnegI59uZQV9AiIU7CoNxu%2BR0%2BzjgXuhEhgTfCsIKU9wwzpaYh71qZLclMIJPwxH2dlQX8qvrdZriPrKtTkf8EUlKw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6a41f1af61d269-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=853&min_rtt=840&rtt_var=324&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3159&recv_bytes=593&delivery_rate=4814285&cwnd=252&unsent_bytes=0&cid=832caaca3f1a4ce7&ts=150&x=0" <!DOCTYPE html> <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_YW6hSrQIpJ0J5NXe8W7U7Jrl6pLi029DiFI9987WivC+hy1OH/nTowc9h7rR6dKfiTgNZ5zcr6rR6UMGUc2ozw==" lang="en"> <head><script async src='https://ob.greencolumnart.com/i/2901bede9a38ca5f99dfcf13e3c0fc38.js' data-ch='cheq4ppc' class='ct_clicktrue_77557' data-uvid='a5964f09-a83c-43f5-b8cf-80280985576a:as-drid-2695895629239621:1459540868:partner-dp-domainactive_31_3ph_xml' data-jsonp='onCheqResponse'> </script> <script> var obtscript = document.createElement('script'); obtscript.setAttribute('src','https://ob.togreencolumn.com/i/6e3a82979a1e73c3323cc8d1a4e46b46.js'); obtscript.setAttribute("data-ch", "cheq4ppc"); obtscript.setAttribute("data-jsonp", "onCheqResponse"); obtscript.setAttribute("class", "ct_clicktrue_59128"); obtscript.setAttribute("data-uvid", ""); document.head.appendChild(obtscript); function onCheqResponse (message) { try { var url = "https://81bx0feo6k.execute-api.us-west-2.amazonaws.com/main" fetch(url, { method: 'POST',headers: {"accept": "*/*", "Content-Type": "application/json", "origin": "https://military-jobs-35vogf6tc668.today"}, body: JSON.stringify({"message": message, "hash": "", "domain": "military-jobs-35vogf6tc668.today", "pid": 1 }) }); } catch (err) {} } </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="cleartype" content="on"> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport"> <meta property="og:title" content="" > <meta property="og:description" content="" > <meta name="description" content="" > <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <title></title> <style> @charset "UTF-8";blockquote,em,i{font-style:italic}.left_col,.left_col2{float:left;overflow:hidden}.left_col,.left_col2,svg:not(:root){overflow:hidden}hr,img,legend{border:0}body,html{margin:0;padding:0;height:100%}a,a:active,a:visited{text-decoration:none;color:#002C6A}a:focus,a:hover{text-decoration:underline}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}code,pre{white-space:pre}blockquote{width:90%;margin:8px;padding:9px;border:1px solid;quotes:none}blockquote:before{content:open-quote;font-weight:700}blockquote:after{content:close-quote;font-weight:700}.left_col{width:49%}.left_col2{width:55%}.right_col{float:right;width:49%}.right_col2{float:right;width:38%}.float_left{float:left}.float_right{float:right}.clear{clear:both}p{margin-bottom:18px}p.left{text-align:left}.center{text-align:center}.right{text-align:right}.justify{text-align:justify}div.left{float:left}div.right{float:right}img.left{float:left}img.center{margin:0 auto;display:block}img.right{float:right}p img.left{margin:0 18px 18px 0}p img.center{margin-bottom:18px}p img.right{margin:0 0 18px 18px}.zero{margin:0!important;padding:0!important}h1,h2,ul.disc,ul.square{margin-bottom:18px}legend,td,th{padding:0}.opacity{opacity:.7;filter:alpha(opacity=70)}table{width:100%!important;border-collapse:collapse;border-spacing:0}td{text-align:left}@media print{.wrap,a,a:link,a:visited,body{color:#000!important}a,a:link,a:visited{text-decoration:none!important}}.serif{font:12px/18px Georgia,"lucida bright","times new roman",serif}h2,h3,h4,h5,h6{line-height:18px}b,dt,h3,h4,h5,h6,optgroup,strong{font-weight:700}h1{line-height:36px}h2{font-size:18px}h3,h4{font-size:12px}h5{font-size:11px}.small,h6{font-size:10px}.large{font-size:14px}.xlarge{font-size:18px}ol{list-style-type:decimal}ul.disc,ul.square{margin-left:2em;list-style-position:outside}ul.disc{list-style-type:disc}ul.square{list-style-type:square}ol.inline li,ul.inline li{display:inline;margin:0 1em}dl,dt{margin-bottom:18px}#fine_print{line-height:normal;font-size:10px;color:#000;padding:15px}#footer a{
Open service 2606:4700:3031::6815:4e30:8443 · military-jobs-35vogf6tc668.today
2024-12-23 18:01
Open service 2606:4700:3031::6815:4e30:80 · felicis.ventuss.workers.dev
2024-12-23 16:00
HTTP/1.1 400 Bad Request Date: Mon, 23 Dec 2024 16:00:55 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 20 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ULec%2FoZ6p5q3Zp%2FvTRW0jT9F5cON2aZjGgaZooDFAHPMKAl7LHU%2BOFVUfS1YbxRzwQEx6viB8q%2BHebQd0KKmsgF9H6ug2WlmId5iwBQ7%2Bkv%2BXToAViL%2FPk2cMCFpirJAhUAyBGIW0531U7ne0GLlTw4D1C1YdsAeBv4%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f69913a99410b56-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1166&min_rtt=1166&rtt_var=583&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=222&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Invalid content type
Open service 2606:4700:3031::6815:4e30:8443 · felicis.ventuss.workers.dev
2024-12-23 16:00
HTTP/1.1 400 Bad Request Date: Mon, 23 Dec 2024 16:00:55 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 20 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xPPlLSRKNuyfTUiplRLxYP2L%2B1nYcXKqXPMdy6LigINId1yaFgj8rDcc9qOrJE85UOl5jh2Y%2FqKfmN1tP2%2Big7F3kfyxo20l6SXjLU1cYLT%2BokEF2RzmGiFjHykjLfXZPqnBDU%2BhLxRLud62hbucwGSCQHp2wOt9NcY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f69913aaed8cd49-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2313&min_rtt=2302&rtt_var=885&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3487&recv_bytes=583&delivery_rate=1690635&cwnd=252&unsent_bytes=0&cid=089b6e760573a84b&ts=38&x=0" Invalid content type
Open service 2606:4700:3031::6815:4e30:443 · felicis.ventuss.workers.dev
2024-12-23 16:00
HTTP/1.1 400 Bad Request Date: Mon, 23 Dec 2024 16:00:56 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 20 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dQYrvn6R2XutHTBGlHni41q%2FB%2B7qhFv9XL4MByvLzxXol2XRUGfcL%2FR%2BVvEVt9GPinGfuxsB7Vkn1z%2FbdVHNmLvfmXMHj6zxqyzBOXsSjn1mONtTBYi8Wyw3z4eAUrXRdWVISQ%2FI0n4qEugbnUW7N0tBeawx1bIqJhM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f69913efaec3803-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=802&min_rtt=744&rtt_var=321&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3486&recv_bytes=583&delivery_rate=5435483&cwnd=252&unsent_bytes=0&cid=28ef7f61f14775d3&ts=42&x=0" Invalid content type
Open service 2606:4700:3031::6815:4e30:80 · lind.39894098.workers.dev
2024-12-23 15:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 15:32:07 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AwASlB6CJ21yy%2B5Fp9L5dOtUrNBigTAqjc%2FbnQrncCvmWZ9MmEVjv4ultJhnZcfuMnfU5WhGMSUSRn7fjzkGt4dXB3kpxRx%2BoCst1a7AW7IlCxGrXiy5Iqza61CLUltWnKD82WDAlNBYC%2BYODtiugqfM2lfs4a9n"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f69670838cb0cae-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1223&min_rtt=1223&rtt_var=611&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:8443 · lind.39894098.workers.dev
2024-12-23 15:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 15:32:07 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9iW%2BOQLQtXG%2BJOAJiBuK32VRF2LF3wIysHVbIT6Bm8WevV09eYz2C%2Fe7JQWHM7q%2B4TewGXkaSahLVeGf4dbaolhewjdySDSee%2FugFNioXyH37dkVGVAaXaN5JGtYMef4fxPVDUZ7ZrtLeA6fkR%2BEHq3T6%2B9wdA%2B1"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6967083f730f8f-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1799&min_rtt=1551&rtt_var=759&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3120&recv_bytes=579&delivery_rate=2607350&cwnd=252&unsent_bytes=0&cid=56e8c7545d8070e8&ts=205&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:443 · lind.39894098.workers.dev
2024-12-23 15:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 15:32:07 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 12 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=tOxqzK2LchVxZEzGJRtWnxcB5P9G6x57Z0s%2FfQ3mRFYp%2Brji1efm%2F6Dybzs%2FuQmIGKSG%2Fu5EiQZXgVgh2%2BOJ8VIzcxN3iTyV4HHK9tmalFv0Vf61iF2xOJJpZ%2F7QezJPZ67FrgYyoCgPd4lUYXHgGhDmf63ICuX4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6967081a5f1a44-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1460&min_rtt=1419&rtt_var=561&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3120&recv_bytes=579&delivery_rate=2849894&cwnd=252&unsent_bytes=0&cid=b769c5779cdee935&ts=31&x=0" Hello World!
Open service 2606:4700:3031::6815:4e30:80 · chenbilin.uk
2024-12-23 12:08
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 12:08:39 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 13:08:39 GMT Location: https://chenbilin.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7nU2XKXutcjhIDyaMzgpOXzaDoKExxDskefsOyr5O5vKbgZdCQSElWvpXefW%2BYiHHeRwAqYLvh1jTgh1ZHMS6KE4x1qt6JfTs0ZlDcWK1gcHxyftVQjDgfNxMHBXbm7dgvFjqZCBne7UyBk%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f683cfbef150eaf-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1103&min_rtt=1103&rtt_var=551&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · chenbilin.uk
2024-12-23 12:08
Open service 2606:4700:3031::6815:4e30:443 · chenbilin.uk
2024-12-23 12:08
Open service 2606:4700:3031::6815:4e30:8443 · purelyfit.pro
2024-12-23 11:52
Open service 2606:4700:3031::6815:4e30:443 · purelyfit.pro
2024-12-23 11:52
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 11:52:45 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Fri, 25 Oct 2024 11:18:04 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=n%2BlJOlhZcv0qHjcQXS8uUIwwW9z1cH3HsRkGCI0ve5RvIWb%2FNDdIqBOqgM%2Fjf5u%2BfWxuhTn2mW0AsnSaT7BMJRBCgArP0rJsmmjYoQPw0W0mpKjAakiekNP4jkwA8coI%2BmYmnYf%2FBF4XvxGl"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6825b42e8f4314-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1327&min_rtt=1323&rtt_var=381&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3101&recv_bytes=555&delivery_rate=2982300&cwnd=252&unsent_bytes=0&cid=9344b9dcc0b22d2e&ts=117&x=0" Page title: Сайт создан <!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Сайт создан</title> <style> body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); height: 100vh; display: flex; align-items: center; justify-content: center; color: #333; } .container { text-align: center; background-color: rgba(255, 255, 255, 0.85); padding: 60px 40px; border-radius: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); max-width: 500px; } h1 { font-size: 2.8em; margin: 0 auto; font-weight: 600; color: #1c1c1e; } p { font-size: 1.3em; margin: 0 auto; color: #4f4f4f; } @media (max-width: 600px) { h1 { font-size: 2em; } p { font-size: 1.1em; } .container { padding: 40px 20px; } } </style> </head> <body> <div class="container"> <h1>Congratulations!</h1> <p>Your new website has been successfully created.</p> </div> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · purelyfit.pro
2024-12-23 11:52
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 11:52:45 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Fri, 25 Oct 2024 11:18:04 GMT Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0aQOqYd9VZud1qBCArqfeN9sWgjMjiuwsM2YbT5lVj%2Ffzo%2BCYlboFFJIdBbzHe6MRmp1sU%2FSwiQJAvUUl44wIROv5doTj8KBeySnU4Pnen39YoyToTPfUwAHUJDfKPyLPSTN7pjtRa7JhjCA"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6825b3fe954325-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1627&min_rtt=1627&rtt_var=813&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Сайт создан <!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Сайт создан</title> <style> body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); height: 100vh; display: flex; align-items: center; justify-content: center; color: #333; } .container { text-align: center; background-color: rgba(255, 255, 255, 0.85); padding: 60px 40px; border-radius: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); max-width: 500px; } h1 { font-size: 2.8em; margin: 0 auto; font-weight: 600; color: #1c1c1e; } p { font-size: 1.3em; margin: 0 auto; color: #4f4f4f; } @media (max-width: 600px) { h1 { font-size: 2em; } p { font-size: 1.1em; } .container { padding: 40px 20px; } } </style> </head> <body> <div class="container"> <h1>Congratulations!</h1> <p>Your new website has been successfully created.</p> </div> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · real-generate-v2.gozargah.workers.dev
2024-12-23 10:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 10:32:53 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 405 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mF5SbBVGGt1boQ4sJKje7CNzCo%2BK3eCas4z%2FiEn4jnGgoAGDtO5%2BrIipHPVBVFQoE68bAHH2%2F4Hcjvd47GpREdFoxufYIiximnFdyWZbx0Rk8rbvzxXO7daa%2BWsxYUR2ScYGg9TYhfbRJnHA4HzE0uszVfMG01re3mZzhsWAiqPEge%2Bs"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f67b0b71af44850-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13312&min_rtt=13236&rtt_var=5116&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=603&delivery_rate=292048&cwnd=252&unsent_bytes=0&cid=8170092ea6277eec&ts=29&x=0" vless://undefined@irvin.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#marshian-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#marshian-ser-2-null
Open service 2606:4700:3031::6815:4e30:80 · real-generate-v2.gozargah.workers.dev
2024-12-23 10:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 10:32:52 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 405 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6VTSmbjIkTRJxxbtk6fB5nhZwP%2FLM4cW%2FJdibk1VsRllVjuz%2BUSpQsU6UrHMbvrFpxYF6H6YVBpkke645jgrt8S7nst7h1ITiVN3eUTdmN%2Fig7PXITy%2Femg9RhYLhkM%2Ffz5UTyhIftyzSVIV6Mq%2BwvJ6gsA5v9nuoDJvbiRNHpI3HPiK"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f67b0b17e74eb32-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1877&min_rtt=1877&rtt_var=938&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=232&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" vless://undefined@irvin.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#marshian-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#marshian-ser-2-null
Open service 2606:4700:3031::6815:4e30:8443 · real-generate-v2.gozargah.workers.dev
2024-12-23 10:32
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 10:32:52 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 405 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YTFDheLjgPMB2fPpC9dU5Qx92TOuudHyzXx7%2Br7XpxhV%2F2DSwRUR0FPc2%2BDqMVmmOAYnXHXVkbiBsAMNhpkBe3yhY56yKBC4f9xUnyXg6B4XoNkn9Uh8RkhJ6fSOjZmWJz2YwMgTgsw2DspWJi7HcSRBDsHJekAs%2FDvxbKSgP9Y%2FDmsD"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f67b0b199852c27-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=747&min_rtt=740&rtt_var=222&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3121&recv_bytes=603&delivery_rate=5158163&cwnd=252&unsent_bytes=0&cid=43e2f253d24433b9&ts=39&x=0" vless://undefined@irvin.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#marshian-ser-1-null vless://undefined@irvin.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#marshian-ser-2-null
Open service 2606:4700:3031::6815:4e30:80 · mobiletator.com
2024-12-23 09:04
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 09:04:15 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 10:04:15 GMT Location: https://mobiletator.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Rf5%2BdM%2BXTUvxBlygkKDyjK%2FoGN3WMKVjkxOCWP18Q4Bhm7b5AS44XATAypU%2FPYIjbrkwRGii0Qj3cqbjvjdkp2iv5hQ6dVDXwd9zjByjzJu%2F6CDBI7Lfu8bodBFWxm5O%2BASYy0x2Jstk7kOgppU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8f672edf39a5ce76-SIN Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · mobiletator.com
2024-12-23 09:04
Open service 2606:4700:3031::6815:4e30:443 · mobiletator.com
2024-12-23 09:04
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 09:04:15 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Thu, 03 Oct 2024 06:47:09 GMT cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=P1MGwTnRJ3i0gRV8r%2FRwsFFPHIfec1cFuURDp%2Brug%2FkQhkaeBS3oQAQAytcbiYeeCJ8QRe08g3tfBU30dQtSKBkFjc340MtmHcCyzzm4vTo5gol0UUXDsjaE3sQlfiMZOTMMWQFzimNuEOUqcZM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0; includeSubDomains; preload X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8f672edccc74945c-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1381&min_rtt=1381&rtt_var=518&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3112&recv_bytes=559&delivery_rate=2924078&cwnd=252&unsent_bytes=0&cid=ff32c0c8cfc8c093&ts=697&x=0" Page title: Mobiletator.com (Мобилетатор) <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title>Mobiletator.com (Мобилетатор)</title> <meta name="description" content="Find work, resolve issues, and connect with top transportation companies. A comprehensive platform for drivers, logisticians, and other transportation professionals. Join our community today!" /> <meta name="author" content="Mobiletator.com" /> <meta name="yandex-verification" content="b23cde17aa5b81b6" /> <!-- Font Awesome icons (free version)--> <script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script> <!-- Google fonts--> <style type="text/css">@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:400;src:url(/cf-fonts/s/tinos/5.0.11/hebrew/400/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/cyrillic/700/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/greek-ext/700/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/greek/700/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/latin/700/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/latin-ext/700/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weight:700;src:url(/cf-fonts/s/tinos/5.0.11/hebrew/700/normal.woff2);unicode-range:U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F;font-display:swap;}@font-face {font-family:Tinos;font-style:normal;font-weigh
Open service 2606:4700:3031::6815:4e30:8443 · worker-chao.weichao473.workers.dev
2024-12-23 08:49
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 08:49:14 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=lOaQOEivmrssG54%2FxogwBocfXDYkj6D0k7%2BEGlfY%2B9EjK6%2FR1O%2BGTlejiZsSH2zsQbso46SENFRXaG7f0HxYjpIQ7CeuRjq0R9vV%2BtVwmrL8XZGcXAjPEqKaLAFt2LExlkgKwO6sjzT%2BkuVzDIBxWuNXGIra%2FeKL9p33rQ5%2BlZl4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6718e418bc1caa-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1483&min_rtt=1420&rtt_var=577&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3130&recv_bytes=597&delivery_rate=2847887&cwnd=252&unsent_bytes=0&cid=af5bc7d595ff02e3&ts=20&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:80 · worker-chao.weichao473.workers.dev
2024-12-23 08:49
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 08:49:14 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YfZX4TA75mok6XlKkM%2FhcRUYJV93YQLEfAOSbE%2FpIqdDe0kEuQ9XLScuBG%2F9S4mVcYjLY5XYbCRlaXf0t2%2FDNXKahOIKB76kRw7HYh1NcXF3%2Bdmp7dqIk4k0%2BdWZw3w7I1ljeAhgBuVQao%2FhwLiiV%2FsCpXmXi0UoCdYSzzcY79l3"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6718e2ded90e36-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1436&min_rtt=1436&rtt_var=718&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=229&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · worker-chao.weichao473.workers.dev
2024-12-23 08:49
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 08:49:14 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7SqEYJ9OOogjbyXyGwv12QgaxqZhnbayJW%2FCS4Pn9Pe5LvsOtd%2Bmv8qbdHMCMCgdsBza1Q%2FCuwOm1nV6QTuUR%2B1JnIPphUVDg3veALvsdVmBV9m25IGUHBzh8hx%2FOT8aSeNtNPwpQiuQI%2BCH7gbmetl1PKcuimdpofYpNP71X7Gs"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6718e38a782448-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1054&min_rtt=1052&rtt_var=399&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3129&recv_bytes=597&delivery_rate=3779439&cwnd=253&unsent_bytes=0&cid=b213f7311a6187d3&ts=17&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:8443 · green-block-cbf0.gozargah.workers.dev
2024-12-23 07:32
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 07:32:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mnPvY6wMQ027OuvJaGoN2aNGDya25Jl1qykvTOkKbEQ604HBiOIRdAoilPypCz%2FJ4dgQsHchW54VwCCaEUjBJQn9VsE0Qtgm2rwNwCWm6%2Blq5I2zLNeMV5SAf%2FQhY3FmC9H6%2B9Kyn00FGPT%2B3yiYai%2FflGXGkqQ15IDOwwsL%2F8ns2%2BiH"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f66a9162bfc9736-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1080&min_rtt=1076&rtt_var=411&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3122&recv_bytes=603&delivery_rate=3646528&cwnd=252&unsent_bytes=0&cid=d5562f724808c6d5&ts=16&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · green-block-cbf0.gozargah.workers.dev
2024-12-23 07:32
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 07:32:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kiSXLESqPIUiMRLm00LFe6kITTP0RwT5m47MimvNDbaMA02z%2BQyjTH5fkj%2FCivkDQinYdTqDp1j8iVXaiqD0v6lLs8gL3nPS5WDDqgwtVsfCZssI6X7VxqNexR%2BfstXZcg50uIHuzjYJNitDQGCLqBCFwwpIYJ%2BOG63mpp1Wn4Qd6AhJ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f66a915dbe3a070-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=775&min_rtt=773&rtt_var=294&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=603&delivery_rate=5112515&cwnd=252&unsent_bytes=0&cid=c483c3cfeb1bd8de&ts=19&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:80 · green-block-cbf0.gozargah.workers.dev
2024-12-23 07:32
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 07:32:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Hs87DahnrRj%2FBN9NXv5OQwQ%2FIhz%2FbSb9o5f8ce530NNYD6q8ajRdLC0rabdQNUKiN6Or%2Bm45rN%2BVT%2BrFnv4eeDpWcWmSMmrXJ7xRTgG70f%2B0sXPGMY0N%2BhMRrfEIIdYObTS2BsYhMsMICfKAb0igINRBhnE7Cgzf0Ps1QfMgcHtUuVyv"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f66a9159b053a94-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=813&min_rtt=813&rtt_var=406&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=232&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:8443 · ligafufu4d.xyz
2024-12-23 06:54
Open service 2606:4700:3031::6815:4e30:443 · ligafufu4d.xyz
2024-12-23 06:54
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 06:54:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Tue, 14 Nov 2023 16:17:15 GMT Accept-Ranges: bytes Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LDdGdUQ3uIHrOApYyF7aMgNJqhh2SirkVMGYLd%2FEpIDOOHDuahtpoIXmNYD8xO81rdp%2BRN513ba91LjtvsYO9UbzB06uir85ZoQ5a%2BCNz4BlsFyMhT2vjZpG34nDzW5ubsh7V74FjZGMZNRqQg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f66708a48da3a88-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1048&min_rtt=1048&rtt_var=394&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3089&recv_bytes=557&delivery_rate=3836812&cwnd=252&unsent_bytes=0&cid=3625a38db8ee20e9&ts=233&x=0" <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
Open service 2606:4700:3031::6815:4e30:80 · ligafufu4d.xyz
2024-12-23 06:54
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 06:54:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 07:54:18 GMT Location: https://ligafufu4d.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iqxFcSUWxliUM4vFBQc1tLJdecTJ3SOB%2FlnPvPT4t%2Fc55CDUYqEYQUeazqvk0F8RWNTx2MARL%2FUlAyG0v3imFcJ5eY436MXu5Huq3XXVOi6sP0P6l%2BxXhuxL7H60utjXTH0pxj1xdA%2FcvRIlig%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f667087d8ca65b5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=817&min_rtt=817&rtt_var=408&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.ligafufu4d.xyz
2024-12-23 06:26
Open service 2606:4700:3031::6815:4e30:443 · www.ligafufu4d.xyz
2024-12-23 06:26
HTTP/1.1 200 OK Date: Mon, 23 Dec 2024 06:26:57 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Tue, 14 Nov 2023 16:17:15 GMT Accept-Ranges: bytes Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fVviSfQ5QqlSxJI%2FxbNmHCIfhv4%2BXZbqYO8W8CAXa8pV%2BvBeY8ns5FsoQaETWTuMkurKUU%2Bw8NZKhFhlEWr1Qyp82wI5FrDOH5wRncqS1Cux0z0MAiALRHasUfkkwv4gbLvXMhZlhLX3a7c193ZWd0M%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6648770d8d79b5-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2329&min_rtt=2268&rtt_var=894&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=565&delivery_rate=1783068&cwnd=252&unsent_bytes=0&cid=90ac0d133135840e&ts=184&x=0" <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
Open service 2606:4700:3031::6815:4e30:80 · www.ligafufu4d.xyz
2024-12-23 06:26
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 06:26:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 07:26:57 GMT Location: https://www.ligafufu4d.xyz/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=sieTcH6Q06zX9m5BpNqQIcmZXNgYVSzLi5%2Fip3bZ0WijczvCDUINYXbBuq4RT%2FcWWO0tDO6YT4FKgekIN5Fnlh7Pc0t%2BDESl3ED%2B7qArk3J707rdd7dpVt2n6d3ZG6jFGk3HPrcy%2BAOwwEK6vO5mtyE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6648752f489601-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2477&min_rtt=2477&rtt_var=1238&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · socl.devedge.co.uk
2024-12-23 04:57
HTTP/1.1 401 Unauthorized Date: Mon, 23 Dec 2024 04:57:12 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 pragma: no-cache www-authenticate: Basic realm="Access to School of Contemplative Life" alt-svc: h3=":443"; ma=86400 x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jzfKHubQn3E9kZEQOmAO5pDFR6J2e1sI5%2FkQJa6u5%2Fr9gyMmhnUHZH8lsjdENQhUFiepezae1YmReBaNoqQRj5MwhOGkTmGPu%2BzQTIBH3rD8JqR1eaop2i2JXSe404Z98%2Ff0tOm0OkUfrAXX1WvLcGs%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f65c4f9da2a3a9d-FRA server-timing: cfL4;desc="?proto=TCP&rtt=847&min_rtt=745&rtt_var=352&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=565&delivery_rate=5428187&cwnd=252&unsent_bytes=0&cid=ce3244290662c201&ts=66&x=0" Page title: 401 Unauthorized <!DOCTYPE html> <html style="height:100%"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <title> 401 Unauthorized </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head> <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;"> <div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;"> <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">401</h1> <h2 style="margin-top:20px;font-size: 30px;">Unauthorized </h2> <p>Proper authorization is required to access this resource!</p> </div></div></body></html>
Open service 2606:4700:3031::6815:4e30:80 · socl.devedge.co.uk
2024-12-23 04:57
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 04:57:11 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 05:57:11 GMT Location: https://socl.devedge.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TToaUvmg0ialYOI4%2BYWhRliY7gQk5lIyGxAjkqDzdC7islMCeOaWNHxSki%2ByxWcjFRlNCxrbXT%2BLPaFzQ15j7ZhNHHs%2FBETWi19xcVZSM1ztw3UGzNHOZ4RAKYizsw6oK1DitbCu4V20qoUSfGULVcc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f65c4f918a53a85-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1074&min_rtt=1074&rtt_var=537&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=248&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · socl.devedge.co.uk
2024-12-23 04:57
Open service 2606:4700:3031::6815:4e30:443 · interactiveshift.com
2024-12-23 02:32
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 02:32:21 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://www.shiftdsm.com cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ysg%2FVgBPkl7lLCT5uUsCx%2FCNlliK0EWftN%2FnIoaud0W7PUMAgdprjd4zD%2Bqih93d9%2FZMR5%2BRGAt5fAi0UY2BJNZJY5EUEbrUVYwd2Sg40xhheUehHps1R3YzA40KIGEjL2UNCtsvi2VBfQU4H0v7fCsN%2Bg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f64f0cddd61dc64-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1677&min_rtt=1464&rtt_var=975&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=569&delivery_rate=1275709&cwnd=252&unsent_bytes=0&cid=8c4702732a02ab8a&ts=269&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · interactiveshift.com
2024-12-23 02:32
Open service 2606:4700:3031::6815:4e30:80 · interactiveshift.com
2024-12-23 02:32
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 02:32:21 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://www.shiftdsm.com cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=au7jOqfCMlY8CEvrDCtBh4Z0w3nmvUkeuVId0p8dsy6FiA3OfCxF2qgWrt1CvjRlqpePJImpW7zm%2BT3NSkdrG5fJ79iQPTCSETK4On8JnB9GRnbuWwaIvvMgKEROD7fwC%2F31f1ACGcYjJMXeQU%2BFvvaWrw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f64f0cd394ddc60-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1141&min_rtt=1141&rtt_var=570&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · www.rajasatu-link.store
2024-12-23 02:04
HTTP/1.1 521 Date: Mon, 23 Dec 2024 02:04:28 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Gc%2F03xSt1Xy%2BR%2BBHLti51uKAb0NjJ2tJ1S4Om0Nlt1IJijDmzjGsMlhXycTObP%2Blo%2BvF%2BC%2F8E0PGHPPvRM2mqrrgCBzkwHPWlQ0%2BwW6LmsG7zOmv6P%2FUvVWjVT3Yiqg5zD3RIunBy5yV4dSADiTGfy7JvD8IjA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f64c7f63c9d66f2-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=950&min_rtt=944&rtt_var=367&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2326&recv_bytes=575&delivery_rate=2701402&cwnd=251&unsent_bytes=0&cid=ad8803665f1af90c&ts=175&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · www.rajasatu-link.store
2024-12-23 02:04
HTTP/1.1 301 Moved Permanently Date: Mon, 23 Dec 2024 02:04:28 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Mon, 23 Dec 2024 03:04:28 GMT Location: https://www.rajasatu-link.store/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=viWhPi7%2Fp3RJfpYC5EX2nmwp17gz2oGp%2FDQXmAcaWgSQuyj7lyek5LXu20t%2BhsrvAnm203l9CO4HC%2FJ31YWTRvGHzToYv1QgtWSPMHTF%2Fy5x7AAJ6LYgcKa316MwgolAvDzvrvK0TNZ7VDPNQ465iG62aQGc%2FA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f64c7f428e136e7-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1011&min_rtt=1011&rtt_var=505&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.rajasatu-link.store
2024-12-23 02:04
HTTP/1.1 302 Found Date: Mon, 23 Dec 2024 02:04:28 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: http://www.rajasatu-link.store/cgi-sys/suspendedpage.cgi cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VAcG2BWxYdz%2Fsnx%2BVggcBZZpT%2F0978GWV0Jqqp3sKJWt4Qi7sP%2BX9H4trYZLvseRLYBZnBzhOYyGx97y2J7yfoDQiF7M1issiguGhgDECjXKV1eoN9DxkPSBd9%2BH1u3xvtFezN0x8miVZv4QyLywFD5z933GiA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f64c7f67915d260-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1211&min_rtt=1185&rtt_var=463&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2328&recv_bytes=575&delivery_rate=2275105&cwnd=251&unsent_bytes=0&cid=2fef5b2b22b1f6ee&ts=302&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://www.rajasatu-link.store/cgi-sys/suspendedpage.cgi">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · freenode01.gozargah.workers.dev
2024-12-23 00:01
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 00:01:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=t2Q0qXS02kKHp44SKJO75WF8hzcCMwmnloSukTXXRddD4YLOqrIY%2FWZacTtqhGrMgZmurHvi6GTGKVD4u2pf8oln2qI803t6uQNHO5ya46MJg7oiFlXqLe74aQlzaCzcLmGsBoptUKq%2BTZXidvdVARZuAY6zb%2BivslP7mBSb"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f641472cac3950b-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1871&min_rtt=1839&rtt_var=712&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=591&delivery_rate=2199021&cwnd=252&unsent_bytes=0&cid=2392e4c5f0f7a04a&ts=22&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:80 · freenode01.gozargah.workers.dev
2024-12-23 00:01
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 00:01:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HE7U4ZTNu8v54Snki6TKB%2F%2BXKnvuF3oNkErWtMuVmGN5pWLCN%2FIP2B%2FINhIYePHXXJjnQivkmEVUYjhlVOiodJS5GWCocU4MuCdVUFc8Wsapt72Y%2FrZKJ%2BGeKLXmai2b8HYAupM7agE%2BwNqpN9vhTdXsTAI6xbp2v5dAyjd%2F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f64147219ee94b1-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2006&min_rtt=2006&rtt_var=1003&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=226&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:443 · freenode01.gozargah.workers.dev
2024-12-23 00:01
HTTP/1.1 404 Not Found Date: Mon, 23 Dec 2024 00:01:55 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 16 Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gq76odBphbplQjGpMGYpe5UpI9wvEXdLKOJofb5YFUbfOVCCA2meomiP%2B4dbTkILdDww9pQS5SdR2LBX5knbb61ucfGX7Pr1WWCxuEJw7xkevfsl4E4m7gbfCHny1%2B%2BHRTkl7eGW8ZycHCKQrmdpsgbsSFFp%2BOjjstEAE%2BnY"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6414726e12f65e-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1562&min_rtt=1552&rtt_var=603&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3122&recv_bytes=591&delivery_rate=2468864&cwnd=252&unsent_bytes=0&cid=a80a758a6b65ab6d&ts=11&x=0" error code: 1042
Open service 2606:4700:3031::6815:4e30:80 · rajasatu-link.store
2024-12-22 20:26
HTTP/1.1 301 Moved Permanently Date: Sun, 22 Dec 2024 20:26:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 22 Dec 2024 21:26:32 GMT Location: https://rajasatu-link.store/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iRE0SrlH0DPFBxvXOw9YBRrYnUnBCGfuOEsrSC9Yb6eOSw94gHZ6IV2WHHW5G615QDV73GSNeCvPyDDigu8IZeL%2FmvBBLl0YhaacsRMrECSnJZWKreESiuftvUyFjKw7wMkVKiSndVUYUwidq6tGu0v7"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f62d8f2caa81941-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=897&min_rtt=897&rtt_var=448&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · rajasatu-link.store
2024-12-22 20:26
HTTP/1.1 521 Date: Sun, 22 Dec 2024 20:26:33 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gvxZQ%2Fr2JGfIDWzE%2FOJlf19T2GjXm5OQtBtcrpV2%2FlLs5O6bOh1jdld5ZlxDoLsxLTC8IfB%2FvAgX8z55P2LHZ2V8qCy1utxqoOTQ2YH5vg292z2eEXAm1q5g0PtUrivEICGomiuOxhMAYk8EKUZxxbF%2B"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f62d8f3fcbddbb1-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=902&min_rtt=890&rtt_var=342&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2320&recv_bytes=567&delivery_rate=3029213&cwnd=251&unsent_bytes=0&cid=c8384fb6539764dd&ts=159&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · rajasatu-link.store
2024-12-22 20:26
HTTP/1.1 302 Found Date: Sun, 22 Dec 2024 20:26:33 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: http://rajasatu-link.store/cgi-sys/suspendedpage.cgi cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FKsVP4PoFfRb5TcTk3LDbfbtZWPAaMRON8kSvhreP%2FGmOQI4oDAgIwEhdpG297UQBFChHFgdkBPlJ%2FsV2rbyJ0bRgLIn305h9jnQK%2BiSSXTHrG1SWmPjImikygAyFtdsnmLqXmTzZzVZFWihEOwdLf5N"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f62d8f3aea72bf5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=811&min_rtt=798&rtt_var=325&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2321&recv_bytes=567&delivery_rate=2982300&cwnd=251&unsent_bytes=0&cid=acc96a922fe37cab&ts=311&x=0" Page title: 302 Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://rajasatu-link.store/cgi-sys/suspendedpage.cgi">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:80 · rold24race.dk
2024-12-22 13:16
HTTP/1.1 301 Moved Permanently Date: Sun, 22 Dec 2024 13:16:21 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://rold24race.dk/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=SuaGDOkpMY1cAZjxO5pTNyNqI1cIYujWBpGm69wYIQCpIYOlMh6A4ABG9FFKVETzhkmfBhx8AK9fcMb4%2B1%2FEE5k8mRXnIWt05gZGkRpLr1PjTd%2B56ywM8Jrmz2Iue%2Fn2y8POLl3LJV9GuSbO"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6062cb2aff5d42-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=721&min_rtt=721&rtt_var=360&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=208&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · rold24race.dk
2024-12-22 13:16
Open service 2606:4700:3031::6815:4e30:443 · rold24race.dk
2024-12-22 13:16
HTTP/1.1 200 OK Date: Sun, 22 Dec 2024 13:16:21 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Link: <https://rold24race.dk/wp-json/>; rel="https://api.w.org/", <https://rold24race.dk/wp-json/wp/v2/pages/612>; rel="alternate"; type="application/json", <https://rold24race.dk/>; rel=shortlink Vary: Accept-Encoding Age: 14214 X-Cache: HIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0YAf%2FEIs3X3O7svU%2BqSfjk%2Blnaw4VxiFXVw%2FXCz3h945aPT6vlXAAKXHjC9KQ2N6U6%2BFIzsQexQwiUxl3eKk0zRfj2tCTGh7iFtuoEma7aMBvtBrvPUnQ5cjRZvHqlIpfugDo3zM5zDHRgem"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6062cb2e9166b1-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1084&min_rtt=1063&rtt_var=414&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3102&recv_bytes=555&delivery_rate=3804327&cwnd=252&unsent_bytes=0&cid=be0644beb3b1217d&ts=27&x=0"
Open service 2606:4700:3031::6815:4e30:443 · affilaturaformiginese.shop
2024-12-22 12:20
HTTP/1.1 301 Moved Permanently Date: Sun, 22 Dec 2024 12:20:57 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-redirect-by: WordPress vary: X-Forwarded-Proto,Accept-Encoding location: https://www.affilaturaformiginese.shop/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vLXbXafdvV42bC5wTiP6HBjX7FmpT%2BbuJrPfIvcFvsU30oPC9QPn2z4t7DgNLrqDMquA0Cr91Bimg27nz6ZVgt3hTWnhkMdNAmBPphYKFSFtBYmW8U6pFWqAr630LYqiUjw8I2xB79e545HoT1FWTk6QYq2KVI0lSQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f6011a1fb6edcc8-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1119&min_rtt=1054&rtt_var=442&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3143&recv_bytes=581&delivery_rate=3836812&cwnd=252&unsent_bytes=0&cid=062d749fd878788d&ts=251&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · affilaturaformiginese.shop
2024-12-22 12:20
Open service 2606:4700:3031::6815:4e30:8443 · xnbeijzbcuxi.top
2024-12-22 10:50
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 10:50:43 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 10:50:58 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=v%2BebDWF1REYNVS2mVxRl1OHsyyuAQnEa68K0gss2f0sc7pLmH8CQAXrDKNXZh1QJuEB3NTWP%2BGA1ELGAgN9jgdJjH2YblCuCHBOmJOC5Frum890zyaUfd%2FjSWcpFlcmnWtbCgLNtSfRhDZD8NJYX"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5f8d741e33f5c7-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=962&min_rtt=961&rtt_var=362&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=561&delivery_rate=4169072&cwnd=252&unsent_bytes=0&cid=a457b04882cf3392&ts=15&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> xnbeijzbcuxi.top</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5f8d741e33f5c7</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:2:d0::1727:c001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"i
Open service 2606:4700:3031::6815:4e30:443 · xnbeijzbcuxi.top
2024-12-22 10:50
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 10:50:43 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 10:50:58 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qVjQ76fLU4hUm26zm07prctUCWe7aw5KNe5ygKDyF77cwqLKsMUuw9V7VaYHlwyRlH6Zx1ZBNl9Z%2BoD0SDRTGqZz%2FYIMuInGogyGhEdTtpUBpXc9PFCCPqPKQpnLkbT38biDdioqGrEWX5pTORjQ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5f8d73cbd99191-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=792&min_rtt=754&rtt_var=360&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=561&delivery_rate=3797183&cwnd=252&unsent_bytes=0&cid=371ccb79032dac4a&ts=12&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> xnbeijzbcuxi.top</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5f8d73cbd99191</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::dc2:2001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in
Open service 2606:4700:3031::6815:4e30:80 · xnbeijzbcuxi.top
2024-12-22 10:50
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 10:50:43 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 10:50:58 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xcRDOiBGxSKpQuEu0TsYgtXmvD1N7JCcCucsfzDN32QwkeUcLlmDbDDNfB0qGZ54WZ7dCmfv3D%2FlMKOW81MR%2FaFVafWrqyupSdKaNuaV64wrW%2BE0p5x%2FPflCrlufKCoK7owRZnbMLujvWOVSska7"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5f8d73095718d4-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=973&min_rtt=973&rtt_var=486&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> xnbeijzbcuxi.top</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5f8d73095718d4</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::d09:a001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in
Open service 2606:4700:3031::6815:4e30:8443 · stormbreakers.click
2024-12-22 07:53
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 07:53:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 07:53:29 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=CQwgncyCr7qSadE3gC9cO16ud7lxHEWjy74k1q7LX6NYbPBrHz%2B%2FIFb3FBqsswA87QGNMa3Ul1vkM%2B3%2BSFQ9VaDau4ufNWzhyLLuWzDdgt5g4%2FPJ4HEcM04ftDJ6IZmK%2F1xp7kNTeFTqKdMedUG9UuKp"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5e897b5d8cdcbd-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=897&min_rtt=889&rtt_var=339&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3123&recv_bytes=567&delivery_rate=4548931&cwnd=252&unsent_bytes=0&cid=da59080b7945e741&ts=9&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> stormbreakers.click</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5e897b5d8cdcbd</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::1047:b001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classLis
Open service 2606:4700:3031::6815:4e30:443 · stormbreakers.click
2024-12-22 07:53
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 07:53:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 07:53:29 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RCACIfCedcAoirWSPsJFG%2FB8PzAxK3Hchqeg6KBaSCfaBxLTt3UdDHylim7FHKShg2P%2BNzzszLfJAkRPfHsU3ECqxMiKl6sKVa6935172gbwcsIb1axPP6R77XSP5pPvCc6aqy1M6ThtGL6kmj465Ey8"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5e897b7c121c0f-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=926&min_rtt=900&rtt_var=356&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3122&recv_bytes=567&delivery_rate=4493333&cwnd=252&unsent_bytes=0&cid=ab8c7f4c6a67890b&ts=15&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> stormbreakers.click</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5e897b7c121c0f</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::d4f:c001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList
Open service 2606:4700:3031::6815:4e30:80 · stormbreakers.click
2024-12-22 07:53
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 07:53:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Sun, 22 Dec 2024 07:53:29 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=g1wDi2RtmJIsSwoGtDYA8cw4%2Fmb7XJLBCK1phOKvX%2BTkaipTNM%2F4HM%2FzwRMrMn7Rbdo7MPGQvclYP2lqxq3eBbQ%2FVx%2B4c3oJzfcQLCeKAUhzeWkGiUhdiqE8DNkGV9dGnLU73GyrW6F6pd%2F6AlUkMhVD"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5e897ab8812c51-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1424&min_rtt=1424&rtt_var=712&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> stormbreakers.click</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f5e897ab8812c51</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::11fa:8001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classLis
Open service 2606:4700:3031::6815:4e30:80 · nzbasic.com
2024-12-22 03:43
HTTP/1.1 301 Moved Permanently Date: Sun, 22 Dec 2024 03:43:27 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sun, 22 Dec 2024 04:43:27 GMT Location: https://nzbasic.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0BbEBDX8PH%2FBRCv%2FaAA24Z1r5TP8fa1TDOLIOYajQJIphSQ8lOW1Qqk2bPo1DTq9flH%2FPiyv6k%2F0u9GGInqi8jKczINPJdNgTfw4PHZot7eunEHbb1yt7yGwAfplM9TT4CALTsBdcn0R9Q%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5d1b96c838d381-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=978&min_rtt=978&rtt_var=489&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=206&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · nzbasic.com
2024-12-22 03:43
HTTP/1.1 200 OK Date: Sun, 22 Dec 2024 03:43:29 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Cache-Control: no-cache, private Permissions-Policy: interest-cohort=() X-Powered-By: Statamic Set-Cookie: XSRF-TOKEN=eyJpdiI6IjdsOU9zS3NaUmQzcW11dmhPRkljOFE9PSIsInZhbHVlIjoiNmVLdm5QSVMyM3JzQUFKMWhNdy9MR1Z3aWx2aWNMUXFDWithcGJIdmUrRVNHNnQ4ZUl5Q29vdG80dDh2NHVWMkcrVUFPUGdKTjVHVHprTElPVHNyeDZYWmx5UnN6MWlVZk5oRzVQRkUwVFl0Q3dZUUhWbzhsMmpJZXBWeWduRmYiLCJtYWMiOiJiZTYxMjRkNTgyYTUwYTQ0YTUxMzYzODRiZWMyYzI2YTI3YzExYTUyYTYwYmIyMjY2ODY2N2I1Y2NlNDAwZmQxIiwidGFnIjoiIn0%3D; expires=Sun, 22 Dec 2024 05:43:29 GMT; Max-Age=7200; path=/; secure; samesite=lax Set-Cookie: statamic_peak_session=eyJpdiI6ImZwWEZOZ1ZtQmZnNFpJcUMxYWhncFE9PSIsInZhbHVlIjoiSGVsbWVDOWx2RW1nRnltTFoyVU82Rk4rak9jRlErVmJtR1Z2bnVoUWNKc0NPL0tDdGFBWTd2dEFHR3FuV2hEdWFQelQ5a0NYbVBvK2pwb0hGRmxsQ090bUJOeHp6VngzNkJ3ZnQwQmthbndhcUtaL2U1a05iWit1b1NIUm1pbTYiLCJtYWMiOiIxMGI1MzZiNThjMzA1NGI5N2FmNmU4Njg2Y2EzYjY2ZDc4MDc1YTQ5NzZmZGI0ODZiOTAwODQwMDM5MDM1ZDZhIiwidGFnIjoiIn0%3D; expires=Sun, 22 Dec 2024 05:43:29 GMT; Max-Age=7200; path=/; httponly; samesite=lax X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7m5lya7%2F0J0NX4vXTNjvvQuK16HT6QzmYZn%2FBZ958QsIeuV95wUiBLG95MV1rCdAuTEP2pmk9UrhkCHFDocOOae8ZUQvtNVuxpBFBqOYhmMtKIq1uGNqkMsFJzpw0wuYqM7ZumZ5ID6Ktw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5d1b991c72996e-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=742&min_rtt=735&rtt_var=280&sent=4&recv=6&lost=0&retrans=0&sent_bytes=2672&recv_bytes=551&delivery_rate=3668027&cwnd=251&unsent_bytes=0&cid=4c3d1d5f97442699&ts=1600&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · nzbasic.com
2024-12-22 03:43
HTTP/1.1 200 OK Date: Sun, 22 Dec 2024 03:43:31 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OMqzqKQWbWECe98C9fJNdxiLa1MqvtoqqkNQQ3kOUxwsR3xPM%2BlshY2o2L%2BUwea2JuEZBAa73%2BG4%2BxpataOfE2svvciteQGu7BI0PsCeTRRakZKhH6QUC0lR0ZHRdWyc%2Ftaf9x%2B3jurYEQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5d1b9b7ef63732-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=735&min_rtt=705&rtt_var=218&sent=4&recv=7&lost=0&retrans=0&sent_bytes=2671&recv_bytes=551&delivery_rate=3718620&cwnd=251&unsent_bytes=0&cid=1f575f22daf92330&ts=3231&x=0" <HTML><HEAD><script>top.location.href='/Main_Login.asp';</script> </HEAD></HTML>
Open service 2606:4700:3031::6815:4e30:8443 · nasrul.my.id
2024-12-22 03:18
HTTP/1.1 521 Date: Sun, 22 Dec 2024 03:18:25 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vEansHc0ofZHghU8JHbjtmBVzDi4ppFz12e7VcpFce1rC%2Bc3iuw4xugloBwvsv%2FKt%2BdGQ6XYdEJhYp8S492Z8gPkyKUPn3m%2FH%2BV0PxeX7rCXIoaHJcKs431TBHEUjDvM0%2BeWv6HN6MmRuaw%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f5cf6e87eb3366f-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=740&min_rtt=717&rtt_var=219&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3102&recv_bytes=553&delivery_rate=5279373&cwnd=252&unsent_bytes=0&cid=c5dbd099128e1619&ts=179&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · nasrul.my.id
2024-12-22 03:18
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 03:18:25 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=E7QJFvV8oja9K6wyLajJS7OefMikRhDsyGxd7aPw1XfE90Lp%2FJKQYH94TtXXdNECVrG1GpyNbsmrcxv6RP4hn04LiN6uybyckCgRVptGrsdFF88Lo%2Bz81sR5q0YRp7MMBBvfKx217SSrMSA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5cf6e8eab1d3ae-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=962&min_rtt=897&rtt_var=383&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3102&recv_bytes=553&delivery_rate=4508361&cwnd=252&unsent_bytes=0&cid=e73630a9dd3ceb61&ts=182&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · nasrul.my.id
2024-12-22 03:18
HTTP/1.1 403 Forbidden Date: Sun, 22 Dec 2024 03:18:25 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1NTPCtIejuXAWsNzRiDf%2BxVNGlRvRvc%2FWWCaudd3wc%2FYQ%2FYmjuSqvn1RVwqjwu0i0zbppHZYBv2XRVivxHaHSFGosCTKu3%2Bopn8hICOa7H8%2FBWLIk8fwnfZoCERmToLl%2B7is88XT%2Fi%2F4Rns%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f5cf6e83feb6967-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=699&min_rtt=699&rtt_var=349&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · long-cake-0a93.ahmariphillips09.workers.dev
2024-12-22 00:59
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sun, 22 Dec 2024 00:59:07 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · long-cake-0a93.ahmariphillips09.workers.dev
2024-12-22 00:59
HTTP/1.1 200 OK Date: Sun, 22 Dec 2024 00:59:08 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f5c2ae08d2b993f-FRA CF-Cache-Status: DYNAMIC Age: 195406 Cache-Control: max-age=604800 Expires: Sun, 29 Dec 2024 00:59:08 GMT Last-Modified: Thu, 17 Oct 2019 07:18:26 GMT Vary: Accept-Encoding x-cache: HIT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=9v7kH5VNOZkkAGc0Lfi33d1YipfNrmjxlekJuWDK1L8YokVzc9Q7oQJdNugfDRBLQtG9B%2BVQFqK%2BEAMowaHTbWr%2FBL3VV0TTMGdNCA9P46k%2B87feqnYxCZ6n7YQRCcGnEKFZr3Ikw2XfP4iOdi5KJpVF22aO4wsK%2Fiew4HB%2BTLr3y66Q478azES5"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1237&min_rtt=1237&rtt_var=618&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=238&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Example Domain <!doctype html> <html> <head> <title>Example Domain</title> <meta charset="utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css"> body { background-color: #f0f0f2; margin: 0; padding: 0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } div { width: 600px; margin: 5em auto; padding: 2em; background-color: #fdfdff; border-radius: 0.5em; box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02); } a:link, a:visited { color: #38488f; text-decoration: none; } @media (max-width: 700px) { div { margin: 0 auto; width: auto; } } </style> </head> <body data-experiments="big-button"> <div> <h1>Example Domain</h1> <p>This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.</p> <p><a href="https://www.iana.org/domains/example">More information...</a></p> </div> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · long-cake-0a93.ahmariphillips09.workers.dev
2024-12-22 00:59
HTTP/1.1 400 Bad Request Server: cloudflare Date: Sun, 22 Dec 2024 00:59:07 GMT Content-Type: text/html Content-Length: 655 Connection: close CF-RAY: - Page title: 400 The plain HTTP request was sent to HTTPS port <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>cloudflare</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · andreaplank.com
2024-12-21 16:42
Open service 2606:4700:3031::6815:4e30:443 · andreaplank.com
2024-12-21 16:42
HTTP/1.1 520 Date: Sat, 21 Dec 2024 16:42:18 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2Bvu5LLMtSzzAhQoVLbDQhGSWFq139YeZPDS5B5fMF%2BEsYHAxvSI5yreW0fuH8Ww1eGmbE0odNiQhBnJP8JmU4YIDxm%2Bk7kY%2Foln%2BOEt9rZ6Yg1ri3Mr9evsebuxeu9j4fF%2FbfrasdJF6QZ%2FFWBg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f59531b6f13796d-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1256&min_rtt=1222&rtt_var=528&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3107&recv_bytes=559&delivery_rate=2694203&cwnd=252&unsent_bytes=0&cid=a3ac7c68e70681b6&ts=108&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:80 · andreaplank.com
2024-12-21 16:42
HTTP/1.1 301 Moved Permanently Date: Sat, 21 Dec 2024 16:42:18 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 21 Dec 2024 17:42:18 GMT Location: https://andreaplank.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=S67b%2B97VrCnAw%2F1BtjkBrie%2FFkptg4k1DA30IdY%2BTBBGFsYdzpOUQBixMDqF%2BysMhNUBfuWbcdhPeqxALaffk1kpCE39Nm5B04n3mJ9%2FxgYbdaGU1V7LkJI%2F7lyBh3qhy1RiyJF%2BGDNU1ShQ33w%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f59531a1e980e7e-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1421&min_rtt=1421&rtt_var=710&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · desixflix.click
2024-12-21 15:25
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 15:25:05 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Sat, 02 Nov 2024 06:50:38 GMT accept-ranges: bytes x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EjxcgE79rm3xdAD5cQih7ZQcPUAYkaVm2rzP0tBxhCGUgqwLWCHhipCFbf%2FJee1oJq2ySqAoQJieIP7jos2mF6VMMKOW%2FZn9URSGFx%2BQO662mi6O7qYisyqbse4kd1JgYySXEfkuX4kOxnuxyFE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f58e1fc28769186-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2499&min_rtt=1714&rtt_var=2214&sent=6&recv=7&lost=0&retrans=1&sent_bytes=2950&recv_bytes=559&delivery_rate=465844&cwnd=252&unsent_bytes=0&cid=a41a183b9db4bc63&ts=43&x=0" <html>webserver is functioning normally</html>
Open service 2606:4700:3031::6815:4e30:80 · desixflix.click
2024-12-21 15:25
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 15:25:05 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Sat, 02 Nov 2024 06:50:38 GMT accept-ranges: bytes x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=UeQqoH%2Bmu7saGpMxKvJptrUd84ftaRJG2dQIKSv1cidiFt8V07nVxGXuwZH0dVUzgqf46NOhunoW8Xe%2BG1ESiDIsn%2FLZytxcnHgb%2F3fnm8iCWF6ZaIu0fTpIGNPDJpASHb3OzfZHgARYKz1ZxkA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f58e1fa0914927f-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1297&min_rtt=1297&rtt_var=648&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" <html>webserver is functioning normally</html>
Open service 2606:4700:3031::6815:4e30:8443 · desixflix.click
2024-12-21 15:25
HTTP/1.1 521 Date: Sat, 21 Dec 2024 15:25:05 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=io%2FE52zAuvaDev%2F4%2BFr3%2FAgOSkOiGjXHvcJ2OQ5wBqhSNwsMoKFymWg5vhvK6Pb0rNfpBT0aBD7aLalSmIOXXFDs1pog45UsOVcP6qt%2B77FexA88%2FPnqsTN7RwCEr2BMiD2uenBTj2nyokkhgfY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f58e1faad06dca9-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1302&min_rtt=1296&rtt_var=490&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2822&recv_bytes=559&delivery_rate=3120370&cwnd=252&unsent_bytes=0&cid=5439a584c0663878&ts=29&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · crdbonus.com
2024-12-21 14:51
HTTP/1.1 301 Moved Permanently Date: Sat, 21 Dec 2024 14:51:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 21 Dec 2024 15:51:42 GMT Location: https://creditbonus.co/login?c=14946&source=creditbonus Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Zf9lLmGnTIXSXWdzOirQM19fzylJ4UNYvwQbaPHELP5npmDTEyHCVVjHOJ%2F1AU4xW8NOMCcp%2Bo%2FtEuCXvD2ln%2ByXL3CQKsz%2FNvDvwoD2XvGlzuyUvcB6ocoAyE8sbjGIFgN8SZ4k3pM4p5k%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0 Server: cloudflare CF-RAY: 8f58b1197d0a80d9-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1395&min_rtt=1284&rtt_var=561&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3464&recv_bytes=553&delivery_rate=3149532&cwnd=252&unsent_bytes=0&cid=ef8ee513f185dc73&ts=19&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · crdbonus.com
2024-12-21 14:51
HTTP/1.1 301 Moved Permanently Date: Sat, 21 Dec 2024 14:51:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 21 Dec 2024 15:51:42 GMT Location: https://creditbonus.co/login?c=14946&source=creditbonus Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VSx34R3yoyN0J07y0ie%2BbNhotW%2BaH1VnHls9R0gEF5BgQnnrhCTtB3DSg9%2FsVZR6SRw3rWev1ozaDmjfBURIGGljwNodmkBlhQYPh40Pb%2BcH7ebW2B%2BBne2oupyfgWt20Noy4B%2BManmtcJ0%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f58b117e8c74390-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1302&min_rtt=1302&rtt_var=651&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · crdbonus.com
2024-12-21 14:51
HTTP/1.1 301 Moved Permanently Date: Sat, 21 Dec 2024 14:51:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 21 Dec 2024 15:51:42 GMT Location: https://creditbonus.co/login?c=14946&source=creditbonus Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Rl9UXSN5RaNyAPsNG0P%2FDwcrb347UEpk29uJdq38zwQ9%2FQ9tFfKX0W17xcX0kEUNpAwtCZQmO2o4knSWymf1mJWE8U%2BVizKn%2BUI%2B7VFULsYjUwBi8rdXOjONO%2BEjZooD6WOVueb0eFTn0iI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=0 Server: cloudflare CF-RAY: 8f58b117ac56c475-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1151&min_rtt=872&rtt_var=526&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3466&recv_bytes=553&delivery_rate=4637614&cwnd=252&unsent_bytes=0&cid=db94fda4f2e88c11&ts=15&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · fleet-tracking-systems.today
2024-12-21 14:50
Open service 2606:4700:3031::6815:4e30:80 · fleet-tracking-systems.today
2024-12-21 14:50
HTTP/1.1 301 Moved Permanently Date: Sat, 21 Dec 2024 14:50:14 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Sat, 21 Dec 2024 15:50:14 GMT Location: https://fleet-tracking-systems.today/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xNwkk68f1dFUFmoehPJapD3%2BQ%2Beikd%2F4EAu7OphLCX%2BUkiktJF91MZyHtyFt2QEIQhcwPY%2BlWmtFTr8GdKGf33RZSfFqKl00V%2FBOFfd2lU3ZtWPfOtBJ8PHI60wi%2BR1lMMaKf8NwaMWZqsga6JjKsyWZbQ0Lzv%2Byyi4F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f58aeed8d12d350-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1449&min_rtt=1449&rtt_var=724&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=223&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · fleet-tracking-systems.today
2024-12-21 14:50
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 14:50:14 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: uuid=027f700f-ba50-46b1-b9a9-138f692ed72d x-adblock-key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_kH51y0GP1mY+bixYy2YAbGdHZIL70qWAVjP11CP2p1OxG74Ar98K4kagRPtdqgldSbkS5CbgtIl7SufHcGffbw== vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2uxMm8PmiD1OdwyCVJA3ec%2F9O8ZFlrBvHDVqwHEaBGsK0gM8jCyEvNByVGBsz%2FiiWIswy11CHzdUHEIvlUv9KihtgCMwgJ50OG7EXB5D8dELh2VqKy6F8SXk5MObP0lOd7zpLst8UHXTunwZ5V1kkgqEEODn6b3K1F8%2F"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f58aeef3815dbde-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=895&min_rtt=882&rtt_var=340&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3148&recv_bytes=585&delivery_rate=4585034&cwnd=252&unsent_bytes=0&cid=4a954b691c2a15b6&ts=173&x=0" <!DOCTYPE html> <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_kH51y0GP1mY+bixYy2YAbGdHZIL70qWAVjP11CP2p1OxG74Ar98K4kagRPtdqgldSbkS5CbgtIl7SufHcGffbw==" lang="en"> <head><script async src='https://ob.greencolumnart.com/i/2901bede9a38ca5f99dfcf13e3c0fc38.js' data-ch='cheq4ppc' class='ct_clicktrue_77557' data-uvid='027f700f-ba50-46b1-b9a9-138f692ed72d:as-drid-2958619199160577:3257567252:partner-dp-domainactive15_3ph_xml' data-jsonp='onCheqResponse'> </script> <script> var obtscript = document.createElement('script'); obtscript.setAttribute('src','https://ob.togreencolumn.com/i/6e3a82979a1e73c3323cc8d1a4e46b46.js'); obtscript.setAttribute("data-ch", "cheq4ppc"); obtscript.setAttribute("data-jsonp", "onCheqResponse"); obtscript.setAttribute("class", "ct_clicktrue_59128"); obtscript.setAttribute("data-uvid", ""); document.head.appendChild(obtscript); function onCheqResponse (message) { try { var url = "https://81bx0feo6k.execute-api.us-west-2.amazonaws.com/main" fetch(url, { method: 'POST',headers: {"accept": "*/*", "Content-Type": "application/json", "origin": "https://fleet-tracking-systems.today"}, body: JSON.stringify({"message": message, "hash": "", "domain": "fleet-tracking-systems.today", "pid": 1 }) }); } catch (err) {} } </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="cleartype" content="on"> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport"> <meta property="og:title" content="" > <meta property="og:description" content="" > <meta name="description" content="" > <meta name="HandheldFriendly" content="True"> <title></title> </head> <style type="text/css"> body{ background: #313131; font-family: 'Poppins',sans-serif; text-align: center; font-size: 1rem; } .content-wrap{ padding-bottom: 0; max-width: 100%; min-height: 600px; margin-top: 11px; } #adBlock1{ max-width: 520px; min-height: 700px; margin: auto; } #kwBlock1{ max-width: 100%; min-height: 700px; margin: auto; } footer{ color: #949494; padding: 2rem 1rem; font-size: .8rem; margin: 0 auto; max-width: 440px; } .footer{font-size:11px; padding: 30px 0px; width: 100%; color: #666; text-align: center;} .footer a { color: #666;} .tagline { color: #ffffff; font-size:14px;} </style> <body> <div class="main-wrap"> <div class="content-wrap"> <div class="items-wrap"> <span class="tagline"></span> <div id="adBlock1"></div> <div id="kwBlock1"></div> </div> </div> <footer class="footer" id="footer"> <a href="/privacy.php" onclick="window.open('/privacy.php','privacy','location=0,status=0,scrollbars=1,width=800,height=600'); return false;">Privacy Policy</a> • <a href="/tos.php" onclick="window.open('/tos.php','tos','location=0,status=0,scrollbars=1,width=800,height=600'); return false;">Terms of Use</a> </footer> </div> <script src="https://www.google.com/adsense/domains/caf.js?abp=1&2va64smr560lx5k=true"></script> <script> var gAccepted, gData, gActionType, adsLoaded; var pageOptions = {"adsafe":"medium","pubId":"partner-dp-domainactive15_3ph_xml","hl":"en","resultsPageBaseUrl":"https:\/\/fleet-tracking-systems.today\/?caf_results=1&acid=0&asrc=&at2=15&at3=seg261%2Cseg7&atxt=&avid=&ct=123&psqs=&sqs=&t1=&t2=&t3=&tpct=&u=&u2=&uuid=027f700f-ba50-46b1-b9a9-138f692ed72d&rfpi=&ec=&at4=3257567252&sescnt=1","domainRegistrant":"as-drid-2958619199160577","kw":"","terms":"","personalizedAds":false,"styleId":3257567252,"channel":"seg261,seg7","uiOptimize":true}; pageOptions.pageLoadedCallback = cafCallback; var kwBlock1 = {"colorBackground":"transparent","columns":1,"container":"kwBlock1","fontSizeAttribution":12,"fontSizeTitle":22,"
Open service 2606:4700:3031::6815:4e30:8443 · real-generate-v3.gozargah.workers.dev
2024-12-21 12:01
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 12:01:17 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 381 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2cloGgLN84TGzBmTs4i%2Bw5WrwE5QoY7DObar04uK1eHtRVzxchxar%2BUtkIOIU924rJkV3P8ckjcOFaXpQ3U6ivDJy%2B3aMDsCYEO8KEkliNSx2WTbtFd3O8uD36CFJ1nkIItc6DW4OLKROgd75%2F0OcLaa28zMbWlH1LXEwmIoquwTMOgr"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f57b774efa166c9-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1046&min_rtt=961&rtt_var=421&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3120&recv_bytes=603&delivery_rate=4208116&cwnd=252&unsent_bytes=0&cid=c988a505ded8d02c&ts=21&x=0" vless://null@null.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#haruki-1-null vless://null@null.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#haruki-2-null
Open service 2606:4700:3031::6815:4e30:443 · real-generate-v3.gozargah.workers.dev
2024-12-21 12:01
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 12:01:17 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 381 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=YEYlK0SLqXMgK4mJ3T7ymy7dREnc13Lyw5ocfKY1pp59AgMRDGRMKXoZrLPmTza2mVOZM64ZJBp%2FbR1UAySh9Hauk8tcL%2Fqk%2Fv92ru5iJ9TZsvaiAyUIPF3AMXpgan%2F6A%2BtZZTK0e%2BD%2B7nfAbwvFjrYV1UTcEv71N1149vJmfOPj3%2BjC"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f57b774d9a29503-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1934&min_rtt=1931&rtt_var=731&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=603&delivery_rate=2065372&cwnd=252&unsent_bytes=0&cid=3e4ca30107d4bff0&ts=28&x=0" vless://null@null.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#haruki-1-null vless://null@null.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#haruki-2-null
Open service 2606:4700:3031::6815:4e30:80 · real-generate-v3.gozargah.workers.dev
2024-12-21 12:01
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 12:01:17 GMT Content-Type: text/plain;charset=UTF-8 Content-Length: 381 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HyvPh0GPODsR8Mi%2BL%2Fabhv9kFtZDhzCy0qJTDbzQtPOLoiQQXMQqdFnA1%2BtUyLpaF3XwTbzFN1q0FeyJzEG%2FEidIkZML11QIBiS%2BEcTEvCBJ4f%2B6lvdlhXX8OoenQuCMDf2ndiOZBSY0QBH%2FrQokQ6DqpG3tGXHg1yUKBR9WWk2FLi52"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f57b774093c2c22-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=801&min_rtt=801&rtt_var=400&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=232&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" vless://null@null.arthurschopenhauer.fun:29017?type=tcp&security=reality&fp=chrome&pbk=xY0udXnunO_Wdlqq1sVJRPpLk5K4X68PE5oHrHjRvFw&sni=azaronline.com&flow=&sid=dd6176c1#haruki-1-null vless://null@null.arthurschopenhauer.fun:56732?type=tcp&security=reality&fp=chrome&pbk=PjJX1tiCBkEPe7MdAzUcZfDLij5Y9lM_VUpnRhHssm0&sni=azaronline.com&flow=xtls-rprx-vision&sid=9aa8faa6#haruki-2-null
Open service 2606:4700:3031::6815:4e30:8443 · 3k.ewq2431.workers.dev
2024-12-21 07:00
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 07:00:35 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f55fef03a169711-AMS CF-Cache-Status: DYNAMIC Cache-Control: no-store, no-cache, must-revalidate Expires: Thu, 19 Nov 1981 08:52:00 GMT Set-Cookie: PHPSESSID=37afofu4k98eti42707js6scj1; path=/ Pragma: no-cache Set-Cookie: visitor=1734764435; path=/ Set-Cookie: _t=mobile_2018; expires=Thu, 21 Dec 2034 07:00:35 GMT; Max-Age=315532800; path=/ Set-Cookie: _l=TW; expires=Thu, 21 Dec 2034 07:00:35 GMT; Max-Age=315532800; path=/ X-Powered-By: PHP/8.3.9 Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oIuj0lhibtpX0N0FGdKh9qxlKRdjVOgs87jCEqXtlw9BImzo%2FOXADkzdI%2FDmuCMzh3Ck2hX%2FWPhQHZaUGVujb4CDCrfCEyoQPTSbIXEICBBW1jd8Y6E4ScGMDBtT6V8fFn%2B2V8cjrKYWXEcvcMx2cQz%2BMxsp"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1149&min_rtt=1030&rtt_var=471&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=573&delivery_rate=3926213&cwnd=252&unsent_bytes=0&cid=dccded4dafb5f470&ts=1837&x=0" Page title: AUTO ONLINE 汽車線上 <html> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XPCPQTP3MH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XPCPQTP3MH'); </script> <meta charset="utf-8"> <meta http-equiv="Content-Language" content="zh-tw" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>AUTO ONLINE 汽車線上</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <base href="https://www.auto-online.com.tw/" /> <base target="_top" /> <link rel="stylesheet" href="2024/theme/mobile_2018/css/AOL_2018_mobile.css?1734764435" /> <link rel="stylesheet" href="2024/theme/mobile_2018/css/jquery.mobile.icons.min.css?1734764435" /> <link rel="stylesheet" href="2024/theme/mobile_2018/css/jquery.mobile.structure-1.4.5.min.css?1734764435" /> <script src="2024/theme/mobile_2018/javascript/jquery-1.11.1.min.js?1734764435"></script> <script src="2024/theme/mobile_2018/javascript/jquery.mobile-1.4.5.min.js?1734764435"></script> <script type="text/javascript"> <!--// var theme_session = '04845185b258a1c89a37b3439e144ada' ; //--> </script> <script data-ad-client="ca-pub-1167473146913909" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { googletag.defineSlot('/22355390357/autoonline_inarticle_bottom_MB_300x250',[[300, 250], [336, 280]], 'div-gpt-ad-1617699448224-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script> </head> <body> <div data-role="page" data-theme="a"> <div data-role="header" data-position="center" style="overflow:hidden;"> <h1 style="margin:0;text-align:center">AUTO ONLINE 汽車線上</h1> <a href="#primary_links" data-icon="bars" class="ui-icon-bars" data-position="left">選單</a> <button onclick="location.href='/';" data-icon="home" class="ui-icon-home" style="float:right">首頁</button> </div> <div data-role="content" data-theme="a" class="page_content"> <h3>BMW X3第四代上市登場</h3> <a href="/news/40511" alt=""><img src="/album/93/1734682793.jpg" style="width:100%;margin:0.5em 0" alt="" /></a><br /> <p class="preface"> BMW總代理汎德為嚮往Sports Activity Vehicle的消費者獻上全新第四代BMW X3,導入X3 20 xDrive xLine、X3 20 xDrive M Sport與X3 M50 xDrive三款車型,建議售價為新台幣249萬元、277萬元與383萬元。 <br /> <a style="font-weight:bold" href="/news/40511">詳全文</a><br /> </p> <ul style="margin:0" data-role="listview" data-inset="true" data-divider-theme="a"> <li data-role="list-divider"><h2>最新消息</h2></li> <li> <a href="/news/40513" alt=""> <img src="/mobile/thumbnail/d78760b848bab23c6aa0c33f12c81de9.jpg" style="height:100px" alt="" /> <h2> Škoda Enyaq十月榮登歐洲銷售榜首</h2> <p>促銷&保養</p> </a> </li> <li> <a href="/news/40512" alt=""> <img src="/mobile/thumbnail/be0b0476dae230f4013d678d8a4d0969.jpg" style="height:100px" alt="" /> <h2>Audi RS Q8高性能旗艦休旅亮相上市</h2> <p>新車</p> </a> </li> <li> <a href="/news/40510" alt=""> <img src="/mobile/thumbnail/63db11a8fa750a66c17edabed277a00f.jpg" style="height:100px" alt="" /> <h2>林書豪搶在倒數結束前出手!成為Maserati Levante GT Performance最後配額車主</h2> <p>產業</p> </a> </li> <li> <a href="/news/40509" alt=""> <img src="/mobile/thumbnail/6ac977b92956772d1e214fa900522b1a.jpg" style="height:100px" alt="" /> <h2>Lamborghini服役義大利警車20年 執法救命成果豐碩</h2> <p>特別企劃</p> </a> </li> <li> <a href="/news/40508" alt="">
Open service 2606:4700:3031::6815:4e30:80 · 3k.ewq2431.workers.dev
2024-12-21 07:00
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 07:00:34 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f55fef429d6915e-FRA CF-Cache-Status: DYNAMIC Link: <https://dreamchefhome.com/wp-json/>; rel="https://api.w.org/" Vary: Accept-Encoding alt-svc: h3=":443"; ma=86400 x-frame-options: SAMEORIGIN x-litespeed-cache: hit x-turbo-charged-by: LiteSpeed Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gjVnS8BrXUR%2BquyUq%2B832bJPSpxflH4Fd1AYB1AbP9z1UqFo%2Fj4bA0yKrxfJIl1iNfJg%2BqC2rd06NtKq%2BKA81O0%2FpDCjRIPVjMj%2FQqmmTzl%2BYHoLgm8hzDj06rJ%2F79LWApmd8ZUpHgw%2FdOZPfTSCLnWDbaxz"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare server-timing: cfL4;desc="?proto=TCP&rtt=922&min_rtt=922&rtt_var=461&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · 3k.ewq2431.workers.dev
2024-12-21 07:00
HTTP/1.1 403 Forbidden Date: Sat, 21 Dec 2024 07:00:34 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f55fef59a4cdbfb-FRA 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 Vary: Accept-Encoding Accept-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA cf-chl-out: rtn3QXToE/jXzi2d9BoTjVnKCCCyl6vmV18zfMTqaChlPWpHGlfbGDMJcJdPwYzvtNAWepm5noWp0npg9uMJchw6sFaQYCSlEeaSpca+g6Fc59XAugahZ7aCubPc3gvWGQSFxMSlG2wVyKNZtJdIXw==$QmkfwWzrWIaIeV/TbdlCFg== cf-mitigated: challenge Critical-CH: Sec-CH-UA-Bitness, Sec-CH-UA-Arch, Sec-CH-UA-Full-Version, Sec-CH-UA-Mobile, Sec-CH-UA-Model, Sec-CH-UA-Platform-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Platform, Sec-CH-UA, UA-Bitness, UA-Arch, UA-Full-Version, UA-Mobile, UA-Model, UA-Platform-Version, UA-Platform, UA Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin Cross-Origin-Resource-Policy: same-origin Origin-Agent-Cluster: ?1 Permissions-Policy: accelerometer=(),autoplay=(),browsing-topics=(),camera=(),clipboard-read=(),clipboard-write=(),geolocation=(),gyroscope=(),hid=(),interest-cohort=(),magnetometer=(),microphone=(),payment=(),publickey-credentials-get=(),screen-wake-lock=(),serial=(),sync-xhr=(),usb=() Referrer-Policy: same-origin X-Content-Options: nosniff X-Frame-Options: SAMEORIGIN Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3uDr%2FPSapGBUZrAt57ku%2FKQyRvQknvlkjiMh0YEsC%2Bh4qJWvvclbMdEllZBvkcOEEMgmCoyiFHy7kEmtLUdSMQ8cIeSALiB5B6WY7zcW1p3J%2BQEtnD83MGdr4d50abcjdVzgjMO15%2BdNgQQR36erN0o4sZB0"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1391&min_rtt=1146&rtt_var=604&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3121&recv_bytes=573&delivery_rate=3528795&cwnd=252&unsent_bytes=0&cid=dca7ee50f60654c7&ts=27&x=0" Page title: Just a moment... <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="robots" content="noindex,nofollow"><meta name="viewport" content="width=device-width,initial-scale=1"><style>*{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;color:#313131;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{display:flex;flex-direction:column;height:100vh;min-height:100vh}.main-content{margin:8rem auto;max-width:60rem;padding-left:1.5rem}@media (width <= 720px){.main-content{margin-top:4rem}}.h2{font-size:1.5rem;font-weight:500;line-height:2.25rem}@media (width <= 720px){.h2{font-size:1.25rem;line-height:1.5rem}}#challenge-error-text{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0IyMEYwMyIgZD0iTTE2IDNhMTMgMTMgMCAxIDAgMTMgMTNBMTMuMDE1IDEzLjAxNSAwIDAgMCAxNiAzbTAgMjRhMTEgMTEgMCAxIDEgMTEtMTEgMTEuMDEgMTEuMDEgMCAwIDEtMTEgMTEiLz48cGF0aCBmaWxsPSIjQjIwRjAzIiBkPSJNMTcuMDM4IDE4LjYxNUgxNC44N0wxNC41NjMgOS41aDIuNzgzem0tMS4wODQgMS40MjdxLjY2IDAgMS4wNTcuMzg4LjQwNy4zODkuNDA3Ljk5NCAwIC41OTYtLjQwNy45ODQtLjM5Ny4zOS0xLjA1Ny4zODktLjY1IDAtMS4wNTYtLjM4OS0uMzk4LS4zODktLjM5OC0uOTg0IDAtLjU5Ny4zOTgtLjk4NS40MDYtLjM5NyAxLjA1Ni0uMzk3Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:contain;padding-left:34px}@media (prefers-color-scheme:dark){body{background-color:#222;color:#d9d9d9}}</style><meta http-equiv="refresh" content="390"></head><body class="no-js"><div class="main-wrapper" role="main"><div class="main-content"><noscript><div class="h2"><span id="challenge-error-text">Enable JavaScript and cookies to continue</span></div></noscript></div></div><script>(function(){window._cf_chl_opt={cvId: '3',cZone: "forum.gamer.com.tw",cType: 'managed',cRay: '8f55fef5a1cedbd3',cH: 'd39K3p_oaUaZhgkJVnQLr5MvbCw_GMpnHnpsogSnPXM-1734764434-1.2.1.1-m8OeCG9A_BvzkY8Vcuq6aD1buE9Iow2n_hulYg1zdZXvA.JvrGP_Nymoxm_YSSeW',cUPMDTk: "\/?__cf_chl_tk=mfwJ1fwhiVTkQ6UaAch3UvxCicLO4P7DI0znAL_pieA-1734764434-1.0.1.1-5CyzgnhKqcTMbEImyP7wGtWw3m_r7L0uQyWHw71LECo",cFPWv: 'b',cITimeS: '1734764434',cTTimeMs: '1000',cMTimeMs: '390000',cTplC: 0,cTplV: 5,cTplB: 'cf',cK: "",fa: "\/?__cf_chl_f_tk=mfwJ1fwhiVTkQ6UaAch3UvxCicLO4P7DI0znAL_pieA-1734764434-1.0.1.1-5CyzgnhKqcTMbEImyP7wGtWw3m_r7L0uQyWHw71LECo",md: "NPBddaGnsis3Olb3N0M1Y84nYuX7U3LGf786Pa0uYaM-1734764434-1.2.1.1-EiUOvfPmNeL1tayxXnG5nWzULWL3C_ZoPjd4nrhWoBzUAdD6kO7U8.N2Y05vxVZYRzr73GPei2W_SQoKSO7BvBTKrrCzFiW0EBvW8592AGONFMnL3iKEIQrGwjrgZPB.8YeG_KMn_h1scqEIpPa_XKmVEYcHd7q4IUK8sxgnkVXZwrWBhQvgk9JPEQONbyE_6bHY2M8SnBfIUkPVKo3UkrWlNuS.7WySbeg2WShlliAWN3Zhxm0tVRm9l7IBfIEaAm9_aNZ2hnHxQIqljbyw87aRxVxo2UUvO6Ihrrh_tcTLWHGkfusWrcCUTXWXMpJxpWHuPBjmLksLfJIxR9UhpYKm8tL5HYDOEDQogdrmYvYh7taDzV6t2l9Zaj6GWsT.Lja.tnlNyrqtJ.DsCxKqnjHdiJP4YU76apw2UibWHKOqz.1BmAYwaUTTS4vPEkQ9IZKYQmjpy6xaEvRsxOmc0VDMlC7tz8hlYNdlFBC4igGny2w6IcScGIYLCkMfyBLpQgj.HO.EMtJHu6NJvdT5n0.Ip0mx.I1lqyagfsIaBFAsl2QWDj0AcHLQXXuAUfy3RCef9lLraHsfvHPe6.hJkGAKTn7P1CjM411RrsAK2arsw5lR0OqpH65DZSUCZbPkPQXG2ZgIcTUkElUWMTfw3.f6z0rYR6sgeJXqUOnwoZRF4nixJBKkoo7W.WSABz99UHsT6C30wBvaUOY52rUEaa2xFHuUj8Hhzj4efGXfdtWy.tNkd1YLl6EvW0ayscfCoiFf8UpU_y9NdgSObd.sJv_nI9H7MqT7jmDZr.9IwXmefs2WlBZjVfoV8JkKTSY1ras8kBhCnK.OD_v8S4sSFsQWaSjWq9VQI7FU5l.HTpV5f44mSs5hyHLjkUYZMG5huL2WeDNNcViyFCTWX9kD1MP9U5TwvIkJtOj55GME.nGv.fP.rzHJoNmMcf6j1lrrzbXT_zV8peJvaW0b.vX67vEuGOOXLlhfMArBeQGSqHGghgska1iBWeTjWBL2HBoI.XRHM.NfA7EbT1NK1KuMrp4NjgU_mNietytoLSyY_nTLzVeVFnfiqe8Cd2aw6zs6aTG0yCrHSBGCerPSGnpVHt2AQW7rGM4A8h3vkqJ_1NGkvQo7.T6t1bTPsPMeGjWf2QL2h4QuGNB87KC.bvJ4fSHnzMo48JXafMuBoUUBwXSdcdtoslPDHgfu6xEfspwgnctbgj.hyGedD9cnyX5FmM4JeVPoudJVrqwTAM1nlhBDlYKQuAscOv8z0pX_XlGSkvAtPf3QaAlY_ku.N5tNoYKrm9VAxunE2fCe4ythxV6BdQTFyloSfmjkcHPB6qiQWAfwR84Z9ItQT5Dl.yhTY3qJAytj0biq8p1Nv2qAZ1MlwxsUCz.6OV3Z1yVp.SVauDYn_wLy3Pe3updiIH_rPdfxLhEXV
Open service 2606:4700:3031::6815:4e30:80 · huntleyworkingdogs.com
2024-12-21 03:49
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 03:49:30 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Thu, 19 Dec 2024 01:55:20 GMT x-amz-version-id: null X-Cache: Hit from cloudfront Via: 1.1 fdced9a893123e4285bf6f674dce492c.cloudfront.net (CloudFront) X-Amz-Cf-Pop: YUL62-C2 X-Amz-Cf-Id: 63BYFVbQhwZu-JDbaz30yyZG47JLXxT7VWfaX3kHx4fWh4p8EGDT0w== Age: 53094 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5dgg2hh0uOkhGn2hIHjhTe%2BAUdS0AqA1HdjD9PMIgnmvKwjPAlwRtIyEok9DSGnB4ilSN9Qn36dtaOwiPiJYtMFUHKCZCfh7DJCzuH25N9bM%2F%2FobqahrWVubkGWmZZkUR7u5P0OnjLmryib%2BOz6hHYe%2F6xL0"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f54e713aad0abb1-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=841&min_rtt=841&rtt_var=420&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Keeping Your Home Cleaner <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="/css/styles.css"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml"> <script async src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/0.7.2/lunr.min.js"></script> <script src="/js/search.js"> </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="icon" type="image/ico" href="favicon.ico" sizes="16x16"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <meta name="description" content="Do you plan to do a massive overhaul of your home? Learn the benefits of using a garbage removal service as you clean house."> <meta name="keywords" content=""> <link href="http://huntleyworkingdogs.com/index.xml" rel="alternate" type="application/rss+xml" title="Keeping Your Home Cleaner" /> <title>Keeping Your Home Cleaner</title> <meta property="og:url" content="http://huntleyworkingdogs.com/"> <meta property="og:image" content="http://huntleyworkingdogs.com/images/logo.png"> <meta property='og:title' content="Keeping Your Home Cleaner"> <meta property="og:type" content="website"> <style> @import url('https://fonts.googleapis.com/css?family=Tahoma'); body { font-family: Tahoma, 'Open Sans', "MS PGothic", sans-serif !important; } </style> </head> <body> <header class="site"> <div> <a title="Keeping Your Home Cleaner" href="http://huntleyworkingdogs.com"> <img class="logo" src="/images/logo.png" alt="Keeping Your Home Cleaner" style="max-height: 100px;" /> </a> </div> </header> <div class="container"> <div class="row"> <div class="col-sm-9"> <h1 class="main-title">Keeping Your Home Cleaner</h1> <div class="index"> <div class="row"> <div class="col-sm-12"> <div class="articles"> <div class="row"> <div class="col-sm-4"> <article class="li"> <a href="http://huntleyworkingdogs.com/2024/12/18/the-importance-of-a-waste-management-trash-service-for-your-retail-store/" class="clearfix"> <div class="detail"> <time> 18 December 2024 </time> <h4 class="title">The Importance of a Waste Management Trash Service for Your Retail Store</h4> <div class="summary">Effective waste management is an essential component of running a successful retail business. The retail industry generates a considerable amount of waste daily, from packaging materials and unsold inventory to food waste in stores with dining options. A professionally managed waste disposal service can streamline operations, improve environmental responsibility, and positively impact customer perceptions. Here’s how your retail store can benefit by partnering with a reliable waste management trash service.</div> </div> </a> </article> </div> <div class="col-sm-4"> <article class="li"> <a href="http://huntleyworkingdogs.com/2024/09/24/5-essential-tips-for-hoarder-cleanup-how-to-tackle-the-mess/" class="clearfix"> <div class="detail"> <time> 24 September 2024 </time> <h4 class="title">5 Essential Tips for Hoarder Cleanup: How to Tackle the Mess</h4> <div cl
Open service 2606:4700:3031::6815:4e30:8443 · huntleyworkingdogs.com
2024-12-21 03:49
Open service 2606:4700:3031::6815:4e30:443 · huntleyworkingdogs.com
2024-12-21 03:49
HTTP/1.1 200 OK Date: Sat, 21 Dec 2024 03:49:30 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Thu, 19 Dec 2024 01:55:20 GMT x-amz-version-id: null X-Cache: Hit from cloudfront Via: 1.1 84c03a78b56dc98c23e4865d19786da4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: ATL56-C4 X-Amz-Cf-Id: shy4thUb1LXdy0ie_Xt-3O1-hRxGxYuE69RXPwhjrpCGMQkbbyWKwg== Age: 53094 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Z0XkN%2B925gOo%2BqINsHWNbfHvTo%2BBFRp8nQCt2Qoe8tZm5APTjvPb5rt3faSpP6%2BSx8xysOpg5dAmJRVpJSOJjsVUQP7sohGqmKOnFXZJV9pp6UeQfRpLv2kjMORm6%2FEK32AfbLU3igl1YE5eSe6Lt7Fqob9U"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f54e70fba5ead65-ATL alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=619&min_rtt=611&rtt_var=235&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3130&recv_bytes=573&delivery_rate=6618657&cwnd=252&unsent_bytes=0&cid=0d28efec9866562a&ts=42&x=0" Page title: Keeping Your Home Cleaner <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_dark.min.css"> <link rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="/css/styles.css"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml"> <script async src="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/0.7.2/lunr.min.js"></script> <script src="/js/search.js"> </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link rel="icon" type="image/ico" href="favicon.ico" sizes="16x16"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <meta name="description" content="Do you plan to do a massive overhaul of your home? Learn the benefits of using a garbage removal service as you clean house."> <meta name="keywords" content=""> <link href="https://huntleyworkingdogs.com/index.xml" rel="alternate" type="application/rss+xml" title="Keeping Your Home Cleaner" /> <title>Keeping Your Home Cleaner</title> <meta property="og:url" content="http://huntleyworkingdogs.com/"> <meta property="og:image" content="http://huntleyworkingdogs.com/images/logo.png"> <meta property='og:title' content="Keeping Your Home Cleaner"> <meta property="og:type" content="website"> <style> @import url('https://fonts.googleapis.com/css?family=Tahoma'); body { font-family: Tahoma, 'Open Sans', "MS PGothic", sans-serif !important; } </style> </head> <body> <header class="site"> <div> <a title="Keeping Your Home Cleaner" href="https://huntleyworkingdogs.com"> <img class="logo" src="/images/logo.png" alt="Keeping Your Home Cleaner" style="max-height: 100px;" /> </a> </div> </header> <div class="container"> <div class="row"> <div class="col-sm-9"> <h1 class="main-title">Keeping Your Home Cleaner</h1> <div class="index"> <div class="row"> <div class="col-sm-12"> <div class="articles"> <div class="row"> <div class="col-sm-4"> <article class="li"> <a href="https://huntleyworkingdogs.com/2024/12/18/the-importance-of-a-waste-management-trash-service-for-your-retail-store/" class="clearfix"> <div class="detail"> <time> 18 December 2024 </time> <h4 class="title">The Importance of a Waste Management Trash Service for Your Retail Store</h4> <div class="summary">Effective waste management is an essential component of running a successful retail business. The retail industry generates a considerable amount of waste daily, from packaging materials and unsold inventory to food waste in stores with dining options. A professionally managed waste disposal service can streamline operations, improve environmental responsibility, and positively impact customer perceptions. Here’s how your retail store can benefit by partnering with a reliable waste management trash service.</div> </div> </a> </article> </div> <div class="col-sm-4"> <article class="li"> <a href="https://huntleyworkingdogs.com/2024/09/24/5-essential-tips-for-hoarder-cleanup-how-to-tackle-the-mess/" class="clearfix"> <div class="detail"> <time> 24 September 2024 </time> <h4 class="title">5 Essential Tips for Hoarder Cleanup: How to Tackle the Mess</h4> <di
Open service 2606:4700:3031::6815:4e30:8443 · rotabettv299.com
2024-12-20 22:05
HTTP/1.1 521 Date: Fri, 20 Dec 2024 22:05:57 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p%2FV8z0RTYmCvahIBeKMpHYBwLUi98nDQLgcjPF3q0kdOjn8hCcaLbF3STkK%2BTG1yUOo6w9LsV1ijjQQTJqmvCqMoXaGAs5kFmE7k4f7KrnNRfEEAYnyFamUWL1cS5o44SvxIqTEoXJ8yNwUzObyD"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=15552000; includeSubDomains; preload X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f52efd04b699b39-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=915&min_rtt=808&rtt_var=380&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3108&recv_bytes=561&delivery_rate=5004950&cwnd=252&unsent_bytes=0&cid=c9ec888efdc0406d&ts=30&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · rotabettv299.com
2024-12-20 22:05
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 22:05:57 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://rotabettv323.com/ X-Robots-Tag: none cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=MkxwF6Nl10tg3oIiKqdrZXjXJy9ISwhQLIepPIN26jaAX2hDH39ch%2BQK8wujpN8JCXGfxL%2BBtFBaQBePmzLQAJCnQuqKBvWdHfkfpPkWHdC7vxQgsyRBpoezzwMFIixZObPzqwI7vt9HxQ5dm4H5"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Strict-Transport-Security: max-age=15552000; includeSubDomains; preload X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8f52efd048025d78-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1003&min_rtt=987&rtt_var=403&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3110&recv_bytes=561&delivery_rate=3610714&cwnd=252&unsent_bytes=0&cid=c5324dae1660a2e0&ts=52&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · rotabettv299.com
2024-12-20 22:05
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 22:05:56 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 23:05:56 GMT Location: https://rotabettv299.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=oj8qPSwEaKoLyTTvoCkm2CEUk9h68WcAAOaf25Gcxke0WvayQtKGSX1x7KI7vhNZ5fjqOC2FbatxPzLkBZuMqglJkteidAA2CIj3MoNIGPlwOVNBugG8q1FkcG%2FGmaiqrToMYVCNno569RctMn%2FE"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Content-Type-Options: nosniff Server: cloudflare CF-RAY: 8f52efcf1a28362f-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=963&min_rtt=963&rtt_var=481&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · hillcroft.org
2024-12-20 21:22
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 21:22:57 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Powered-By: PHP/7.4.33 Link: <https://hillcroft.org/wp-json/>; rel="https://api.w.org/", <https://hillcroft.org/wp-json/wp/v2/pages/351>; rel="alternate"; title="JSON"; type="application/json", <https://hillcroft.org/>; rel=shortlink X-TEC-API-VERSION: v1 X-TEC-API-ROOT: https://hillcroft.org/wp-json/tribe/events/v1/ X-TEC-API-ORIGIN: https://hillcroft.org Vary: Accept-Encoding,User-Agent cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qRYAIHPWPxJUUu0y21AuQB6jJ4SpgSD219lG37gTnSpnfp4H1wJV08kx6J8OoqgqWUxXELb1Tv0HtaJZ7%2B4OS5y2jAEGYH3Y4l8J9od2QqbuR59Xl53SHoFx7bH7DS0kdFgX0y5AYbUwZSy8"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f52b0cb3da97d1e-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1496&min_rtt=1269&rtt_var=638&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=555&delivery_rate=3186761&cwnd=252&unsent_bytes=0&cid=bb0835068d03366c&ts=1157&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · hillcroft.org
2024-12-20 21:22
Open service 2606:4700:3031::6815:4e30:80 · pensieve.ventuss.workers.dev
2024-12-20 19:00
HTTP/1.1 500 Internal Server Error Date: Fri, 20 Dec 2024 19:00:08 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 4348 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=segUoTfRv3LgbXUgizTRoJN8orYbcDhYTwUG9%2FInnvxeh1%2BntnTBlW%2FOajwf56f4ovQRSX6OhoNsMMlTRA5UNIAh5Jb0dtPO2cLDPideiiKs55MExnHO3T6zAqth%2BztRBnNfpr7v5GMMBPnUaaqqvfy1feAF7p85VcBp"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f51df9d9bf42578-SJC alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1344&min_rtt=1344&rtt_var=672&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=223&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1> <span class="cf-error-type" data-translate="error">Error</span> <span class="cf-error-code">1101</span> <small class="heading-ray-id">Ray ID: 8f51df9d9bf42578 • 2024-12-20 19:00:08 UTC</small> </h1> <h2 class="cf-subheadline" data-translate="error_desc">Worker threw exception</h2> </div><!-- /.header --> <section></section><!-- spacer --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="what_happened">What happened?</h2> <p>You've requested a page on a website (pensieve.ventuss.workers.dev) that is on the <a href="https://www.cloudflare.com/5xx-error-landing/" target="_blank">Cloudflare</a> network. An unknown error occurred while rendering the page.</p> </div> <div class="cf-column"> <h2 data-translate="what_can_i_do">What can I do?</h2> <p><strong>If you are the owner of this website:</strong><br />you should <a href="https://www.cloudflare.com/login?utm_source=error_100x" target="_blank">login to Cloudflare</a> and check the error logs for pensieve.ventuss.workers.dev.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f51df9d9bf42578</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2604:a880:4:1d0::4d3:9000</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b&&(b.classList.remove("hidden"),c.addEventListener("click",function(){c.classList.add("hidden");a.getElementById("cf-footer-ip").classList.remove("hidden")}))}var a=document;docume
Open service 2606:4700:3031::6815:4e30:8443 · pensieve.ventuss.workers.dev
2024-12-20 19:00
HTTP/1.1 500 Internal Server Error Date: Fri, 20 Dec 2024 19:00:07 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 4348 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=AzbQHQUw2QlQIGCdnjPbozrsHIy0%2BjDD%2FiDEs4Z0Er2zOnYfiy%2Bip2ONjYpCO3i3SOZG0N5WQFzvN573TtgtAqFLJvW2xrlNdV7ZnA%2BzLP%2FjuEXxE9prhyiodpxscaeqkPi11oxbqubwmdXwe3sFrSqsbxRgyCzxmFTq"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f51df9b5df88318-SIN alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=898&min_rtt=898&rtt_var=338&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3487&recv_bytes=585&delivery_rate=4478405&cwnd=252&unsent_bytes=0&cid=cc0b36b64c28b905&ts=36&x=0" Page title: Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1> <span class="cf-error-type" data-translate="error">Error</span> <span class="cf-error-code">1101</span> <small class="heading-ray-id">Ray ID: 8f51df9b5df88318 • 2024-12-20 19:00:07 UTC</small> </h1> <h2 class="cf-subheadline" data-translate="error_desc">Worker threw exception</h2> </div><!-- /.header --> <section></section><!-- spacer --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="what_happened">What happened?</h2> <p>You've requested a page on a website (pensieve.ventuss.workers.dev) that is on the <a href="https://www.cloudflare.com/5xx-error-landing/" target="_blank">Cloudflare</a> network. An unknown error occurred while rendering the page.</p> </div> <div class="cf-column"> <h2 data-translate="what_can_i_do">What can I do?</h2> <p><strong>If you are the owner of this website:</strong><br />you should <a href="https://www.cloudflare.com/login?utm_source=error_100x" target="_blank">login to Cloudflare</a> and check the error logs for pensieve.ventuss.workers.dev.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f51df9b5df88318</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2400:6180:0:d0::1182:2001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b&&(b.classList.remove("hidden"),c.addEventListener("click",function(){c.classList.add("hidden");a.getElementById("cf-footer-ip").classList.remove("hidden")}))}var a=document;docume
Open service 2606:4700:3031::6815:4e30:443 · pensieve.ventuss.workers.dev
2024-12-20 19:00
HTTP/1.1 500 Internal Server Error Date: Fri, 20 Dec 2024 19:00:07 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 4348 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=xZfo2JZgKpHbLso6w460881OIj%2BeH82r26qrtV7F7t1PyQTcg0ZC3bnmzBABhmtVPvFQR%2B2Zcn1Axa576sjxanIvRQCXcT70gXtUcimq8ORfQ%2BtAj431SdPT2Eh3MkrTFZFRiJQDBVB0ofTBovXjFHjgt0m%2BaC46vbtS"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f51df999a9dfd84-SIN alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1125&min_rtt=1070&rtt_var=440&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3487&recv_bytes=585&delivery_rate=3779439&cwnd=252&unsent_bytes=0&cid=760242d6957a7ad4&ts=28&x=0" Page title: Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Worker threw exception | pensieve.ventuss.workers.dev | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1> <span class="cf-error-type" data-translate="error">Error</span> <span class="cf-error-code">1101</span> <small class="heading-ray-id">Ray ID: 8f51df999a9dfd84 • 2024-12-20 19:00:07 UTC</small> </h1> <h2 class="cf-subheadline" data-translate="error_desc">Worker threw exception</h2> </div><!-- /.header --> <section></section><!-- spacer --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="what_happened">What happened?</h2> <p>You've requested a page on a website (pensieve.ventuss.workers.dev) that is on the <a href="https://www.cloudflare.com/5xx-error-landing/" target="_blank">Cloudflare</a> network. An unknown error occurred while rendering the page.</p> </div> <div class="cf-column"> <h2 data-translate="what_can_i_do">What can I do?</h2> <p><strong>If you are the owner of this website:</strong><br />you should <a href="https://www.cloudflare.com/login?utm_source=error_100x" target="_blank">login to Cloudflare</a> and check the error logs for pensieve.ventuss.workers.dev.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f51df999a9dfd84</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2400:6180:0:d0::1188:b001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"classList"in b&&(b.classList.remove("hidden"),c.addEventListener("click",function(){c.classList.add("hidden");a.getElementById("cf-footer-ip").classList.remove("hidden")}))}var a=document;docume
Open service 2606:4700:3031::6815:4e30:8443 · blackvoicesonpolicing.com
2024-12-20 10:34
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 10:34:05 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 11:34:05 GMT Location: https://linktr.ee/blackvoicesonpolicing Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=St7YxtzFTRy%2BppdSSDzakcBk6GKya4k0C%2BSApJyQxTUZRpAQUnfDJRSE9FqGBzFG1xoHG0iYDLJhfrlf2PdPLSBXbWJHvgDwh83lvPqkIGyyB9p4Q44C2p9fMztGWHo1UcDl%2FrKLLUVAfjydVeaDZQPTwIzv%2Fm3M"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4efa58ad02db0b-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1253&min_rtt=817&rtt_var=618&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2714&recv_bytes=579&delivery_rate=4949816&cwnd=252&unsent_bytes=0&cid=73e5ec577282a23a&ts=27&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · blackvoicesonpolicing.com
2024-12-20 10:34
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 10:34:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 11:34:04 GMT Location: https://linktr.ee/blackvoicesonpolicing Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=UNsRjxFtrGWHq9%2BblGm0eK71TAHIlvwaGd2ozX%2BPYhmnGHuq2bYbSC5ghwzzp2nLnwKBjkCof2X6iWMjZFhtcfcre7L5RSvVPhzyvw5%2FtM6MKnntnLxgep9P%2B%2F2mVM1vld%2FCC7edXI9jy5ZGvyfsibG8174lLMCG"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4efa52dae336fc-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1604&min_rtt=1543&rtt_var=484&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2714&recv_bytes=579&delivery_rate=2600643&cwnd=252&unsent_bytes=0&cid=8df4e620ed8d8ccc&ts=13&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · blackvoicesonpolicing.com
2024-12-20 10:34
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 10:34:04 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 11:34:04 GMT Location: https://linktr.ee/blackvoicesonpolicing Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=gIiUJT1KQ6ifmsJSgddR8jUjeXdrGmUgk9h4TEh3DWsHg5CM0p4b2KL%2Bqv0f8QRhIY22Nyx%2F21CWAI7M13tsv7OWDxggHQm6pQYyle9d62viRIbqRHmJNxh9DQQc2YvXN4Wi%2FPn5JlrGEuuQZ6TZ5TNtZgdOzrSG"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4efa51cef5d1fd-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2234&min_rtt=2234&rtt_var=1117&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · mail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=sH8Cdcwgri%2FBwa5J%2Bge7tOW8Ip8aJZO1%2B4tZj2gdBej0AuBtCrHoDDgkyP%2B75W1xONfbCjMO3VHWT3eJI0j%2BN1aTeSw7QboLp9b1rA2MOK%2FA7lIMGhynXblvfTa0g84oCEFuL7fPRt1CBBgM7TVVU%2FJB"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21eccea8c2f-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1559&min_rtt=1468&rtt_var=616&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=567&delivery_rate=2754768&cwnd=252&unsent_bytes=0&cid=600fd411bdd535b3&ts=84&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · autodiscover.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=il8xCjUm3MSTuFoOguLQuYbzK8g2ITW5sBeaBOAXGb4GUf%2BsIl%2FNzT6TVMqVs6StDzuiKPSPZ9pmou%2BKJ7iSx9QV4ehg6PpB21FQKvy6D8ReEUmRuE5D9pVHmeiRSFIdQA4rzoDCd2sk3NjBBPY6bMvC1s7%2BDvfVjII%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21edb48430f-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1135&min_rtt=1133&rtt_var=429&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=583&delivery_rate=3513466&cwnd=252&unsent_bytes=0&cid=6c155128482c5d76&ts=183&x=0" Page title: One moment, please...Loader <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="data:,"> <title>One moment, please...</title> <style> .spinner { -webkit-animation: spin 1s ease-out; animation: spin 1s ease-out; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #outer-container { text-align: center; } #container { display: inline-block; height: 100px; } #text { float: left; height: 100px; line-height: 100px; font-size: 3rem; font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; padding: 0 .4em 0 .2em; letter-spacing: 0.06em; color: rgba(38, 122, 72, 0.86); } @media (min-height: 180px) { #outer-container { margin-top: 0; } } @media (min-height: 360px) { #outer-container { margin-top: 5%; } } @media (min-height: 540px) { #outer-container { margin-top: 10%; } } @media (min-height: 720px) { #outer-container { margin-top: 20%; } } @media (min-width: 1450px) { .throbber { width: 90px; height: 90px; float: left; padding: 5px 0 5px 5px; opacity: 0.86; } #container { display: inline-block; border: 3px solid rgb(38, 122, 72, 0.86); border-radius: 51px; height: 100px; } } </style> </head> <body> <div id="outer-container"> <div id="container"> <div class="throbber"> <svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Loader</title> <defs> <polygon id="path-1" points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon> </defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Logo" transform="translate(-5.000000, -2.000000)"> <g id="Group-2" transform="translate(5.000000, 2.000000)"> <path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z" id="Fill-1" fill="#467C45"></path> <path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585" id="Fill-3" fill="#467C45"></path> <path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049" id="Fill-5" fill="#467C45"></path> <g id="Group-9" transform="translate(0.000000, 11.
Open service 2606:4700:3031::6815:4e30:80 · autodiscover.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://autodiscover.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5KUftsTWAnRLgtGXl2RUTalakW50ubqzwgA3wbVF7%2BZuyWi%2BXUyHmB1IhxP3HxVzzTOFm1Yk3iRKp7YBxUuinPIliTfFHkpikMC2wbVu%2Fmcy23qzggnfLduZPMhEgbplrKzsdI176cdMuwV%2B63C0mHuENjfCOfpU3PY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21d8ff80fa8-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1320&min_rtt=1320&rtt_var=660&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=222&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · webdisk.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://webdisk.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XMeIP6g%2FHLXafdjLNmg%2BtkYRhUGWS%2FXjdkgtmXlpyIvj8bAVB8ooh3GtC8V0zMSzmYrKtSLWSwf4W7Du9VZzW3P3xmMDY8lsS%2BtsCAzQUoUsnumpqeGlKOLiZEqeugbWdPUQ0X%2FZTisR8aIbtnLwQELjpsRU"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21f096c4dbf-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2863&min_rtt=2863&rtt_var=1431&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · webmail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=q2g64iRggfL0w1UyfHPH9ZAXPOF9KUy7wW0OJXjJkv2HKoXZsmPvyhSuZN40tWeXH1AlbOGc8FnF%2BOL1MeVQCjw6GzUQu8jtBZBrGmIvOMh%2FoNUt3T4Yebi4XhxQlkG5fRIZbhfO0Q6ND7bsB6jlsTOM%2BJTl"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce224bb79a020-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=829&min_rtt=823&rtt_var=313&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=573&delivery_rate=4913730&cwnd=252&unsent_bytes=0&cid=3efdd67d4ca9a6cc&ts=302&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4ce224bb79a020',t:'MTczNDY2ODg4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · cpanel.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=v5sbscdqCkui%2FBnswVxl5OHBmgYSWcFEHrVu5hPVSqsltsaaSEP66ehT8TDXnN%2BIb%2Frur9hI%2B35G7WZs8FJLNIZ3wk0BMSxMCs38957nxAet2xVM3QCTUezJkNGLpVAKpC7KNkumshCgS7887vv%2F5x9aHhs%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21e4aa6ab8d-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1377&min_rtt=1188&rtt_var=580&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=571&delivery_rate=3404040&cwnd=252&unsent_bytes=0&cid=efa68acf8aa66ff5&ts=139&x=0" Page title: One moment, please...Loader <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="data:,"> <title>One moment, please...</title> <style> .spinner { -webkit-animation: spin 1s ease-out; animation: spin 1s ease-out; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #outer-container { text-align: center; } #container { display: inline-block; height: 100px; } #text { float: left; height: 100px; line-height: 100px; font-size: 3rem; font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; padding: 0 .4em 0 .2em; letter-spacing: 0.06em; color: rgba(38, 122, 72, 0.86); } @media (min-height: 180px) { #outer-container { margin-top: 0; } } @media (min-height: 360px) { #outer-container { margin-top: 5%; } } @media (min-height: 540px) { #outer-container { margin-top: 10%; } } @media (min-height: 720px) { #outer-container { margin-top: 20%; } } @media (min-width: 1450px) { .throbber { width: 90px; height: 90px; float: left; padding: 5px 0 5px 5px; opacity: 0.86; } #container { display: inline-block; border: 3px solid rgb(38, 122, 72, 0.86); border-radius: 51px; height: 100px; } } </style> </head> <body> <div id="outer-container"> <div id="container"> <div class="throbber"> <svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Loader</title> <defs> <polygon id="path-1" points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon> </defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Logo" transform="translate(-5.000000, -2.000000)"> <g id="Group-2" transform="translate(5.000000, 2.000000)"> <path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z" id="Fill-1" fill="#467C45"></path> <path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585" id="Fill-3" fill="#467C45"></path> <path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049" id="Fill-5" fill="#467C45"></path> <g id="Group-9" transform="translate(0.000000, 11.
Open service 2606:4700:3031::6815:4e30:8443 · autodiscover.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=IxkjG3KLpsD9Gwm1IWOuoTc5ewDLW7qGscWt3BeB9hBerSVO8So3%2FTgjPz8nHwVzieoKb7eJiKKrz2poPUCFAOrDZZ6TPf4ZAZTBy71UF%2FsDHGwWRbrf%2B72bhbaQly%2FaBHK5k2wPnXZucH%2FCdKmr8BBmm9JUith3RkY%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21eb97e42d7-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1437&min_rtt=1332&rtt_var=574&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=583&delivery_rate=3036036&cwnd=252&unsent_bytes=0&cid=ab6cfd8738da6438&ts=92&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · webdisk.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EJMIQsYaUOrQE%2BkDfrup55zPjvCVtbb2P6WXhBmsBFUwUXOOe0TW1jla7E5%2BweuII5I5xdMBvDsqDyVvpzKK2XcIn2wsRPqZFZz8MNcOKUGza2R69fwaRMGtm0uHcBk7%2FOk%2FAS6022Ke96aKSPFWUPkw3v2x"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce2243c385c38-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=809&min_rtt=684&rtt_var=346&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=573&delivery_rate=5912280&cwnd=252&unsent_bytes=0&cid=657eb894b6ecf6fa&ts=315&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4ce2243c385c38',t:'MTczNDY2ODg4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · cpcalendars.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://cpcalendars.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=eLXdtgPMK3dxBo43QvIBSOdiacQ80Xw68v7Cvyjca5wkUQfOIOkqy7UTFnT5TvnhrrFRo5Bv7dI07jmii2ZptfQ8tyG5bk7ThICwIenO8K2ZaEgYbh0UUAqZwdk3ukhX3MnZpHG0JPojizsrKhaQpEcv9QVM1G8ozQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21d1a785d87-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1068&min_rtt=1068&rtt_var=534&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=221&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cpcalendars.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ct0Xh1Hnc4wNVR0DZnGu1GirAX8bxASmuKlFgQsM0JutThwTVGBIB3SSNA%2BRyltiv6oWt0sxh0gYhZ%2FhsOBeDx7eaBqlMlIn2TqIVF20ZAE5b4DZy86psLNq9WvGTk1JSyM9%2FyYHIawj1XEGec9dIzmxeJQPWdFCHQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce2214b55dcc9-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=886&min_rtt=861&rtt_var=341&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=581&delivery_rate=4696864&cwnd=252&unsent_bytes=0&cid=6d4a5e2353555f1a&ts=319&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4ce2214b55dcc9',t:'MTczNDY2ODg4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · cpcalendars.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dekJShXFGnCHB%2BbzoSqr2h1DDSqv48iXjhqhdSwcMeHQH%2B87kOn2XPAJEKpX6LZugLDEZLYtkrmHkeGEC5qzILu73VzNiu8Srn8HRrEaw0PteBopLrLM7vTqQ3HKbURujMxKPWuX6g%2BdhiFk1gAFiT7cVSPGx2%2B2CA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce2208afb3832-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=748&min_rtt=744&rtt_var=287&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=581&delivery_rate=5211340&cwnd=252&unsent_bytes=0&cid=3b82a3bcfb78225c&ts=165&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · cpanel.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2Q5N11DfH1qC6aCcB4tge2xSZeZtlHe7kTHxD%2FP946ExKsSrmgd%2BJriUPcuB%2BnwfL%2Fw7JDAg7hBXKS%2FXceE4XATWl7%2BQe3SRBwtH11S%2BsB8GG8Oa5ixGUGjRyMMvAZHZDd9kFAZvycrFfxvU1BzyzPrjzcU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce2201b42367f-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=827&min_rtt=795&rtt_var=363&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=571&delivery_rate=3829545&cwnd=252&unsent_bytes=0&cid=e99b096d09e3fd62&ts=163&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=j4bRXgeo%2BEmTnMZoka3envVXIqon0R1Zma4UHKDpOYlmO9v7SKN5sqGYMSQx40rrab3jyiIEJ7JbQcLG4DnqrGqbX%2FDywbFhtGUr%2BE7FvqiISaZHkkV2tpWhpQp2MccdCzNPiFwWI%2F1zLzNl4A%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21d79a8b8d2-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1345&min_rtt=1345&rtt_var=672&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=JbbwnfdMH8S8ONAK2P6m%2Biixq5BdqIrPVYstKiqv6Wi3olSWqU5gEmAlaqThIl4akmzO6VhTySNfOBVGZaSzNH3fSBJLUXHgYIroJbCln08wkkydLzTzpBtOHYkyJ37WZeQAxtT61X5QHnfOHw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21e5f9b773e-LHR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1912&min_rtt=1779&rtt_var=762&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3104&recv_bytes=557&delivery_rate=2273187&cwnd=252&unsent_bytes=0&cid=2ae83ab1d55f4ce0&ts=160&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:443 · niajaakhan.com
2024-12-20 04:28
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.3.14 x-dns-prefetch-control: on x-ua-compatible: IE=edge link: <https://niajaakhan.com/wp-json/>; rel="https://api.w.org/" link: <https://niajaakhan.com/wp-json/wp/v2/pages/7479>; rel="alternate"; title="JSON"; type="application/json" link: <https://niajaakhan.com/>; rel=shortlink x-litespeed-cache: hit vary: Accept-Encoding strict-transport-security: max-age=63072000; includeSubDomains x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-endurance-cache-level: 0 x-nginx-cache: WordPress x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=7%2BKwbg3fzNmfoy1VRrpdUtFLTxoTWJ5D%2BXB%2BtVQfz8FFXviBdgyQk4PsN%2FNEzYdchiQQOLLTXywc9up0jp3iB4zQQOYnmp%2BDsn5Rzo08NsmvZwduqeDHYbeHG1ZStTg9bfBI93IVXFngcu6aIg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21f1e530a7b-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1165&min_rtt=1123&rtt_var=451&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=557&delivery_rate=3601068&cwnd=252&unsent_bytes=0&cid=b3de096d8d17f284&ts=304&x=0"
Open service 2606:4700:3031::6815:4e30:80 · cpcontacts.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://cpcontacts.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XKmxzgQi0dYN7FtURrah8OPl5a7bYA9SS9oZnwIes9MUYqgt%2FWbtRj3Pp2spzKVBsfm%2Fou0hWNjiMchiTs6oBVBt3Wo7%2FUj68BCBJRrL0ipZ5300R7HR2kgObyQlsdxnGTdY7aD%2FcJiz5arnp%2BWdbpydRjOaecep"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21e89c92bea-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=741&min_rtt=741&rtt_var=370&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NVOLVodmStzwKNo2P6QhaqDehWNgfMxK68EFdlY2s8smWrtyfNucI7WPC62Q9DBWx9is78T73P2IqCLAXuuwOc1NrQ3k5HNOmQ1r3GRR3LQt%2BMHz0VQVV8%2FMYAc1d0piSdHgwYWffGxnjP6OEC5UccA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce2201fd1d2e3-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1262&min_rtt=1255&rtt_var=486&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=565&delivery_rate=3070615&cwnd=252&unsent_bytes=0&cid=82b93fbdb5118ab3&ts=289&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4ce2201fd1d2e3',t:'MTczNDY2ODg4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · webmail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rFxmDkzd%2BpD6GzqRy9I1tLdIL80yPWwK%2FONeK%2FipDpZ1Yx7CRiLzBEvLOerUDyELH7gzWoh%2FybdHZHIM6TcrhhpPgsVnsk%2FhSn%2FN0Yr3nH5oUMrdodjIqDwGTa%2FK%2BTvO5Yf7MmXCxRriuNaPU%2FNHcvQxrPWC"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21f286303ec-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1390&min_rtt=1390&rtt_var=523&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=573&delivery_rate=2894774&cwnd=252&unsent_bytes=0&cid=e9bbd8f0c3e16507&ts=163&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · webdisk.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=UTFNWshXgHxY3U5esIng%2BA9fiMeoxpZPXzFwz1rFWLDsPI3ON2Vw0M2G%2FHUli8sqgnsmd7kcHBOt52c9cjG0FkDmn1YjgT%2Fdt8XsIxP%2FJwParQ1%2FgOKw8c0SlnF47UTJGC7tZtpvsaEHiWHy43sjifYk4Pvw"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21e6820974c-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=25802&min_rtt=806&rtt_var=15120&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=573&delivery_rate=5017369&cwnd=246&unsent_bytes=0&cid=93982b5c88308c4e&ts=160&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · webmail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://webmail.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=EGBKCH7mlDBybmTaAbXjZGnJ%2FzMBFF6wNnUZuhDDQW1hKpg11r8l8AKnWzdB%2FTi37Aj211g0Qap6IqReL8jbiz5lm9myJ7MZDpHU0cusxfywu60JArI%2BNQOLO6EED5SgPwzbfggqAXZQjn8tE5IaXH5AaaCl"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21ecdde9150-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=815&min_rtt=815&rtt_var=407&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=217&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cpcontacts.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2ILRPkZYQrxMyIuCnSMAlEb%2FPQ0iWNV2VOF4fCDGUVhA0Dyp5bWUU7JQprjaniwiZH3cTfzlvfR462jopFtnn7Z4wGIFqFC5yE8huS%2BfIJ6GtqbImX9QStyqZLupfqgVzTs%2FEfWmczTbdhCprxGaHcC%2B%2B8gpG2vG"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce224181ad2db-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=931&min_rtt=865&rtt_var=372&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3106&recv_bytes=579&delivery_rate=4675144&cwnd=252&unsent_bytes=0&cid=9a6579ffddb592b6&ts=313&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4ce224181ad2db',t:'MTczNDY2ODg4Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · mail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:02 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-powered-by: PHP/8.3.14 x-dns-prefetch-control: on x-ua-compatible: IE=edge x-redirect-by: WordPress location: https://niajaakhan.com/ x-litespeed-cache: miss strict-transport-security: max-age=63072000; includeSubDomains x-frame-options: SAMEORIGIN x-content-type-options: nosniff x-endurance-cache-level: 0 x-nginx-cache: WordPress x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=deAmNUg1UJCvnrdu5ugnz2FIjgnaENZ%2BxpZai5xiYGqkvgAGf5yayuHHF5QlPXiP0xVUxiFiVAA%2BkSCvu1HgWgJrbA9%2BV3kz4LXXF%2BNXj%2B8pyOlOSAjDeW%2FXX5zEGpTE4iLyGU8nmw%2FvWQz4sk5h0%2BQS"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce2203a3537ed-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=984&min_rtt=947&rtt_var=291&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3105&recv_bytes=567&delivery_rate=4019880&cwnd=252&unsent_bytes=0&cid=d873e4651b374c21&ts=537&x=0"
Open service 2606:4700:3031::6815:4e30:80 · mail.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://mail.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fU9GUCanBotlF4waGWdmztgwy6M1%2Fv3luojODpB42tc9lTIXfMfMqcUsH3IyNgkbOHKDcsgTOxp1Ub7QtZ%2F%2FCzdX88c4d14Tt53qXLxnNYjCCd2vjMeL%2FDWRzHXEiWSnCydxalW2rLV1wYLSMghh3hx4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21c78a766ee-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1239&min_rtt=1239&rtt_var=619&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · cpcontacts.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5QjzLY0IB2eW6thloWITx5UvAJK55JckrIHzYp7qZiiguw09FT7AYDZZ0fYr7hJs97VIqbK%2BHEd%2FGRkJV2c%2BrDKsKj6phXQ2UzBj4uPpegHHtSHMlq9vXq6bZXaT0RH96BJ2Ez68x7h8WJJavKUqAxbjHcwzGmMp"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21e9fa23aa2-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1121&min_rtt=1102&rtt_var=452&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=579&delivery_rate=3212073&cwnd=252&unsent_bytes=0&cid=a690cfc1c29028e3&ts=161&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · www.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 521 Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Y2T8Tg5qGURCZ2L%2F142oS1lGGJwtVjR%2FkbZfv9BAmELzvlEcIGy%2FFke4%2BIDsN6pD5SC7%2FGkQcx6LHdBH8uiTcleJO4wSdfdKUXI9dX4SG9TH4QGTRrO%2Fp5EHhxDxTa33pzA8B7%2Bkp86ttvSVJvrY8KM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4ce21e8eaedc86-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1136&min_rtt=1135&rtt_var=428&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3105&recv_bytes=565&delivery_rate=3525719&cwnd=252&unsent_bytes=0&cid=1d42e8a0872792be&ts=148&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · cpanel.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://cpanel.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3XImcfWmeZLy6ePD8ZGdI9NQWR7korPG41hGB%2F29nYzNvTnAqi21BR43oewnY39qsXnwbt1zabQgnLNLSVFa5GlihyT22C%2BHPhdt8vuiNAzIH8rBWKvzMJjiyjZ4bfag2FG%2FAGvrzdCPnz7oIuoyf%2BbAXeU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21c6dbfa040-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1017&min_rtt=1017&rtt_var=508&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=216&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · www.niajaakhan.com
2024-12-20 04:28
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 04:28:01 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 05:28:01 GMT Location: https://www.niajaakhan.com/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jpxJV8STXeLSdb3hkp%2BVlh%2BHl%2FdA591nZkWmywp6rXLfwMWSBsnhAQQMLr2gncPCg7cSRwFvFMOLOg9mYQp3Kc%2FRVTRLlquhNLLu3lHp8e0PAk4%2BaJNyvowGcVDUv5C%2FWsFJgxpzJACoPIQW2YWZ%2F8Y%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4ce21c5ffc18d1-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1507&min_rtt=1507&rtt_var=753&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=213&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · room.ua
2024-12-20 03:30
HTTP/1.1 200 OK Date: Fri, 20 Dec 2024 03:30:34 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Last-Modified: Fri, 28 Jul 2023 08:18:06 GMT Accept-Ranges: bytes cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=NkFgXKwHUNMpMdWIu3S4Z%2FYY3LBlOsz1eJkb%2FPDLzEQBz7axBzPo93Vvsd6K57MF2FqIHizvzX0r7oVvX83aGV6MvXLPZ77MWMu%2Be4KEGsE0%2Fq8afajUkhJwAOQaV%2F5jWrJefUgi"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4c8df2ae87aaa2-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=784&min_rtt=765&rtt_var=326&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3084&recv_bytes=543&delivery_rate=4390879&cwnd=252&unsent_bytes=0&cid=27bf307ba5ea6815&ts=357&x=0" Page title: room.ua <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>room.ua</title> </head> <body> Room.ua </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · room.ua
2024-12-20 03:30
Open service 2606:4700:3031::6815:4e30:80 · room.ua
2024-12-20 03:30
HTTP/1.1 301 Moved Permanently Date: Fri, 20 Dec 2024 03:30:33 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Fri, 20 Dec 2024 04:30:33 GMT Location: https://room.ua/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=L0ySvyza5mlYl2kIouEit1VLTiWK691Mz1Gd2zKXXlZgGRGRFJy62UNTkFgJu30i9I05u3Mitr%2BOiqH1Gws4r%2BVbsBzEYwr9k%2B3JFTkvOoLfPHHWJ6xegFa5L6y2ymKmS8ByiHXk"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4c8deffc616519-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1855&min_rtt=1855&rtt_var=927&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=202&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · lightcapsulefeeling.com
2024-12-20 01:22
HTTP/1.1 403 Forbidden Date: Fri, 20 Dec 2024 01:22:44 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close vary: Accept-Encoding x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block x-content-type-options: nosniff referrer-policy: no-referrer-when-downgrade content-security-policy: default-src * data: 'unsafe-eval' 'unsafe-inline' strict-transport-security: max-age=31536000; includeSubDomains; preload cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B%2BIVAPX6iKhWuLfXmqFts5nBC13ATn%2FH9duzHhws5Vhvb7ZA1Juap0cKVC8GrhU%2BnNmxmIIjQM%2Fqrn9reIF4GtCs2Gl5xhluPDFWXdnyyVTYuFJ7BtIlmy%2FtvzvPMikHYaUQ0ciVtbZKMcsYZxxemF1FWmwLNQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4bd2b22ddfdc7d-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=974&min_rtt=864&rtt_var=402&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3133&recv_bytes=575&delivery_rate=4680555&cwnd=252&unsent_bytes=0&cid=bb3f7655469532da&ts=145&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:80 · lightcapsulefeeling.com
2024-12-20 01:22
HTTP/1.1 520 Date: Fri, 20 Dec 2024 01:22:44 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=d2QP0ftycC8VV9oIPje67DfnUy9YN90bgByGqNtC%2FFPi0TB68vFnNSuUvyLwUC9chCinQE2wqHb7FOwKbfpGm6JF2AV3iuVVk8rBNiZuOALyq3h7QV2HdB3XUbiOohpxvaYvbMKiPjGnO%2BYUwpDQt9uza0WDdA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4bd2b13e564da0-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1879&min_rtt=1879&rtt_var=939&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" error code: 520
Open service 2606:4700:3031::6815:4e30:8443 · lightcapsulefeeling.com
2024-12-20 01:22
HTTP/1.1 521 Date: Fri, 20 Dec 2024 01:22:44 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ofV0jsSnedyfaG1nsVCluXtJv5mfLJQtaVJUMLSdhqUxf5z%2BUIgUnFXf42lZr3hzqjOqxEr0Vt4yb%2BtDSlldPXOut4sH9v%2B%2BjwEzKgeeKLml%2FJTNzEkFJ7UycnYr%2FY6lzHWJuxFc%2FRMM016cZ%2F%2B7gXR4xQciUA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4bd2b12a98d3b5-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=791&min_rtt=775&rtt_var=302&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3135&recv_bytes=575&delivery_rate=5218064&cwnd=252&unsent_bytes=0&cid=3f9fd04c5cfbed99&ts=42&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:8443 · inatboxproapk.org.tr
2024-12-19 22:34
Open service 2606:4700:3031::6815:4e30:443 · inatboxproapk.org.tr
2024-12-19 22:34
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 22:34:17 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close last-modified: Sat, 10 Oct 2020 19:37:25 GMT accept-ranges: bytes x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=kIlKeo1cAjNUTiaoYnBqvd3SrZT0x9FYb7LUzICr8xCx1NnTMTCommgQFh9YeMJMMZ%2BgCzCz4zQcmJY%2Fc%2BUxhxR3gMJw0IB2rTAiTuEcbvXlF%2B7WOwjklFbsafjQC0Vt1Yya0z4stBfX2saZxQBPZQUnIA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4adbf47de39f34-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=770&min_rtt=723&rtt_var=367&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3490&recv_bytes=569&delivery_rate=3656419&cwnd=252&unsent_bytes=0&cid=e3129a1b71326335&ts=329&x=0" <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
Open service 2606:4700:3031::6815:4e30:80 · inatboxproapk.org.tr
2024-12-19 22:34
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 22:34:17 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 23:34:17 GMT Location: https://inatboxproapk.org.tr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=TvctOAYvU4kB%2FLgtDvXw0tpbjr0HvsQivEPlkWYvoFlQpBUqWOH8ySAGxsCeoUZ1wvFnnVT8gGeSk1hKKPtilq2jjaQbm8OoCLZupQ6ybIq%2FA0G5PKMbcIqfs0jINNKgI73CsbFzR%2Fw5Y9MoIACU0IHSzw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4adbf2098cdb12-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2353&min_rtt=2353&rtt_var=1176&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · morning-breeze-2535.7tmqxqi0.workers.dev
2024-12-19 19:23
HTTP/1.1 404 Not Found Date: Thu, 19 Dec 2024 19:23:40 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f49c4b2d960f3b5-BOM CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GUE%2BSHfgk05hNCZ7kX2jA3ykhKIsojQHkVXKSOdT%2Buc1iDiM4eIB%2BkkfRtJbF0JuA9xipY5cTSw219GZN18K%2F8DCs1tm4eR1LQHkN6h4Jo78dSC6z11LhECqHpwBK5yJ9eVOFBDJ9qDWuLG%2FMwAdaqgtwoIaQxlZl%2FAkoHgaHORR%2FYMo8Wt4"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13327&min_rtt=13318&rtt_var=5013&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=609&delivery_rate=301948&cwnd=231&unsent_bytes=0&cid=52ddaffdcbf1c8f5&ts=998&x=0"
Open service 2606:4700:3031::6815:4e30:80 · morning-breeze-2535.7tmqxqi0.workers.dev
2024-12-19 19:23
HTTP/1.1 404 Not Found Date: Thu, 19 Dec 2024 19:23:38 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f49c4a62dc629f5-BOM CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=4vLAhBiEK2pHMY8C3ZOLqvJSBJtJhhmkUHKfCzfTTmugO9luLKpxa5mG7WOOuANKuqUCqqzAEzpd40DG3zYfNtdIGBAakUz5ZqOWPiud23f%2FndV03v%2FadcFs4F11SeOaXyE%2B4i2vRtSamEfTlH5L2%2BT30%2BQ6E0mKrx5I8gux9Odi7onF%2F%2FwY"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13022&min_rtt=13022&rtt_var=6511&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=235&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:443 · morning-breeze-2535.7tmqxqi0.workers.dev
2024-12-19 19:23
HTTP/1.1 404 Not Found Date: Thu, 19 Dec 2024 19:23:38 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close CF-Ray: 8f49c4a7aaf8f452-BOM CF-Cache-Status: DYNAMIC Access-Control-Allow-Origin: * Vary: origin Cross-Origin-Opener-Policy: same-origin Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: ALLOWALL Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=HSS19MT1ejj%2FglaobMEGZiarTqmcINTM6zYvOC7GgguZgVaNKVTps7GbsA4aDNQrdHr%2BPBZQ37BpZ7BK8wnb2jegfDb5oXVzsjxPnAL5Ypm1bAnd0lyNsKeSe4CqbC2MygPSHczfrQO9v%2FUZzY9ot%2F%2Ba%2Fd1u3XTV6Hf9Hr8JaCbXXAoJeMg%2B"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13288&min_rtt=13218&rtt_var=5007&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3124&recv_bytes=609&delivery_rate=305946&cwnd=252&unsent_bytes=0&cid=9dd6827976d7fa82&ts=783&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · cpcontacts.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:80 · cpcontacts.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:52 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:52 GMT Location: https://cpcontacts.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OTL%2FYzZ0M1sIl3RT%2BSNewbkZEGBrMo6%2BQMaJ84VoTi01RulPYlAjb2veg8giKlAsaqYgtGA9SWpfGQnIn9JdNKX2EYKMhobvM1eT%2FkhuVMHZP5AjCd3h4jwlQu3P3m58BnYqcKKFuTe7%2BAEnUHk9nwnCdGH3UTDP5Js%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b9fb893b2e-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13643&min_rtt=13643&rtt_var=6821&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=222&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=DCcrUa5TcmNqomMCSLdtBDfFVp96q2KH25SrQJUqq0xtAPgU4JKy0Xxf5kpy5cWTu9iOhPAN8clugCJH5sI%2Fl2%2BYLuq7CJphsbNgwIrEEbQaTqTyig7blY3mOwg4ittM%2FO7T5i%2FC5NySaRQrlsxS"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b86c3f6ebc-BOM alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=13334&min_rtt=13334&rtt_var=6667&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · cpanel.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://cpanel.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=bG2xdEz%2B3FXBmbgz6Aahi0RLc04bzy%2BMOuM7xhMi65O%2FsOx7X0AzQHFm9UPztrSncbjt1GQzMaM5FDy8kAHXx7W6sTvRP8Jtv2TS9qcRMFPVMASywxQHxEcN0iUDEfM1OiLkx0f4Sdu7S%2B2a0KbQL0tau8QlwA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b70e5d9a23-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=796&min_rtt=796&rtt_var=398&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=218&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cpcontacts.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 401 Unauthorized Date: Thu, 19 Dec 2024 18:20:52 GMT Content-Type: text/html; charset="utf-8" Transfer-Encoding: chunked Connection: close persistent-auth: false host: cpcontacts.bossagency.co.uk:443 cache-control: no-cache, no-store, must-revalidate, private vary: Accept-Encoding,User-Agent www-authenticate: Basic realm="DAV Server" expires: Fri, 01 Jan 1990 00:00:00 GMT x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=RW97VRhmJBRsidRcD8z8TOAt%2FbT6XB9t%2BHdyJMH8JxD%2BUbAc1I4mxKICgAxTyj0twQcqA7Gw2I4VGhEdGKqGi95Y7xeijYSYUt4frsIle1kYrQbH15FHeoeS5gSnditNrj2J032DKzaT2x4qZFmI2OvtrRqCCz7UZjk%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b9985a65f4-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1279&min_rtt=1274&rtt_var=489&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2932&recv_bytes=583&delivery_rate=3063636&cwnd=252&unsent_bytes=0&cid=062f82d864ed1aa5&ts=71&x=0" <html>Authorization Required</html>
Open service 2606:4700:3031::6815:4e30:80 · www.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://www.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hIZG94XN%2Bobk4watA9PSe1NnVjEkCgbacp6S4cxllkLavTSib0eHrvuaPLAmI7nODY65yyTct0Zr6zH9Jr8UFyNBgOgZo%2BZuVfB7qg7k%2BJTWN3loZyvBbS62xXw7bwtlqZmFPDNfqiZg%2Fsc%2F1u9bo5sPBg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b78ea4d351-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1125&min_rtt=1125&rtt_var=562&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · mail.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:8443 · webdisk.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:80 · mail.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://mail.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jDdjlpNhzLtQz8NmvdVsEsaGVWlGWBpP%2Facdi9UDB4f4vTyruglc66LPTmUBDx7mNpP4QyimnN8SpLTbA6%2FYb2nHjqj1lduT93nwEodnw3Weg34UZQO5U5%2F1%2Fett2ZQ5glCYxi0cNWk%2F0tVod%2BDUURzEezE%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b7799a952c-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1896&min_rtt=1896&rtt_var=948&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=216&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · webmail.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://webmail.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=6fKH7gWmwqgGyrvd0LaOBkdzJlXZpWtwe2glAiAyrKcR7Qrmxw%2F4JuJQ66S8Wotu6zEBuSO5RdLyplbHtW7ueu0vh8gfyTs8CptP4TK35zcrT4nOIEaAbHQ2LsUMtiQ7NeJzRdZH4xJoJCAfhwVWWQEyorpzg6Q%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b75d8c668e-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1461&min_rtt=1461&rtt_var=730&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=219&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:52 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close accept-ch: Sec-CH-UA-Mobile x-nitro-cache: MISS expires: Thu, 19 Dec 2024 19:20:52 GMT cache-control: max-age=3600 x-redirect-by: Permalink Manager location: https://www.bossagency.co.uk/ x-litespeed-cache: miss vary: User-Agent content-security-policy: upgrade-insecure-requests; x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=REWUZchmJpE1d76IfOJ1MBAvsyxf%2FJIZAwgNTjaThPx77Y%2FeqfL8DmLCfCJXq0SaDVek23cU%2B%2FGHueiLKJb%2FcfvICZd5HEgyPM3ui3eYtgWRsClXZeMtnRo10tMf1yX1OcDEwJlx5jM0xe%2Bdi1ce"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b7ffa9669d-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1758&min_rtt=1618&rtt_var=706&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2932&recv_bytes=561&delivery_rate=2499381&cwnd=252&unsent_bytes=0&cid=f2aede07e73d25e6&ts=977&x=0"
Open service 2606:4700:3031::6815:4e30:443 · webmail.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LfsQXkr%2F9enhUw6voL6u6RfQ16xWQIrYXDY3HwlhvdKl73T36KvAm4%2BY9Ib9ScGvE%2FFax8lValyzRGBrponziIzGdn5ETiVpKcPe45Tcbciu9t5tg3WIxQMfwHfGQDWTaxZ3Ph9aha7OjspiZHd9Kl7zJYsbOSA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b82e0dcdb1-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1780&min_rtt=1775&rtt_var=676&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2932&recv_bytes=577&delivery_rate=2226872&cwnd=252&unsent_bytes=0&cid=18529b9e614c1146&ts=65&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![])+(+!+[]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])), east=+((+!+[])+(+!+[]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+[])+(+![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:443 · mail.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BGKuf%2BRLiuUUb8BcnW4ItCmKwwrI46JL5NRLHTd27AwuRFsFu%2FFhkIKREi%2FmGldkziQCFda6XPgOQAwoEP2%2B2zD%2F%2FHCqRg33FXKH2b5kwnDQvWhLGGtz4P4odZkH3URZ%2FN7fHL%2FcwT5TdCtch%2BpAKcX6mbM%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b80d8cef29-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2100&min_rtt=2099&rtt_var=789&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2933&recv_bytes=571&delivery_rate=1918406&cwnd=252&unsent_bytes=0&cid=50b4d62f9dd1813b&ts=25&x=0" Page title: One moment, please... <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="robots" content="noindex, nofollow"> <title>One moment, please...</title> <style> body { background: #F6F7F8; color: #303131; font-family: sans-serif; margin-top: 45vh; text-align: center; } </style> </head> <body> <h1>Please wait while your request is being verified...</h1> <form id="wsidchk-form" style="display:none;" action="/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f" method="GET"> <input type="hidden" id="wsidchk" name="wsidchk"/> </form> <script> (function(){ var west=+((+!+[])+(+!+[]+!![]+!![]+[])+(+!+[]+!![]+!![])+(+!+[]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+[])), east=+((+!+[]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])+(+!+[]+!![]+!![]+!![]+[])+(+!+[]+!![]+!![])+(+![]+[])+(+!+[]+!![]+!![]+!![]+!![]+!![])), x=function(){try{return !!window.addEventListener;}catch(e){return !!0;} }, y=function(y,z){x() ? document.addEventListener('DOMContentLoaded',y,z) : document.attachEvent('onreadystatechange',y);}; y(function(){ document.getElementById('wsidchk').value = west + east; document.getElementById('wsidchk-form').submit(); }, false); })(); </script> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · webdisk.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=cEr6KKjz8t0MpQ%2BbZpknplFkn1ji%2Bv3KD4WR7AxeRyC0hhLV9wbKyC2eJeScNY757ysL7ZKtXj3L2kHcm1PEdEwtmj1Lby%2BzjfONcmfKJ%2BZgQBzi%2FCNLJyE1X6RmjuD0r%2B%2FOOnNGlS4na816ifFh65k06p57KYA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b7d85cd378-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=968&min_rtt=898&rtt_var=387&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2934&recv_bytes=577&delivery_rate=4503340&cwnd=252&unsent_bytes=0&cid=a7e0eacf767f4574&ts=44&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:8443 · webmail.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:8443 · cpanel.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:8443 · www.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:8443 · cpcalendars.bossagency.co.uk
2024-12-19 18:20
Open service 2606:4700:3031::6815:4e30:80 · webdisk.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://webdisk.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FjkMgIu3E3LvS%2FdV3D7iMBPBm%2BpGJW3av4zkHTAWzEY6kvvNtHifiylCVN46CKgFaCRyz43pMu7IP%2BwQvt7kIOlyv%2BlgpQSijhVYElPOeeflyw%2F1ev5m26nYYCb6wjeuQrexv5nK8JXGmTkgCeSMkMvZyXBc1XI%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b71bbe9950-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1000&min_rtt=1000&rtt_var=500&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=219&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · cpcalendars.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 19:20:51 GMT Location: https://cpcalendars.bossagency.co.uk/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2QKa1LlGseYcRucsYOAOZmLeJGyCMCE%2F341AUoqG4g%2F3TFBCp0AzIAee0VGbsORvXrqfC%2FwM1jqycXNvQj0yhEx1QBuT904rgDP3RZc3uSSkK5NmSfInsD800wAm6Pra5gVwTDSce7doLmlPSGePeHUa28kgRFY%2FXAzP"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b72a5992c9-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=937&min_rtt=937&rtt_var=468&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=223&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cpcalendars.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OSKSWUH%2BIN1KgZoAeqDoloZTpPRVdwmkgY9akBksiChrc6OUU0liqxEo%2FrO%2Bb9Pl76O9gW5T6IFYJu5X9Jt%2Bx2c8wlAJR%2F214i%2FGz2C6eenpIiupYYIQpgejfl16qOKyveyG2WyjnEpI6LPmPr6DH%2FThYeq82%2BKfK8WN"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b7afa79bbc-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=890&min_rtt=859&rtt_var=344&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2933&recv_bytes=585&delivery_rate=4707799&cwnd=252&unsent_bytes=0&cid=31bd4235abd74872&ts=56&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · www.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=B%2BQlfCJyqWsQiNM7aiVJZ1YDKIi8055EkDtJ%2FycEl1td4q1SLGvpNaCTc1NJCpgQB%2Fz80irP2%2BXaXc06bBbWiwPin4xUo0Ra1GsGZCc%2F7PjA4y1k5pTASi8jOXV1pJwHpaNNLB1PS5NicU3M53LVEpZy2g%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b79952dcc0-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1020&min_rtt=974&rtt_var=398&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2934&recv_bytes=569&delivery_rate=4151950&cwnd=252&unsent_bytes=0&cid=fbbd58c3b9cc9810&ts=39&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · cpanel.bossagency.co.uk
2024-12-19 18:20
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 18:20:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=2ogQ1zT6WhAJIB8LZucH0XqWc4tIOtK6Ib%2BgUSFvhNzHifPWMNMUrnhds0VJFoJxpnGuy0rrpU8K2NP9Lnel7vzoB4RNv2EyftE8FdXh4GqeJygRuAiWJWGERuV0114XJdSXljA%2BWodq4jleWOCUZDyvkSfBgQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4968b7abf92c32-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1033&min_rtt=939&rtt_var=419&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2932&recv_bytes=575&delivery_rate=4306709&cwnd=252&unsent_bytes=0&cid=f9462c489294e59c&ts=53&x=0" Page title: 403 Forbidden <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>openresty</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · transaccount.eu
2024-12-19 16:43
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 16:43:29 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Cache-Control: must-revalidate, no-cache, private link: </bg/home> rel="revision" x-ua-compatible: IE=edge content-language: bg x-content-type-options: nosniff x-frame-options: SAMEORIGIN expires: Sun, 19 Nov 1978 05:00:00 GMT x-generator: Drupal 8 (https://www.drupal.org) cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=L41a8k7OydsGjy46ZkH8wBsc%2B%2FkSe9mHHsSLswRgt7ed3L1PHj5jEN03%2FfGsqDuDHEL8vMAPsnDMPbsurKV3PXN8TIWgBjXNmsOhPpARBvcT9D1CBwgu6T1jIJUuwBQZyI3FOZ52cWje5mBsv4U%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f48da0b9cdf4596-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1908&min_rtt=1870&rtt_var=728&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2822&recv_bytes=559&delivery_rate=2162566&cwnd=252&unsent_bytes=0&cid=f7bbfd193e0d77b7&ts=1191&x=0"
Open service 2606:4700:3031::6815:4e30:80 · transaccount.eu
2024-12-19 16:43
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 16:43:26 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 17:43:26 GMT Location: https://transaccount.eu/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=riFu4M7gU6kZ%2Fys4SozTg3b0tGaltGsRg0%2FXREHtnfuBfcv2XROdplHFAtp9xhAhMKs0GBbGQ6ldRC%2BkSb2iO0qAMUUWdTnNEK7qavL94JPUYVnc6HGmCLy%2FqYc9Uj8mi87EhL0g2mPffAoP8%2Fc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f48da055f7066b6-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1320&min_rtt=1320&rtt_var=660&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=210&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · transaccount.eu
2024-12-19 16:43
Open service 2606:4700:3031::6815:4e30:8443 · oralerosmaticovercow.sbs
2024-12-19 13:00
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 13:00:44 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Thu, 19 Dec 2024 13:00:59 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=jGtzAGDXzkQB1ryqSjtnNgSKC6hemx%2Fo%2FVIxrgxO2ziAAPgJfK6FOb4ZZ5PrOYbPDb8y7FkNlejgqsxPRdnAkx%2BoRjAl%2BDj0yRf09RbeIUtAC7G5SwNjtQNXSOT5bALsumgToei7WblMH13V36IDMUlrXh3J1PQ%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4793caafa8d379-FRA Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> oralerosmaticovercow.sbs</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f4793caafa8d379</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::d09:a001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"clas
Open service 2606:4700:3031::6815:4e30:443 · oralerosmaticovercow.sbs
2024-12-19 13:00
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 13:00:44 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Thu, 19 Dec 2024 13:00:59 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rfNaWzWuToWXBTgmivZ7k%2B4AqZxkB5QbIII%2FO4X0eeHPaDD9F5Eu2U%2FZ6alOnbDa153c1a7HhsjrlHuENvioqqhm%2FqIC0WVWkNYr5ggtcsgGjbDJyoWofl0NI9M326eRbDLieZpC1JOpzTSHDKA2BoelqpDDfIg%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4793cac8c98f40-FRA Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> oralerosmaticovercow.sbs</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f4793cac8c98f40</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::e89:e001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"clas
Open service 2606:4700:3031::6815:4e30:80 · oralerosmaticovercow.sbs
2024-12-19 13:00
HTTP/1.1 403 Forbidden Date: Thu, 19 Dec 2024 13:00:44 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin Cache-Control: max-age=15 Expires: Thu, 19 Dec 2024 13:00:59 GMT Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=LqLbVsBciQJ3E6DFdiQ72EziBZsA%2BcmFwOYKEg0MOJrpGrqAEWz25KMIh5tiH6k9RggXR%2BCX6SGB7Jt6Y2gIN6G8lQYcTdYJWJHaBjVIrvMc9d5nsKJWY%2FZUHmeAtnAGbATDBqvVIsQgc83HaF2%2B56HYFlfr%2BSU%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4793ca1db119af-FRA Page title: Attention Required! | Cloudflare <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en-US"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]--> <head> <title>Attention Required! | Cloudflare</title> <meta charset="UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" /> <!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" /><![endif]--> <style>body{margin:0;padding:0}</style> <!--[if gte IE 10]><!--> <script> if (!navigator.cookieEnabled) { window.addEventListener('DOMContentLoaded', function () { var cookieEl = document.getElementById('cookie-alert'); cookieEl.style.display = 'block'; }) } </script> <!--<![endif]--> </head> <body> <div id="cf-wrapper"> <div class="cf-alert cf-alert-error cf-cookie-error" id="cookie-alert" data-translate="enable_cookies">Please enable cookies.</div> <div id="cf-error-details" class="cf-error-details-wrapper"> <div class="cf-wrapper cf-header cf-error-overview"> <h1 data-translate="block_headline">Sorry, you have been blocked</h1> <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> oralerosmaticovercow.sbs</h2> </div><!-- /.header --> <div class="cf-section cf-highlight"> <div class="cf-wrapper"> <div class="cf-screenshot-container cf-screenshot-full"> <span class="cf-no-screenshot error"></span> </div> </div> </div><!-- /.captcha-container --> <div class="cf-section cf-wrapper"> <div class="cf-columns two"> <div class="cf-column"> <h2 data-translate="blocked_why_headline">Why have I been blocked?</h2> <p data-translate="blocked_why_detail">This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.</p> </div> <div class="cf-column"> <h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2> <p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p> </div> </div> </div><!-- /.section --> <div class="cf-error-footer cf-wrapper w-240 lg:w-full py-10 sm:py-4 sm:px-8 mx-auto text-center sm:text-left border-solid border-0 border-t border-gray-300"> <p class="text-13"> <span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">8f4793ca1db119af</strong></span> <span class="cf-footer-separator sm:hidden">•</span> <span id="cf-footer-item-ip" class="cf-footer-item hidden sm:block sm:mb-1"> Your IP: <button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button> <span class="hidden" id="cf-footer-ip">2a03:b0c0:3:d0::fae:a001</span> <span class="cf-footer-separator sm:hidden">•</span> </span> <span class="cf-footer-item sm:block sm:mb-1"><span>Performance & security by</span> <a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a></span> </p> <script>(function(){function d(){var b=a.getElementById("cf-footer-item-ip"),c=a.getElementById("cf-footer-ip-reveal");b&&"clas
Open service 2606:4700:3031::6815:4e30:443 · phimsexkoche.shop
2024-12-19 06:28
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 06:28:52 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Link: <http://tip.phimsexkoche.shop/index.php?rest_route=/>; rel="https://api.w.org/" cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=VMmJ%2BaFhtxSYMwrnj5iVGgNRVwmi2cROEA1LHwqVTMtTmBopGfvWjqBrWlmUqLLxIBpJBsgC02COPOJmS81DtQRCQLQDSFlq2bkjSoPhmFsKudS49Qi6qvkYV0IKSg8i2M5l6meMPW3zM7msFFJSKw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4555b77ec3ab22-YYZ alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1043&min_rtt=891&rtt_var=443&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3115&recv_bytes=563&delivery_rate=4538720&cwnd=252&unsent_bytes=0&cid=c6674e06525356bc&ts=1580&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · phimsexkoche.shop
2024-12-19 06:28
Open service 2606:4700:3031::6815:4e30:443 · wwclawyers.com
2024-12-19 04:29
HTTP/1.1 302 Found Date: Thu, 19 Dec 2024 04:29:04 GMT Content-Length: 0 Connection: close Location: https://www.google.com Etag: Thu, 19 Dec 2024 10:27:51 GMT Expires: Thu, 19 Dec 2024 10:27:51 GMT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=vFF3qzhqL0lOimV8UgHVxGLls%2F1RuTt0XCSH%2FVvpQ8EtxunXgiyrd%2Bk4YGX0XQ%2Bc%2FOiLDcLLJSi%2BA%2FnRb7GGjnDwnzXEBDqhhTaJgmeWEeDLEyNOL8Z2RqkxM3KqrbibPOm54bBTzqzUmxrdSQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f44a644fca0419d-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2392&min_rtt=2275&rtt_var=734&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3103&recv_bytes=557&delivery_rate=1755208&cwnd=252&unsent_bytes=0&cid=417ff704fcbf5603&ts=167&x=0"
Open service 2606:4700:3031::6815:4e30:80 · wwclawyers.com
2024-12-19 04:29
HTTP/1.1 302 Found Date: Thu, 19 Dec 2024 04:29:03 GMT Content-Length: 0 Connection: close Location: https://www.google.com Etag: Thu, 19 Dec 2024 10:27:51 GMT Expires: Thu, 19 Dec 2024 10:27:51 GMT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5Zpb5ZxvOABPtnvAqlUjQCTr0bgQ68v9h4uWCiSFqOTtsfWOxJbZLpx6xuSdoMRkt6m%2Fjoh4QRKZOm91ZEFRfMtvsIMKENNKqD7TA%2FLhkqzNNSB6m60YlHKxh%2FLA8CPcZRiGAe6CEik%2Fpgf0TQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f44a641fc1079b0-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2812&min_rtt=2812&rtt_var=1406&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=209&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · wwclawyers.com
2024-12-19 04:29
Open service 2606:4700:3031::6815:4e30:8443 · docmgtsoftware645283.icu
2024-12-19 01:32
Open service 2606:4700:3031::6815:4e30:443 · docmgtsoftware645283.icu
2024-12-19 01:32
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 01:32:01 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: uuid=c1f94205-46bb-450f-8676-faf69c5aac9f X-Adblock-Key: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_lsqzc0o2O0hjzqFABjdikXf2M5j0cj7iTSDRZAG2pitkbaIXz08Cqbefs8Dm9XDYWqrXG8g6u66LHnfVPFb4+g== Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=Ep13QwtZmeDJXMbRWTNkx48KGpdctcN3oAJrStxx3nQmqbfOS6B0jixcUdgX%2BZ8LSI5aGl5sIBS5Gy50tPa1kdRObcztKo6hfCaqdvyW7bosyXRoviucE07jhZVdQm86SQt4SEWVgQX4Zpb43qz4AGRa6jvBn5A%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f43a2eae866d0d1-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1342&min_rtt=1147&rtt_var=569&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3503&recv_bytes=577&delivery_rate=3525719&cwnd=252&unsent_bytes=0&cid=c871682981997d06&ts=164&x=0" Page title: document management software <!DOCTYPE html> <html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAOkfkOV3lsGKqQ9j5bagzq3wjNQNxWwn/esVXnQFKykdGNnnz7w5UeA2I4OuWHWvh0oBKk747TbfSyNssqOrybkCAwEAAQ==_lsqzc0o2O0hjzqFABjdikXf2M5j0cj7iTSDRZAG2pitkbaIXz08Cqbefs8Dm9XDYWqrXG8g6u66LHnfVPFb4+g==" lang="en"> <head><script async src='https://ob.greencolumnart.com/i/2901bede9a38ca5f99dfcf13e3c0fc38.js' data-ch='cheq4ppc' class='ct_clicktrue_77557' data-uvid='c1f94205-46bb-450f-8676-faf69c5aac9f:as-drid-2618043961741535:5733297675:partner-dp-domainactive23_3ph_xml' data-jsonp='onCheqResponse'> </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="cleartype" content="on"> <meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport"> <meta property="og:title" content="document management software" > <meta property="og:description" content="document management software,best document management software,electronic document management system,document management system,cloud document management software,digital document management,paperless office software,document management solutions,document control software,online document management" > <meta name="description" content="document management software,best document management software,electronic document management system,document management system,cloud document management software,digital document management,paperless office software,document management solutions,document control software,online document management" > <meta name="HandheldFriendly" content="True"> <title>document management software</title> </head> <style type="text/css"> html { height: 100%; } body { background: #0e162e; font-family: Helvetica, Sans-serif, arial, sans-serif; text-align: center; font-size: 1rem; margin: 0; height: 100%; } .content-wrap{ width: 100%; height: 100%; padding-bottom: 0; min-height: 600px; margin-top: 0px; } @media only screen and (min-width: 768px) { .content-wrap{ background: url(https://www.relevantlinks.net/img.php/image_id/8424.jpg) no-repeat center top; } .items-wrap{ padding-top: 30px; } } @media only screen and (min-width: 425px) { .items-wrap{ padding-top: 30px; } } .main-wrap{align-items: center;} .items-wrap{ width: 100%; max-width: 520px; position: relative; margin: 0 auto; margin-top: 0px; } #adBlock1{ } #kwBlock1{ } footer{ color: #949494; padding: 2rem 1rem; font-size: .8rem; margin: 0 auto; max-width: 440px; text-align: center; } .footer{font-size:11px; padding: 30px 0px; width: 100%; color: #949494; text-align: center;} .footer a { color: #949494;} .tagline { color: #626574; font-size:15px;} </style> <body> <div class="main-wrap"> <div class="content-wrap"> <div class="items-wrap"> <span class="tagline"></span> <div id="adBlock1"></div> <div id="kwBlock1"></div> </div> </div> <footer class="footer" id="footer"> <a href="/privacy.php" onclick="window.open('/privacy.php','privacy','location=0,status=0,scrollbars=1,width=800,height=600'); return false;">Privacy Policy</a> • <a href="/tos.php" onclick="window.open('/tos.php','tos','location=0,status=0,scrollbars=1,width=800,height=600'); return false;">Terms of Use</a> </footer> </div> <script src="https://www.google.com/adsense/domains/caf.js?abp=1&2va64smr560lx5k=true"></script> <script> var gAccepted, gData, gActionType, adsLoaded; var pageOptions = {"adsafe":"medium","pubId":"partner-dp-domainactive23_3ph_xml","hl":"en","linkTarget":"_blank","resultsPageBaseUrl":"https:\/\/docmgtsoftware645283.icu\/?caf_results=1&acid=0&asrc=&at2=23&at3=seg18&atxt=&avid=&ct=184&psqs=&sqs=document+management+software%2Cbest+document+management+software%2Celectronic+document+management+system%2Cdocument+management+system%2Ccloud+doc
Open service 2606:4700:3031::6815:4e30:80 · docmgtsoftware645283.icu
2024-12-19 01:32
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 01:32:00 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 02:32:00 GMT Location: https://docmgtsoftware645283.icu/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=88LcJsxICIP8oD%2FGG50cU8wpgOgXs%2BIVaaEec%2FXmaycFSU38Q7JYNe%2BXy61XMqSb%2BIluU3vpi0uRVKCpIoFEOHGgtKVy%2FVJ54GzfeMKcPBd4x0P1XxZsYSvXk%2FXyHTEIdlCrgX2i%2BoYwu28ZBwBhffY5xZpWHlo%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f43a2e9d989e913-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2261&min_rtt=2261&rtt_var=1130&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=219&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · ebizschedule.com
2024-12-19 00:42
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 00:42:47 GMT Content-Type: text/html; charset=iso-8859-1 Transfer-Encoding: chunked Connection: close Location: https://ebizschedule.com/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=KnoMlF54umohknLNe9tl5KE%2BI1L7BReT6cXFEXnw%2FY2sWSfvxI2eNrtMDI2R1xCirrB2ss36sjx4MAY3zbVUG1xUJ2bGTV8Cxdgfovt1ajpP%2Bfx6ljTAmGKNgX%2BZWkjmLxnwYpGQwLo7mEqoGp5f"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f435acd3fe8718b-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=883&min_rtt=883&rtt_var=441&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="https://ebizschedule.com/">here</a>.</p> </body></html>
Open service 2606:4700:3031::6815:4e30:8443 · ebizschedule.com
2024-12-19 00:42
Open service 2606:4700:3031::6815:4e30:443 · ebizschedule.com
2024-12-19 00:42
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 00:42:47 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache Set-Cookie: PHPSESSID=7bcoreecv9fjn2bjlcj56ctj88; path=/ Vary: Accept-Encoding cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=1ubnkHMTRxPdG45bdOCuTfrUWii6Swgt9qIR8eZSjOKBmbAnVXPhK3vCp77LgPxmr9BbC%2F1CEkHYzToTc3blZREud7UCStTRtrK7dET%2B533mPD6YlLg3dDK39CD%2FyZgHPmM8vgdozMsBBid4tdNA"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f435acdad7c1e6e-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=712&min_rtt=681&rtt_var=278&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3109&recv_bytes=561&delivery_rate=5938325&cwnd=252&unsent_bytes=0&cid=636b956961f7ccfc&ts=64&x=0" Page title: Ebizschedule.com <!doctype html> <html lang="en"> <head> <title>Ebizschedule.com</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="title" content="Ebizschedule.com"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0" /> <meta name="format-detection" content="telephone=no" /> <meta name=theme-color content="#5069FC" /> <meta name="description" content="Ebizschedule.com is a professional online meeting planner that effectively takes care of all your scheduling needs."> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="https://ebizschedule.com/"> <meta property="og:title" content="Ebizschedule.com"> <meta property="og:description" content="Ebizschedule.com is a professional online meeting planner that effectively takes care of all your scheduling needs."> <meta property="og:image" content="https://ebizschedule.com/assets/images/thumbnail.jpg"> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="https://ebizschedule.com/"> <meta property="twitter:title" content="Ebizschedule.com"> <meta property="twitter:description" content="Ebizschedule.com is a professional online meeting planner that effectively takes care of all your scheduling needs."> <meta property="twitter:image" content="https://ebizschedule.com/assets/images/thumbnail.jpg"> <!-- FAVICON --> <link href="assets/images/favicon.svg" rel="shortcut icon" type="image/x-icon" /> <!-- CSS --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet"> </head> <body> <header> <div class="lines"> <span></span> <span></span> <span></span> </div> <div class="container"> <div class="col-12"> <nav class="navbar navbar-expand-xl navbar-light"> <a class="navbar-brand" href="index.html"><img src="assets/images/logo.svg" title="logo"></a> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav ms-auto align-items-center"> <li class="nav-item"> <a class="nav-link" aria-current="page" href="index.html">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="#features">Features</a> </li> <li class="nav-item"> <a class="nav-link" href="#services">Services</a> </li> <li class="nav-item"> <a class="nav-link" href="#pricing">Pricing</a> </li> <li class="nav-item"> <a class="nav-link" href="about-us.html">About Us</a> </li> <li class="nav-item"> <a class="nav-link" href="support.html">Support</a> </li> <li class="nav-item"> <a class="nav-link" href="contact-us.html">Contact Us</a> </li> </ul> <ul class="nav-btn"> <li class="nav-btns"> <a class="nav-link" hr
Open service 2606:4700:3031::6815:4e30:8443 · sollareducar.com.br
2024-12-19 00:37
HTTP/1.1 401 Unauthorized Date: Thu, 19 Dec 2024 00:37:43 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close www-authenticate: Basic realm="on" cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=rymUX1mwWk3Zq%2FBX1abcejXkgeuXdK1YQ1FJdYxslfokMsXyFwahLEEMdZsG0As3soewm9Yl%2Btw8AXiBL61SbslgKIZ06BVsHL1HaIBmjqZWE56y%2FImxFf6TW6JwU1d%2BuIaS7u1bN7JPPazyzEuG3DzX"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f43535e2e9e72b1-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1412&min_rtt=1320&rtt_var=451&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3119&recv_bytes=567&delivery_rate=3042889&cwnd=252&unsent_bytes=0&cid=e3d277b435625f27&ts=392&x=0" Page title: 401 Authorization Required <html> <head><title>401 Authorization Required</title></head> <body> <center><h1>401 Authorization Required</h1></center> <hr><center>nginx</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page -->
Open service 2606:4700:3031::6815:4e30:443 · sollareducar.com.br
2024-12-19 00:37
Open service 2606:4700:3031::6815:4e30:80 · sollareducar.com.br
2024-12-19 00:37
HTTP/1.1 301 Moved Permanently Date: Thu, 19 Dec 2024 00:37:42 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Thu, 19 Dec 2024 01:37:42 GMT Location: https://sollareducar.com.br/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=OFUyqzZZOkzo8YV7CKkY2Sgx7OsGi6juqN9Y1mtz4i7zQHtmOY1ykWS6Mj4LbtAage4s%2FUFvNvzoh%2F%2BdIviD3gQuUW%2FXiNCbd0Zh%2BNrhWA7Xb0blewLE5n2d%2FaSjvGLekyFMfaOijIG6OsN10eDC%2Fgqw"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f43535a484e0e81-AMS alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1048&min_rtt=1048&rtt_var=524&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=214&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · remfex.com
2024-12-19 00:28
HTTP/1.1 200 OK Date: Thu, 19 Dec 2024 00:28:26 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close accept-ranges: bytes access-control-allow-origin: * Age: 2844786 Cache-Control: public, max-age=0, must-revalidate content-disposition: inline last-modified: Sat, 16 Nov 2024 02:15:20 GMT strict-transport-security: max-age=63072000 x-vercel-cache: HIT x-vercel-id: iad1::tgvwg-1734568106894-d54428633dd8 cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=asGXKq8e6g0cYgiexQz2yyG6eIXv%2FmHczenPwzUtMp9%2FWwb80vOdRtCcYA35WkmaIEYzV0HABHaCHPXW%2Fbm6wuA0%2BM3WXCUqAwgcWzm3gKd7qJPGw0WbenpTz2FUjmcVD1VhvI%2FcNZHQ"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4345cbdd000fa8-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1022&min_rtt=1021&rtt_var=386&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3093&recv_bytes=549&delivery_rate=3907246&cwnd=252&unsent_bytes=0&cid=9d209bcdb7824f2f&ts=56&x=0" Page title: RemFex <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Remfex payment app. Send and receive money across borders effortlessly."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>RemFex</title><script defer="defer" src="/static/js/main.67fdd013.js"></script><link href="/static/css/main.66491745.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 2606:4700:3031::6815:4e30:8443 · remfex.com
2024-12-19 00:28
Open service 2606:4700:3031::6815:4e30:80 · remfex.com
2024-12-19 00:28
HTTP/1.1 308 Permanent Redirect Date: Thu, 19 Dec 2024 00:28:26 GMT Content-Type: text/plain Transfer-Encoding: chunked Connection: close Location: https://remfex.com/ Refresh: 0;url=https://remfex.com/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=XfPT1PdM4cE6yM%2BxCZNnJChbNrdq%2Bo29robHUMQ6rqtT0e%2FJynSb9jsi7BkJ1zi6ez5F6ub6Vgjr7R%2F9Q1dG1JGqTSNQ1oGj00xXByoofv3G4ifVmPpW%2BPf2i7WpQjI4CXvn1OkyDHBC"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4345c8e9257d06-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2031&min_rtt=2031&rtt_var=1015&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=205&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Redirecting...
Open service 2606:4700:3031::6815:4e30:8443 · www.cloudlive.id
2024-12-18 22:32
HTTP/1.1 521 Date: Wed, 18 Dec 2024 22:32:31 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=FdGOdUuTQ9inh1xWhTAZQK7CLSGztZAwrz3fsKQ1vUlHM4Z6aUt9hQIgiMp3fGUasoCAnzD6XpYSPnmExeoLVMvEgh5f5Ou3%2FCLr2kjyZU%2B6Osk0e4SHbJF37I8hSMSZZiF7tZPUqISH0nRz4uGi"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f429bf9f93d80cd-EWR alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1242&min_rtt=1176&rtt_var=488&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3098&recv_bytes=561&delivery_rate=3438775&cwnd=252&unsent_bytes=0&cid=4d24e2887c00d196&ts=266&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · cloudlive.id
2024-12-18 22:32
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 22:32:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 23:32:30 GMT Location: https://cloudlive.id/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=mzwkUkAoHV8%2BP3YIUCxMsv5ay9yEUsGduj1mX7psxBdHExxxHELpAI8%2FiaMc%2F5EtnZYRXlTcVJWTdOYKAw8ohq%2Bq1gI5IqpWbf99YV%2Fa7BKs%2BbtrG8lv1yLmGZIZ1Go%2Fkwb8KyKb1tT87Mc%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f429bf7cf2243a5-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1111&min_rtt=1111&rtt_var=555&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=207&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.cloudlive.id
2024-12-18 22:32
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 22:32:32 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0 cf-edge-cache: no-cache cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=JNVGjffrijdFWGsv1FWdlCMkBD76jBBqEv3ElbFYzbeUlH%2B6UnqF06DRpkweExY4%2Fbj3LfuNPb%2B%2BsZ6BUqqq6GpR%2BMuYhyUNS0WRTNq6te%2FHOfKI6TLY%2Bc3R4j6Kl9Ql2mXeqJ%2F1XXohJajidsEW"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f429bfcbc93437e-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1744&min_rtt=1646&rtt_var=548&sent=5&recv=7&lost=0&retrans=0&sent_bytes=3099&recv_bytes=561&delivery_rate=2442028&cwnd=252&unsent_bytes=0&cid=f502d9b21c8437df&ts=820&x=0" Page title: One moment, please...Loader <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="data:,"> <title>One moment, please...</title> <style> .spinner { -webkit-animation: spin 1s ease-out; animation: spin 1s ease-out; } @keyframes spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #outer-container { text-align: center; } #container { display: inline-block; height: 100px; } #text { float: left; height: 100px; line-height: 100px; font-size: 3rem; font-family: "Montserrat", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; padding: 0 .4em 0 .2em; letter-spacing: 0.06em; color: rgba(38, 122, 72, 0.86); } @media (min-height: 180px) { #outer-container { margin-top: 0; } } @media (min-height: 360px) { #outer-container { margin-top: 5%; } } @media (min-height: 540px) { #outer-container { margin-top: 10%; } } @media (min-height: 720px) { #outer-container { margin-top: 20%; } } @media (min-width: 1450px) { .throbber { width: 90px; height: 90px; float: left; padding: 5px 0 5px 5px; opacity: 0.86; } #container { display: inline-block; border: 3px solid rgb(38, 122, 72, 0.86); border-radius: 51px; height: 100px; } } </style> </head> <body> <div id="outer-container"> <div id="container"> <div class="throbber"> <svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Loader</title> <defs> <polygon id="path-1" points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon> </defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="Logo" transform="translate(-5.000000, -2.000000)"> <g id="Group-2" transform="translate(5.000000, 2.000000)"> <path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z" id="Fill-1" fill="#467C45"></path> <path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585" id="Fill-3" fill="#467C45"></path> <path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049" id="Fill-5" fill="#467C45"></path> <g id="Group-9" transform="translate(0.000000, 11.
Open service 2606:4700:3031::6815:4e30:80 · www.cloudlive.id
2024-12-18 22:32
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 22:32:30 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 23:32:30 GMT Location: https://www.cloudlive.id/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=GFHkunWInONPaQ%2B5vDgQuaFE7nOWzI4YJKVyRNq077%2FDLWBzuJu%2FhldMzNlIuvrP6CSE9zP27Zc9mO%2FZnY%2FxCLo9EhCtnjjIBCGxyuDvCoCZxvBcD8ZthJzUFDNVlnJNmFucEyAoXKTrLgaBj4lK"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f429bf6589c4343-EWR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1273&min_rtt=1273&rtt_var=636&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · cloudlive.id
2024-12-18 22:32
HTTP/1.1 302 Moved Temporarily Date: Wed, 18 Dec 2024 22:32:30 GMT Content-Type: text/html Content-Length: 143 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 Location: https://digitalx.biz.id/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=dF9pOX5udeL%2FKzMQyWFSPjn3WJF9OckUPiLNBXYcQ8P0%2BqBCvL%2FP%2Bc2Jri57wrw8PuM08wyBK6gfJ2qNc5J4FmBE8qIEOOjxxhZn9uEIcC1IcPbl22Nl60xl1rm9yVFmaGWSiMrftPSbYAQ%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f429bf6adf33801-FRA alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=916&min_rtt=735&rtt_var=405&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3100&recv_bytes=553&delivery_rate=5502040&cwnd=252&unsent_bytes=0&cid=40919a3c3a4ac36a&ts=21&x=0" Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cloudlive.id
2024-12-18 22:32
HTTP/1.1 302 Moved Temporarily Date: Wed, 18 Dec 2024 22:32:30 GMT Content-Type: text/html Content-Length: 143 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 Location: https://digitalx.biz.id/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=p7VckkXMb0xyicMWX0I0vEoOVpSJIIN%2FccwpULhUmN5TXyJ5qW%2F%2B0x9AylR1RGMw3O%2BJnkso8oYv5zxXLMjqiap0WdwoOpIbE1ovsA9CTkc%2BiYKM3DtSRliCx3iHzgePe16oOCWEbnck2Ms%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f429bf8ec9e18ff-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1014&min_rtt=1008&rtt_var=391&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3099&recv_bytes=553&delivery_rate=3815094&cwnd=252&unsent_bytes=0&cid=aef7057171f7eda9&ts=14&x=0" Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · poshbounceco.com
2024-12-18 21:02
Open service 2606:4700:3031::6815:4e30:80 · www.poshbounceco.com
2024-12-18 21:02
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 21:02:22 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-fw-server: Flywheel/5.1.0 x-fw-version: 5.0.0 referrer-policy: no-referrer-when-downgrade x-content-type-options: nosniff x-xss-protection: 1 location: https://poshbounceco.com/ x-fw-hash: 2zvrkwquj3 Accept-Ranges: bytes X-Served-By: cache-lcy-eglc8600073-LCY, cache-lcy-eglc8600028-LCY X-Cache: MISS, HIT X-Cache-Hits: 0, 1 X-Timer: S1734555743.766569,VS0,VE3 X-FW-Serve: TRUE X-FW-Static: NO X-FW-Type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=8W2b9bH0RJIJ9YtoSGgDTtW%2BUqIbcQCckt7ltbOedTewcHz5U8Fy6vViDbwbr57cljAUIVirJq4GO5JSymORhWlHOlqICe1soDUEmdenIU%2BBPwojCIabJvjEqNnL5h%2BNaOsc7mhExq6XKs8g5q%2F3Ed574w%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4217f02e8a772f-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2471&min_rtt=2471&rtt_var=1235&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=215&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · poshbounceco.com
2024-12-18 21:02
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 21:02:22 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-fw-hash: 2zvrkwquj3 x-content-type-options: nosniff x-xss-protection: 1 x-fw-version: 5.0.0 location: https://poshbounceco.com/ referrer-policy: no-referrer-when-downgrade x-fw-server: Flywheel/5.1.0 Accept-Ranges: bytes X-Served-By: cache-lcy-eglc8600031-LCY, cache-lcy-eglc8600042-LCY X-Cache: MISS, HIT X-Cache-Hits: 0, 1 X-Timer: S1734555743.772785,VS0,VE3 Vary: Authorization X-FW-Serve: TRUE X-FW-Static: NO X-FW-Type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=h9W1wjcA4ngQHhYan1aLmjJMP5IqAfix7Ra7xN4VTG9FbBSGkcozyehuylbpUQMTUr9IcZmQ%2F0bYjUH%2BAyoTNgZCcnHbwqp420HeVxdCoEBPvqIKStbJrSTQJRUbwMamjYtDolyhDnoZ%2B0cK2T19"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4217f03f4a642b-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2404&min_rtt=2404&rtt_var=1202&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=211&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · www.poshbounceco.com
2024-12-18 21:02
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 21:02:23 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close x-fw-server: Flywheel/5.1.0 x-fw-version: 5.0.0 referrer-policy: no-referrer-when-downgrade x-content-type-options: nosniff x-xss-protection: 1 location: https://poshbounceco.com/ x-fw-hash: 2zvrkwquj3 accept-ranges: bytes x-served-by: cache-lcy-eglc8600024-LCY, cache-lcy-eglc8600038-LCY x-cache: MISS, HIT x-cache-hits: 0, 1 x-timer: S1734555743.283720,VS0,VE2 x-fw-serve: TRUE x-fw-static: NO x-fw-type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=e8OLR8hmXqxlM0h%2F%2BmHJdMsmLDfUcQALG%2F4DHGnGWW8Kfht6Ma1GojDYBsGmfVhljFp4VzIqFa2if8n53ATcyP2SWUsOfbqEUfAVCira1iS%2FUQtm9FE8F5LBG5tWhcFTNNeLbAWHwyL19vb00ZDW1P0kSg%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4217f338696543-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2382&min_rtt=2234&rtt_var=944&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=569&delivery_rate=1810205&cwnd=252&unsent_bytes=0&cid=1c34d4a943b9d3f0&ts=56&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · poshbounceco.com
2024-12-18 21:02
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 21:02:26 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close x-content-type-options: nosniff x-xss-protection: 1 link: <https://poshbounceco.com/wp-json/>; rel="https://api.w.org/" link: <https://poshbounceco.com/wp-json/wp/v2/pages/515>; rel="alternate"; title="JSON"; type="application/json" link: <https://poshbounceco.com/>; rel=shortlink referrer-policy: no-referrer-when-downgrade x-fw-version: 5.0.0 x-fw-dynamic: TRUE x-fw-hash: 2zvrkwquj3 x-fw-server: Flywheel/5.1.0 x-cacheable: YES fastly-restarts: 1 x-served-by: cache-fra-etou8220099-FRA, cache-fra-eddf8230149-FRA x-cache: MISS, HIT x-cache-hits: 0, 1 x-timer: S1734555744.784899,VS0,VE2589 vary: Accept-Encoding x-fw-serve: TRUE x-fw-static: NO x-fw-type: VISIT cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=iDwthMH31cp5gK3D8CO2rLOXPxwOI%2Bo1t%2Bwp9jCXeI5IIpAFoO%2BNJDwHa4VMZoIAF0tsLxc6LjWfeeh2bicT0J3FV%2BQ6rrqpuOJ5w99O6FCmwYW8m3F3fE0Ea0r%2BD0XaPcxKVjKZTxwyfZIi5AgW"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4217f68ba6dbb5-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=903&min_rtt=896&rtt_var=350&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3114&recv_bytes=561&delivery_rate=4247899&cwnd=252&unsent_bytes=0&cid=9b7a36ed5136ff3c&ts=2680&x=0"
Open service 2606:4700:3031::6815:4e30:8443 · www.poshbounceco.com
2024-12-18 21:02
Open service 2606:4700:3031::6815:4e30:8443 · ensemble-sprimont.be
2024-12-18 19:20
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 19:20:08 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 20:20:08 GMT Location: https://sprimont.wikipower.be/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=a6W4SHI8Btca46jTv9Jsdmi1ZZQXSBMx8vS8J%2BOeQKGlAXdym45lqHsLltHN7nywf%2BtxXwZoEHBOzr4fx1RKQDXxsWPiH%2Bp9Ivg1iN4i%2ByiDlsieSAaqlXfNpAb9jIHps5o%2B13VGFuSm2zzz7rhtjSfDDA%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f41822eb8b39f8d-AMS Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · ensemble-sprimont.be
2024-12-18 19:20
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 19:20:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 20:20:06 GMT Location: https://sprimont.wikipower.be/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5UYVKPCjMuhQK9%2BkMEXgKQ6Ab0SNeNQY3zwCtFpUQ7MvMmr9aK6C%2FJoiwt9d7gHuMUYTUgA%2BOVvHVKSmBWVD26ta2SPJSBK518MCtidx3mZyn%2BFP4SyAgzi3H6i5KCkHyL821b4QR8%2Bc6CB322%2BfPU0Cjw%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f41821e7d6cd372-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · ensemble-sprimont.be
2024-12-18 19:20
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 19:20:06 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 20:20:06 GMT Location: https://sprimont.wikipower.be/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=SQAy5DxuMDf8WLpazn%2Bza5vpmOlCwbEKymKeAiRGOUy6PP%2BiBKNG%2F1RfBEx%2Bt3LyaNAkdUUMFgDAxmtRfGF%2BPo9UbJxqKW3kSE2pYKWQjkJzbnDUOI9dhi0nTMdU%2FtCOJXbSCsfmEz6Sh6e2ebJI7AIXWQ%3D%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f41821d8ff4d237-FRA Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · thes.gr
2024-12-18 18:59
HTTP/1.1 521 Date: Wed, 18 Dec 2024 18:59:23 GMT Content-Type: text/plain; charset=UTF-8 Content-Length: 15 Connection: close Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=osrQPlLODrKkQCi7Sl0rtlOBjG7W%2BdsIxAGW4FnvW29nFPOY2Cdd9lhxzIZ72%2FwFXmtfamZl963WpFQCQbq2aZ%2BNr4tSPFRJCYI6C8qmz%2BOaSecSRrwia4fq2QVNDYhWmbEeNN5D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} X-Frame-Options: SAMEORIGIN Referrer-Policy: same-origin 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 Server: cloudflare CF-RAY: 8f4163ca68f22450-AMS alt-svc: h3=":8443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=923&min_rtt=862&rtt_var=367&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=543&delivery_rate=4691415&cwnd=252&unsent_bytes=0&cid=bad096fbad5299b7&ts=59&x=0" error code: 521
Open service 2606:4700:3031::6815:4e30:80 · thes.gr
2024-12-18 18:59
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 18:59:23 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 19:59:23 GMT Location: https://thes.gr/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ZgprKLNL4JCNkfAasJuToO%2B2wtL4PwWPmJbQeH8yJepTNmaMVL0305RkAUamXUOC5TnA%2F2RagoG1v4YRaxxz2DqHphaIvWFgoGyQRtMgxFNSctBM3ge0LHngX9X%2FvSSnwG8Va8IU"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4163c9eeb3719e-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2345&min_rtt=2345&rtt_var=1172&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=202&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · thes.gr
2024-12-18 18:59
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 18:59:24 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding,Cookie X-Redirect-By: WordPress Location: https://www.thes.gr/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=fGVZp6QFpspshghgXNIWfzSGM6PA0v7ar6LVIKEAEv%2BG%2BvrRW1fvLwstFTrfKNXnF5Co1qTNefPJ6m6I9G10AtEwqnfr9i4gQWEaxQe1S%2BDdCvlrUQ8LfvbUUZH91vzzuovCfdNA"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4163cd094393ea-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1976&min_rtt=1921&rtt_var=759&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3083&recv_bytes=543&delivery_rate=2105153&cwnd=252&unsent_bytes=0&cid=de29c8780dc56b1a&ts=404&x=0"
Open service 2606:4700:3031::6815:4e30:443 · worldg.ua
2024-12-18 18:26
HTTP/1.1 429 Too Many Requests Date: Wed, 18 Dec 2024 18:26:31 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: close Set-Cookie: __slsid=32224b303367289ca3eb8c2d1add8a810051fb372c6ae07af04a7ef9a7d66ea8; Path=/; Expires=Wed, 18 Dec 2024 18:36:31 GMT; HttpOnly Set-Cookie: __pq=1734546391274; Max-Age=3600; Path=/; HttpOnly x-ray: wnp32685:0.000/wn32685:0.010/ cf-cache-status: DYNAMIC Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C0hUB0o%2Bd2cI3JrPiz0EoN9GEuAK3wXPNF%2FsDIsmV3ARD1zOpeXBh3zno20IO5DF9f%2BO6GC%2F8GaWhvfqhgBBFpYZxrQ%2FrgMu%2BoDEJT7%2F0%2Bczbhq676NvUqRmJzbamJhKP1EyxGZmul4%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f4133a0dee83828-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=946&min_rtt=828&rtt_var=395&sent=5&recv=6&lost=0&retrans=0&sent_bytes=2803&recv_bytes=547&delivery_rate=4884057&cwnd=252&unsent_bytes=0&cid=49f4fcc47e56ae69&ts=127&x=0" Page title: Захищена сторінка <html lang="uk"> <head> <title>Захищена сторінка</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex,nofollow"> <meta name="viewport" content="width=device-width" /> <style> body {background: #f2f4f6;padding: 0;margin: 0;font: 17px Tahoma;color: #6d6d6d} #container {height: 100vh;width: 100%;} #noscript {font-family: sans-serif;text-align: center;} #noscript p {font-size: 140%;margin-top: 100px;} #error {display: flex;justify-content: center;align-items: center;flex-flow: column;height: 65vh;} #error_message{width: 40%;} .link {width: 100%;position: fixed;bottom: 5%;display: flex;justify-content: center; font-size: 15px} .link>a {color: #6d6d6d;text-decoration: none; margin-left: 0.5em} .link>a:hover {color: #4b4b4b;text-decoration: underline} .loader {position: absolute;top: 0;left: 0;width: 100%;height: 100%;} .loader>div {display: block;position: relative;left: 50%;top: 30%;width: 120px;height: 120px;margin: -60px 0 0 -60px;border-radius: 50%;border: 3px solid transparent;border-top-color: #3498db;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;} .loader>div:before{content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #e74c3c;-webkit-animation: spin 3s linear infinite;animation: spin 3s linear infinite;} .loader>div:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #f9c922;-webkit-animation: spin 1.5s linear infinite;animation: spin 1.5s linear infinite;} @-webkit-keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} } @keyframes spin { 0% {-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);} } </style> </head> <body> <div id="container"> <div class="loader"><div></div></div> <div class="link" > <span>захищено </span><a href="https://adm.tools" target="_blank">adm.tools</a> </div> <div id="noscript"> <noscript> <p>Щоб переглянути сайт, увімкніть JavaScript у своєму браузері</p> <strong>Навіщо включати JavaScript?</strong><br /> <span>З вашої IP-адреси було зафіксовано діяльність шкідливих програм. Увімкнення JavaScript дозволить нам переконатися, що запит зроблено людиною, і відобразити сторінку на сайті.</span> </noscript> <div id="error"> <span id="error_message"></span> </div> </div> </div> <script type="b5578a4bd30b95b826dda13e-text/javascript"> function show_error(message) { document.querySelector('.loader').style.display = 'none'; document.querySelector('#error_message').innerHTML = message; } function cookies_enabled() { var cookieEnabled = navigator.cookieEnabled; if (cookieEnabled === false) return false; if (!document.cookie) { document.cookie = "test=1"; if (!document.cookie) { return false; } else { document.cookie = "test=; expires=" + new Date(0).toUTCString(); } } return true; } var result = eval('9-57*76-37'); if (cookies_enabled()) { var xhr = new XMLHttpRequest() xhr.open('POST', ''); var form = new FormData(); form.append('___ack', result); xhr.send(form); xhr.onloadend =
Open service 2606:4700:3031::6815:4e30:8443 · worldg.ua
2024-12-18 18:26
Open service 2606:4700:3031::6815:4e30:80 · worldg.ua
2024-12-18 18:26
HTTP/1.1 301 Moved Permanently Date: Wed, 18 Dec 2024 18:26:31 GMT Content-Type: text/html Content-Length: 167 Connection: close Cache-Control: max-age=3600 Expires: Wed, 18 Dec 2024 19:26:30 GMT Location: https://worldg.ua/ Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=N3dQLPPeIbpuVH%2FWm%2FeXxLGAvE4QqOTndMeaEihTCesAqwebIURxX4LQ5hmOxAIsW%2BeUod2WXKacA045pg1fNkbYEYz8A%2Flrq0a%2F0afJcC%2F0HDVdOCIvnH9ASy%2FcHYxCipmytl0fr50%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f41339fbaefdcb9-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=1464&min_rtt=1464&rtt_var=732&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=204&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:80 · cdfitools.com
2024-12-18 17:40
HTTP/1.1 307 Temporary Redirect Date: Wed, 18 Dec 2024 17:40:53 GMT Content-Type: text/html Content-Length: 169 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 Location: https://letspresta.com Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=C6mYNKZDcgya4VHfR8qD3LP4YMGriK43Fxz8ecdhDdpIctqFEtWr%2F4zBOOsOjGlr24jHrz74g4phpi6htfnyk%2BdGrtx2eXw5UDRvfKCQ38BIbmnGOZbpjGBEP3J9B4GJ988jkqzAyH4MGZel"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40f0ca7ef0d25e-FRA Page title: 307 Temporary Redirect <html> <head><title>307 Temporary Redirect</title></head> <body> <center><h1>307 Temporary Redirect</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · cdfitools.com
2024-12-18 17:40
HTTP/1.1 307 Temporary Redirect Date: Wed, 18 Dec 2024 17:40:53 GMT Content-Type: text/html Content-Length: 169 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 Location: https://letspresta.com Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=s1KqAycnlQd1IUI%2Fxu03WUWAK0mWTJQt9sY9%2FC8acy0TTnVtHK%2FWsdovpXmW3vaR2P6MifofYYLDx6A0c2FV4IJGlDOz2I%2BUDoNyBhXGguYE53jokaUdWyol2cWB6kIonBjXVR90Mr7vGLE1"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40f0ccb8d0d284-FRA Page title: 307 Temporary Redirect <html> <head><title>307 Temporary Redirect</title></head> <body> <center><h1>307 Temporary Redirect</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:443 · cdfitools.com
2024-12-18 17:40
HTTP/1.1 307 Temporary Redirect Date: Wed, 18 Dec 2024 17:40:53 GMT Content-Type: text/html Content-Length: 169 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 Location: https://letspresta.com Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0CgTsAnSv%2B6nXCxODSqRNDXp96W4Su%2FakQP5LFv4Plp6Bw1W0rSm1jMN5%2BlKUsa%2FZL7PrYWc6ThYp1mhcgpSgt%2Fu%2FR26hBv%2FxEMBfpT1QHsrAzPSSLKWqIdLC9q75cN4vVR7wntnCVm9rHBf"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40f0cb1d545c14-FRA Page title: 307 Temporary Redirect <html> <head><title>307 Temporary Redirect</title></head> <body> <center><h1>307 Temporary Redirect</h1></center> <hr><center>cloudflare</center> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · arktikos.dk
2024-12-18 17:22
Open service 2606:4700:3031::6815:4e30:443 · arktikos.dk
2024-12-18 17:22
Open service 2606:4700:3031::6815:4e30:80 · sgfindbook.bootstrike.com
2024-12-18 17:11
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 17:11:40 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Set-Cookie: PHPSESSID=587bc3b4f373f833c356e1b70f3678c3; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate Pragma: no-cache cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=3TssXOUZ9vR2UjvxwPUD%2BU5HhDIWAIOtLkq%2BVM7FdSe85c3QrSv5wwcc7LcRzAoWfI1UqwjdHw1EAEnVTe420g7KWdLNiZ%2FcUY5lXcndu%2F19DZS2iiYV3BKyALKANT4AVvoWFhzM9k8Y3b8AagfMmW9emCT4ApBz"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40c5fd8d6a653b-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2336&min_rtt=2336&rtt_var=1168&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=220&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: SG Find Currently Available NLB Books for Borrowing <!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <title>SG Find Currently Available NLB Books for Borrowing</title> <meta name="description" content="Find books that are currently available to borrow in a library"> <!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="stylesheet" href="/css/normalize.css"> <link rel="stylesheet" href="/css/skeleton.css"> <!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <script type="text/javascript"> function enableSubmit() { setTimeout(function() { document.getElementById('submitButton').disabled= false; },2000); } </script> </head> <body onLoad="javascript:enableSubmit();"> <div class="container"> <div class="row"> <h1><a style="text-decoration:none" href="/">Find Available Books for borrowing in Singapore National Library Board libraries</a></h1> </div> <div class="row"> <form method="post" onSubmit="javascript:document.getElementById('submitButton').disabled=true; document.getElementById('submitButton').value='Processing...'; return true;" action="/"> <p> <label> Keywords BRN / ISBN / Title / Author / Subject <br> <input required onBlur="" style="font-size:2em;padding:0.5em;width:100%;box-sizing:inherit;" type="text" name="q" value="" > </label> </p> <label>Library<br> <select name="libLocation"> <option selected value=""> ALL</option><option value="AMKPL"> Ang Mo Kio Public</option><option value="BEPL"> Bedok Public</option><option value="BIPL"> Bishan Public</option><option value="BBPL"> Bukit Batok Public</option><option value="BMPL"> Bukit Merah Public</option><option value="BPPL"> Bukit Panjang Public</option><option value="CLL"> Central Public</option><option value="CSPL"> Cheng San Public</option><option value="CCKPL"> Choa Chu Kang Public</option><option value="CMPL"> Clementi Public</option><option value="GEPL"> Geylang East Public</option><option value="HBPL"> HarbourFront Public</option><option value="JRL"> Jurong Regional</option><option value="JWPL"> Jurong West Public</option><option value="LKCRL"> Lee Kong Chian Reference</option><option value="07LKCRL"> Lee Kong Chian Reference Library Level 7</option><option value="08LKCRL"> Lee Kong Chian Reference Library Level 8</option><option value="09LKCRL"> Lee Kong Chian Reference Library Level 9</option><option value="11LKCRL"> Lee Kong Chian Reference Library Level 11</option><option value="CNPL"> Library@Chinatown</option><option value="EPPL"> Library@Esplanade</option><option value="OCPL"> Library@Orchard</option><option value="LSC"> Library Supply Centre</option><option value="LSCAV"> Library Supply Centre for AV</option><option value="MPPL"> Marine Parade Public</option><option value="MOLLEY"> Mobile Bus</option><option value="LOLC"> NL Heritage</option><option value="PRPL"> Pasir Ris Public</option><option value="PRL"> Punggol Regional</option><option value="QUPL"> Queenstown Public</option><option value="SBPL"> Sembawang Public</option><option value="SKPL"> Sengkang Public</option><option value="SRPL"> S
Open service 2606:4700:3031::6815:4e30:443 · sgbusarrival.bootstrike.com
2024-12-18 17:11
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 17:11:40 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2F5ATi%2BWyiqDSIu0tqqh3D4jp8uQz1WNnmgSWf%2FJXW3wkG4m%2BGCv9qwdIfXn7cUqb%2BcRVbgFmNf6jV9hM2wjqz34zyJlAJf1V5ttLhdu42J3no%2BWE%2Fqr5ebfGfNN3%2FuSdG2yKiIjCXaG9YNwdkRRDryiyYNTZ9LqEoCA%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40c5fd5f39ef1b-LHR alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=2187&min_rtt=2042&rtt_var=869&sent=5&recv=6&lost=0&retrans=0&sent_bytes=3107&recv_bytes=583&delivery_rate=1980411&cwnd=252&unsent_bytes=0&cid=30b699acd8220ede&ts=530&x=0" Page title: SG Next Bus Arrival Time <!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <link rel="canonical" href="https://sgbusarrival.bootstrike.com"> <title>SG Next Bus Arrival Time</title> <meta name="description" content="Find Singapore next bus arrival timing instantly - No GPS, app or JavaScript required"> <!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/skeleton.css"> <!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="icon" type="image/png" href="/favicon.gif"> <script type="text/javascript" src="/scripts.js"></script> </head> <body> <!-- Primary Page Layout –––––––––––––––––––––––––––––––––––––––––––––––––– --> <div class="container"> <div class="row"> <div class="one-half column mainDiv"> <h4>SG Next Bus Arrival Time</h4> <form method="get"> <p> <label>Bus Stop Code <br> <br> <input type="tel" pattern="[0-9]*" name="busstopno" id="BusStopNo" minlength="5" maxlength="5" style="font-size:2em;padding:1em;width:100%; text-align:center;"> </label> <small><a href="#" onClick="findNearest(); return false;">Find bus stops near me</a></small><br> <br> <label>Bus Number (Optional)<br> <br> <input type="text" name="busno" id="busno" maxlength="5" style="font-size:2em;padding:1em;width:100%; text-align:center;"> </label> <br> <input class="button button-primary" type="submit" value="Get Arrival Timings" style="font-size:2em; width:100%;"> </p> </form> <hr> <p><small><a href="/busstops/">View all bus stops</a>. A mini project by <a href="https://bootstrike.com/Home/contact.php?regarding=SG%20Bus%20Arrival">Bootstrike.com</a> v0.53</small>.</p> </div> </div> </div> <!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– --> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · sgfindbook.bootstrike.com
2024-12-18 17:11
Open service 2606:4700:3031::6815:4e30:80 · sgbusarrival.bootstrike.com
2024-12-18 17:11
HTTP/1.1 200 OK Date: Wed, 18 Dec 2024 17:11:40 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close cf-cache-status: DYNAMIC vary: accept-encoding Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=28fjtMymsm%2BpvIPr01fKD24sjDeaA4YhXHiJEkXqYiKlnRIVkcU3QTQ9UcOy6cGS%2Bw3CF89zM1k6yqueeXOxGcCQHdPQf2%2FxsuGUXQ16MhqATqt92jcBd9KkHu2bTYlleNbqR1p4AGaOA8NefVcUnsD5gVZstAvgB%2Fk%3D"}],"group":"cf-nel","max_age":604800} NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800} Server: cloudflare CF-RAY: 8f40c5f8c8a41cab-FRA alt-svc: h3=":443"; ma=86400 server-timing: cfL4;desc="?proto=TCP&rtt=870&min_rtt=870&rtt_var=435&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=222&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0" Page title: SG Next Bus Arrival Time <!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta charset="utf-8"> <link rel="canonical" href="https://sgbusarrival.bootstrike.com"> <title>SG Next Bus Arrival Time</title> <meta name="description" content="Find Singapore next bus arrival timing instantly - No GPS, app or JavaScript required"> <!-- Mobile Specific Metas –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- FONT –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"> <!-- CSS –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/skeleton.css"> <!-- Favicon –––––––––––––––––––––––––––––––––––––––––––––––––– --> <link rel="icon" type="image/png" href="/favicon.gif"> <script type="text/javascript" src="/scripts.js"></script> </head> <body> <!-- Primary Page Layout –––––––––––––––––––––––––––––––––––––––––––––––––– --> <div class="container"> <div class="row"> <div class="one-half column mainDiv"> <h4>SG Next Bus Arrival Time</h4> <form method="get"> <p> <label>Bus Stop Code <br> <br> <input type="tel" pattern="[0-9]*" name="busstopno" id="BusStopNo" minlength="5" maxlength="5" style="font-size:2em;padding:1em;width:100%; text-align:center;"> </label> <small><a href="#" onClick="findNearest(); return false;">Find bus stops near me</a></small><br> <br> <label>Bus Number (Optional)<br> <br> <input type="text" name="busno" id="busno" maxlength="5" style="font-size:2em;padding:1em;width:100%; text-align:center;"> </label> <br> <input class="button button-primary" type="submit" value="Get Arrival Timings" style="font-size:2em; width:100%;"> </p> </form> <hr> <p><small><a href="/busstops/">View all bus stops</a>. A mini project by <a href="https://bootstrike.com/Home/contact.php?regarding=SG%20Bus%20Arrival">Bootstrike.com</a> v0.53</small>.</p> </div> </div> </div> <!-- End Document –––––––––––––––––––––––––––––––––––––––––––––––––– --> </body> </html>
Open service 2606:4700:3031::6815:4e30:8443 · sgbusarrival.bootstrike.com
2024-12-18 17:11
fsscwj.com 2 witkubkanis.com 2 dl.nzbasic.com 2 nzbasic.com 5 www.cawan4dkan.com 5 ssdliip.cn 1 alexa-rosebharti.com 2 nasrul.my.id 4 orinova.shop 2 butecomusical.com 2 pan.nijika.eu.org 2 erbaatel.com 4 sexxcams.live 2 pan.yueziji.tech 2 alternatifsky4d.space 2 www.alternatifsky4d.space 2 huyixing.filegear-sg.me 2 plain-art-4fe2.s659l3jw.workers.dev 2 taanaqi-sa.com 2 fxiang.cc 2 abdulkadar.com 2 identity-yemen.info 2 devedge.co.uk 2 jensen.devedge.co.uk 2 rcilicgt.shop 2 mimpijuara.xyz 2 bemasterminds.com 2 hothornyhumpers.com 2 gadgetsmart.uk 2 royal-cell-85c3.zfjoij3q.workers.dev 2 selwix-tap.com 2 view.selwix-tap.com 2 xfb88770.com 2 liverx2024.xyz 2 ai.vsinger712.com 2 wew.zbjbfk.us.kg 2 regb.zbjbfk.us.kg 1 fddf.zbjbfk.us.kg 2 www.gamessavvy.com 2 gamessavvy.com 5 batdongsanvinhlong.com 2 45678.wine 2 www.45678.wine 2 idtathena.shop 2 multicanais.legal 2 www.cgg88.com 2 lol4dyuk.shop 2 sk6688.cc 2 superiormotors15104.com 2 kfn543wsn.world 2 coolify.cods.cc 2 mcc.za.net 2 y2style.com.cn 2 taplak.online 2 webmail.thes.gr 2 www.thes.gr 2 cpanel.thes.gr 2 www.targetrent.it 2 inspacefilm.ru 2 killagainrec.com 2 5qr.uk 2 www.bizfamilies.net 1 merrycards.art 2 hellowow.gq 2 digipunch.fr 2 poshbounceco.com 5 toscoatelier.com 2 cost.onetakesolutions.com.hk 2 bizfamilies.net 1 pinetworkstore.com 2 clipsave.net 2 fq.investspot.workers.dev 2 cloud-fan-woll.investspot.workers.dev 2 russian-teacher.co.il 1 yoquierooviajes.com 2 temporalspace.space 2 arktikos.dk 3 trainersbox.pl 2 agencydiva4d.site 2 portal.redforce.cl 2 pigu.fun 1 goldenohana.site 2 thes.gr 5 www.sweetandsourcandy.com 2 sweetandsourcandy.com 2 webmail.sweetandsourcandy.com 2 redforce.cl 2 onetakesolutions.com.hk 2 www.onetakesolutions.com.hk 2 metin44.com 2 homepage-ccf-app.us 2 ppcpu.com 2 futurepath-911.com 2 jewellery-temp.onetakesolutions.com.hk 2 blog-temp.onetakesolutions.com.hk 2 icream-temp.onetakesolutions.com.hk 2 cms-temp.onetakesolutions.com.hk 2 poshpuppyboutiquep.shop 2 education-temp.onetakesolutions.com.hk 2 restaurant-temp.onetakesolutions.com.hk 2 photos-temp.onetakesolutions.com.hk 2 e-commerce-temp.onetakesolutions.com.hk 2 ultraedgeprice.com 2 www.ultraedgeprice.com 2 www.neraka4di6.xyz 2 neraka4di6.xyz 2 solar-panels2024.today 2 vn788f.com 2 affiliateprelauncher.com 2 ipv6.flazzshop.com 2 www.flazzshop.com 2 www.renewedgev.com 2 renewedgev.com 2 www.akilischool.com 2 bnd-dienste.de 2 flazzshop.com 2 pw.chaos.claims 2 proxy.mooncake13151514.workers.dev 2 www.bblezebre.com 2 bblezebre.com 2 beauty.purelifeguide.com 1 health.purelifeguide.com 2 billlittlefield.us 2 superwashabingtoncrossing.com 2 github.mooncake13151514.workers.dev 2 neuro-socks.be 2 ferrolinera.org 2 shop-vpns.gozargah.workers.dev 2 military-jobs-35vogf6tc668.today 2 felicis.ventuss.workers.dev 2 lind.39894098.workers.dev 2 chenbilin.uk 2 purelyfit.pro 2 real-generate-v2.gozargah.workers.dev 2 mobiletator.com 2 worker-chao.weichao473.workers.dev 2 green-block-cbf0.gozargah.workers.dev 2 ligafufu4d.xyz 2 www.ligafufu4d.xyz 2 socl.devedge.co.uk 2 interactiveshift.com 2 www.rajasatu-link.store 2 freenode01.gozargah.workers.dev 2 rajasatu-link.store 2 rold24race.dk 2 affilaturaformiginese.shop 1 xnbeijzbcuxi.top 2 stormbreakers.click 2 long-cake-0a93.ahmariphillips09.workers.dev 2 andreaplank.com 2 desixflix.click 2 crdbonus.com 2 fleet-tracking-systems.today 2 real-generate-v3.gozargah.workers.dev 2 3k.ewq2431.workers.dev 2 huntleyworkingdogs.com 2 rotabettv299.com 2 hillcroft.org 1 pensieve.ventuss.workers.dev 2 blackvoicesonpolicing.com 2 mail.niajaakhan.com 2 autodiscover.niajaakhan.com 2 webdisk.niajaakhan.com 2 webmail.niajaakhan.com 2 cpanel.niajaakhan.com 2 cpcalendars.niajaakhan.com 2 niajaakhan.com 2 cpcontacts.niajaakhan.com 2 www.niajaakhan.com 2 room.ua 2 lightcapsulefeeling.com 2 inatboxproapk.org.tr 2 morning-breeze-2535.7tmqxqi0.workers.dev 2 cpcontacts.bossagency.co.uk 2 bossagency.co.uk 2 cpanel.bossagency.co.uk 2 www.bossagency.co.uk 2 mail.bossagency.co.uk 2 webdisk.bossagency.co.uk 2 webmail.bossagency.co.uk 2 cpcalendars.bossagency.co.uk 2 transaccount.eu 2 oralerosmaticovercow.sbs 2 phimsexkoche.shop 1 wwclawyers.com 2 docmgtsoftware645283.icu 2 ebizschedule.com 2 sollareducar.com.br 2 remfex.com 2 www.cloudlive.id 2 cloudlive.id 2 www.poshbounceco.com 2 ensemble-sprimont.be 2 worldg.ua 2 cdfitools.com 2 sgfindbook.bootstrike.com 1 sgbusarrival.bootstrike.com 2