Domain heroskillloop.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3032::6815:4241:443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 429 Too Many Requests
    Date: Sat, 24 Jan 2026 13:43:08 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate, private
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=97fda4cc935d4631e6569c4a3f78a5cedde746f86bc8f9512fdf707ab9d68196; Path=/; Expires=Sat, 24 Jan 2026 13:53:08 GMT; HttpOnly
    Set-Cookie: __pq=1769262188570; Max-Age=3600; Path=/; HttpOnly
    x-ray: wne25401:0.000/wn25401:0.000/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=224
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FCFKiir7uryB7foG8wAM0yXBoE4CcoTlGMKnCIeeyjQgVZHwPDsmM2%2FUmZ7V1tI6ZdWJE28Fs4TUuXUC7jUnqTQ3SKUDuHh%2BWTr5ZbYeABDymhkjgLL54SAP%2FXt3"}]}
    CF-RAY: 9c2ff5456d137cf9-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Protected section
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Protected section</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>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>To view the site, enable JavaScript in your browser</p>
    
                <strong>Why include JavaScript?</strong><br />
                <span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack', eval('4-14-16+5'));
    
    		xhr.open('POST', '');
    		xhr.send(form);
    
    		xhr.onloadend = function (event) {
    			if (event.target.status !== 200) {
    				show_error('Failed to display the page. Please try again in a few minutes.');
    				return;
    			}
    
    			location.reload()
    		}
    	}
    	
    	run();
    </script>
    <script defer src="https://static.clou
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:4241:80 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 13:43:08 GMT
    Content-Length: 0
    Connection: close
    Location: https://heroskillloop.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=C41svLrCE8kaliqsXxvzfh7HcHu23TNrxoEZQuUjUJmaL5ijGzXNdkmSaNx562BAMnXPCoZdRMuoRaWe2tPT59OxtblJXpkfi1aft8l1fzCYutnthmkNr3PLEkNE"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c2ff5439995afea-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.66.65:443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 429 Too Many Requests
    Date: Sat, 24 Jan 2026 13:43:09 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate, private
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=16bd2029c43896b80265e7cd39dfe7f7c1c18e48d2c2668f182e33118c900af9; Path=/; Expires=Sat, 24 Jan 2026 13:53:09 GMT; HttpOnly
    Set-Cookie: __pq=1769262189103; Max-Age=3600; Path=/; HttpOnly
    x-ray: wne25401:0.000/wn25401:0.010/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=592
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8Wom0Wrk%2FydE%2BXZoPqA8lTuyaR8FufVM6kEgNZJXo7CJyIX4o86F5Q2v8it8RUrUVIWmXqO%2Bi8HbOVvVEBBw81Uf7Rv%2BXEqy5p9A4TEEtEXJ"}]}
    CF-RAY: 9c2ff54759923a36-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: Protected section
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Protected section</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>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>To view the site, enable JavaScript in your browser</p>
    
                <strong>Why include JavaScript?</strong><br />
                <span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack', eval('8-11-13-86'));
    
    		xhr.open('POST', '');
    		xhr.send(form);
    
    		xhr.onloadend = function (event) {
    			if (event.target.status !== 200) {
    				show_error('Failed to display the page. Please try again in a few minutes.');
    				return;
    			}
    
    			location.reload()
    		}
    	}
    	
    	run();
    </script>
    <script defer src="https://static.clo
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.201.137:443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 429 Too Many Requests
    Date: Sat, 24 Jan 2026 13:43:09 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate, private
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=15f915a7226f3686639e3d4aea6cd5912cc38f0e0d4e46130754fb21a8ca1a3a; Path=/; Expires=Sat, 24 Jan 2026 13:53:09 GMT; HttpOnly
    Set-Cookie: __pq=1769262189226; Max-Age=3600; Path=/; HttpOnly
    x-ray: wne25401:0.000/wn25401:0.000/
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=181,cfOrigin;dur=589
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ueWCve4hZJcHEmmv%2BPMvglwOIEJr4xcasZ1VqBLOVuPQPr2Ic4YHra8I8pjuNox8h2i6ZoB6rv8CnKlCc4O0R6tpv%2FBObNCEp%2BseWORbWg%3D%3D"}]}
    CF-RAY: 9c2ff5471fc298ef-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: Protected section
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Protected section</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>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>To view the site, enable JavaScript in your browser</p>
    
                <strong>Why include JavaScript?</strong><br />
                <span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack', eval('4-32*100*40'));
    
    		xhr.open('POST', '');
    		xhr.send(form);
    
    		xhr.onloadend = function (event) {
    			if (event.target.status !== 200) {
    				show_error('Failed to display the page. Please try again in a few minutes.');
    				return;
    			}
    
    			location.reload()
    		}
    	}
    	
    	run();
    </script>
    <script defer src="https://static.cl
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.66.65:80 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 13:43:07 GMT
    Content-Length: 0
    Connection: close
    Location: https://heroskillloop.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0kri9GuboHBw3hBZ0mnIgMqtlsDw3QnOS%2F5yyC6nkbm54iCK8iB7vKmJFv4aA0rG%2FLR%2BS%2BQVCdu4golm5yqPLp40TJBzZKNFGQTsgr5oog%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2ff542dc8e15c6-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.201.137:8443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 522 <none>
    Date: Sat, 24 Jan 2026 13:43:28 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    Server-Timing: cfEdge;dur=19760,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2ff5492b47834b-SIN
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.201.137:80 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 13:43:08 GMT
    Content-Length: 0
    Connection: close
    Location: https://heroskillloop.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MhCb6azj5q72rW1S1f13Jh%2BxjiuULJuMbzD5KFD6cuzWMeflH19w2ReBcd4duPmfEXLtpMis4M2DoM9AixuAObzuWFgg1qCUaVqkEnUt9Maa"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=26,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9c2ff54318fda8ec-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.66.65:8443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 522 <none>
    Date: Sat, 24 Jan 2026 13:43:28 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2ff5490e8bd2e4-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:4241:8443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 522 <none>
    Date: Sat, 24 Jan 2026 13:43:28 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2ff5490dc31817-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:c989:443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 429 Too Many Requests
    Date: Sat, 24 Jan 2026 13:43:08 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Cache-Control: no-cache, no-store, must-revalidate, private
    Access-Control-Allow-Origin: *
    Access-Control-Allow-Methods: GET,POST
    Access-Control-Allow-Headers: set-cookie,cache-control,content-type
    Set-Cookie: __slsid=860c06320ef3ddf4d4d7a571dc0c868223f02e8e0ee850483d04ee7fb7ff007a; Path=/; Expires=Sat, 24 Jan 2026 13:53:08 GMT; HttpOnly
    Set-Cookie: __pq=1769262188063; Max-Age=3600; Path=/; HttpOnly
    x-ray: wne25401:0.000/wn25401:0.000/
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AUZtY8WueZ66CUv94wlX%2FDDnMObGu8Ffjl%2B8V2AtiuWa5cGTeHfVvulQ7eccL7BM9xN0jmV91Skp4EW2EdBtlz0tNtnyJ2B6vJhJ2Mh9%2FqMtMNBO1n0bUHQIVWxP"}]}
    CF-RAY: 9c2ff543094e8069-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Protected section
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Protected section</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>protected by </span><a href="https://adm.tools" target="_blank">adm.tools</a>
        </div>
        <div id="noscript">
            <noscript>
                <p>To view the site, enable JavaScript in your browser</p>
    
                <strong>Why include JavaScript?</strong><br />
                <span>The activity of malicious programs was recorded from your IP address. Enabling JavaScript will allow us to verify that the request is being made by a human and to display a page on the site.</span>
            </noscript>
    
            <div id="error">
                <span id="error_message"></span>
            </div>
        </div>
    </div>
    <script>
    	function show_error(message) {
    		document.querySelector('.loader').style.display = 'none';
    		document.querySelector('#error_message').innerHTML = message;
    	}
    
    	function run() {
    		var cookieEnabled = navigator.cookieEnabled;
    		
    		if (cookieEnabled === false) {
    			document.cookie = "cookietest=1";
    			cookieEnabled = document.cookie.indexOf('cookietest') !== -1
    			document.cookie = "cookietest=; expires=" + new Date(0).toUTCString();
    			
    			if(cookieEnabled === false) {
    				show_error('The activity of malicious programs was recorded from your IP address. Enabling Cookies will allow us to verify that the request is being made by a human and to display a page on the site.');
    				return;
    			}
    		}
    		
    		var
    			xhr = new XMLHttpRequest(),
    			form = new FormData();
    
    		form.append('___ack', eval('10+90*88*85'));
    
    		xhr.open('POST', '');
    		xhr.send(form);
    
    		xhr.onloadend = function (event) {
    			if (event.target.status !== 200) {
    				show_error('Failed to display the page. Please try again in a few minutes.');
    				return;
    			}
    
    			location.reload()
    		}
    	}
    	
    	run();
    </script>
    </body>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:c989:8443 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 522 <none>
    Date: Sat, 24 Jan 2026 13:43:28 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c2ff548be16910e-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:c989:80 · heroskillloop.com

    2026-01-24 13:43

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 24 Jan 2026 13:43:07 GMT
    Content-Length: 0
    Connection: close
    Location: https://heroskillloop.com/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vflDvSZeepClL%2F%2B%2FKUyMa1MEmlyNNFkZTIbRDPaXYzb7jWGz4a7P0xsSDg4MSNhUSlYw%2FSjTWHp%2Fyl%2Fksubm7MfihXGdwRgRf3yTmBzjucAubznHlAD7qRJemRHQ"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c2ff5428b47a592-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-24 by HttpPlugin
    Create report
heroskillloop.com*.heroskillloop.com
CN:
heroskillloop.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-24 12:41
Not after:
2026-04-24 13:39