cloudflare
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652210c45f83
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://github.com/PanasiukNazar/InteractivePayouts-game-website-N-MP-EN-II.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main vscode-merge-base = origin/main
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c4239b3d84239b3d80e49b1ccf8eef88aed12a45d83f728fe
Found 8 files trough .DS_Store spidering: /img /img/about /img/blog /img/hero /img/icons /img/portfolio /img/team /img/work
Open service 172.67.186.77:443 · interactivepayouts.com
2026-01-09 04:01
HTTP/1.1 429 Too Many Requests
Date: Fri, 09 Jan 2026 04:01:29 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=6df3a277cf78b59e190e2f5901ef65494d95d6cdb07b8178545582926fe21647; Path=/; Expires=Fri, 09 Jan 2026 04:11:29 GMT; HttpOnly
Set-Cookie: __pq=1767931289842; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=c%2BiKJDO8IP%2BgZ%2B39rYbyRP79YHj4HoBauNaO39uMxlr48%2BNFWk1uH2JzCxwJsXbqAY1RYsYi8juKZ00QCeh%2FW5XDR4Rgv4PbJ%2B1p%2Fe4snwEUjIZFnpI%3D"}]}
CF-RAY: 9bb108a10ebf511d-LHR
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('1*27+74+72'));
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>
Open service 172.67.186.77:443 · interactivepayouts.com
2026-01-08 20:10
HTTP/1.1 429 Too Many Requests
Date: Thu, 08 Jan 2026 20:10:32 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=9cd490cd0874838d7ec4e0d8a99e1ef18330115bb9c1abb02186d0c8faf094ec; Path=/; Expires=Thu, 08 Jan 2026 20:20:31 GMT; HttpOnly
Set-Cookie: __pq=1767903031945; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=9,cfOrigin;dur=191
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JxqH%2FIbxm5b%2FT53itFp6fbsvboy9zJd7%2FdHZlDju2poqDvhOeAVB2Moe5rQKuFjk6m5dv9XsnpDWBZE3ShMWl%2BagHNpg8uHStD%2FGkeeml5iFWW%2FESME%3D"}]}
CF-RAY: 9bae56bcfc61cef9-SJC
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('2+54-52*90'));
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
Open service 104.21.59.250:8443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 522 <none> Date: Fri, 02 Jan 2026 17:49:33 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=19618,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b7c177fefcc5fab-SIN alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.59.250:80 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 17:49:12 GMT
Content-Length: 0
Connection: close
Location: https://interactivepayouts.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8cB5xcHEZ2vtcr7FaR7lxSskaKHzzapN2FUos0MbGHbEYNk4vyCzxaoCxNR0k%2FqPqW4ni94hCWnDnsUuXGFp7ZPOpApoodnWlNaKqyF0WZ%2BKCu8Ghvc%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: 9b7c17792bb4fe19-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:3bfa:80 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 17:49:12 GMT
Content-Length: 0
Connection: close
Location: https://interactivepayouts.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1FORIkMzLfUG89U5JYFJW8ppi4YlROovdNNTHMMzyMdUUUYZDo7RqgwVZlrHVjm7SEIGOXF%2FaP7XVkBvC8aPkU%2FhWObOHiiJ4ayb2LRBBpmSQexEA4TCu5jsLydYiP%2BN8T0%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9b7c177899c136d9-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3032::ac43:ba4d:8443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 522 <none> Date: Fri, 02 Jan 2026 17:49:32 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=19483,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b7c177ed93a76ed-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.186.77:8443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 522 <none> Date: Fri, 02 Jan 2026 17:49:32 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=19496,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b7c177ecf8dac8e-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3032::ac43:ba4d:443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 429 Too Many Requests
Date: Fri, 02 Jan 2026 17:49:12 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=7246b8ba6b1cc4923da9585ebd04ac3e8fb7dc9fc4e764cd98c98c1c662e364e; Path=/; Expires=Fri, 02 Jan 2026 17:59:12 GMT; HttpOnly
Set-Cookie: __pq=1767376152828; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=237
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=i0OIQ4WF37XuLxf7M%2FNDFnX7KdYJOtwsXZrbIDmqiLc83HvEbd%2Bh%2Bb%2F7ldw8nm7tUE7O4wDZsfJBx3awuTRamkEOgw1NN3Xh6uLoKe0HpbP1gmNr5dJeVX2jZdyOOQdFBAs%3D"}]}
CF-RAY: 9b7c1779ff5dddfa-YYZ
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+60*5-55'));
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
Open service 172.67.186.77:80 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 17:49:12 GMT
Content-Length: 0
Connection: close
Location: https://interactivepayouts.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bgGlZ7RwWvtVkuhi9%2Ft0wtHzoavkg8UJpjdQoV9qX8zLhbnkhK7Y3nkj2Zg7hUrrOte1m1x4Lgfl0AWclM%2BMOlwliC0GDHpKsMyzdfdO48lSbrIhXa8%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: 9b7c17786cf9cee1-SJC
alt-svc: h3=":443"; ma=86400
Open service 172.67.186.77:443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 429 Too Many Requests
Date: Fri, 02 Jan 2026 17:49:12 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=ce7a8ee07e43f38bbc723c9552523e633f69347ca405fc500e1db02101a9fc3b; Path=/; Expires=Fri, 02 Jan 2026 17:59:12 GMT; HttpOnly
Set-Cookie: __pq=1767376152488; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=brE5nvabg%2Bo%2FF1IQyNf0MicBZFBvJqheBJxNAXcbzQ%2B%2B43ylZSAv4zsvcmTeYpzUvb7qr%2BScH73Tqx8e9b5paCPMUxGXmAI5UF9%2Bom551X2%2Bp8s4Wnw%3D"}]}
CF-RAY: 9b7c1778df8fd2e2-FRA
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('3+63-3+88'));
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>
Open service 2606:4700:3037::6815:3bfa:8443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 522 <none> Date: Fri, 02 Jan 2026 17:49:32 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=19508,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9b7c177e8a45ab39-YYZ alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.59.250:443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 429 Too Many Requests
Date: Fri, 02 Jan 2026 17:49:12 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=d04c46d459b4924ee084df28827e994bccdcdec820e089a4ac62c78145fbba53; Path=/; Expires=Fri, 02 Jan 2026 17:59:12 GMT; HttpOnly
Set-Cookie: __pq=1767376152475; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uBZ3J%2BzKivl617P4rmf%2BPObEiygyOkhck83pGzUeNrsPE7UgHVVXAKHARHxdtTG55qHQlLzPCkSI%2FNzPCX8x2myp3znIIbRLJqyheIKhiHoLoVpHbgc%3D"}]}
CF-RAY: 9b7c177899f866a5-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('3-20-12+11'));
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>
Open service 2606:4700:3032::ac43:ba4d:80 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 17:49:12 GMT
Content-Length: 0
Connection: close
Location: https://interactivepayouts.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KhflhCNvw7L0xAH1wlB5juA9kN7MKCka5edqYywyXg76L63PRBZmOqqxpSSMbmZZNOrb8cuCSCMGtzji0ggmmh3%2FRgt5V9l%2FvQkJvvAOAhKkb7WkuLFr5Q2a6XI7%2BtIze6Y%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7c1777eb0e928d-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3037::6815:3bfa:443 · interactivepayouts.com
2026-01-02 17:49
HTTP/1.1 429 Too Many Requests
Date: Fri, 02 Jan 2026 17:49:12 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=e84a02c3039cb2d2c05aed86a0df218bec802f02e580f2f5a642ad50ca6346a2; Path=/; Expires=Fri, 02 Jan 2026 17:59:12 GMT; HttpOnly
Set-Cookie: __pq=1767376152424; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.010/wn22495:0.011/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tKJvYG6WX1gjbEDhxEFHRcEqqGzEAN7gWVD6bQUB%2BgLk8UoJ1n57uvaRmk%2FzrHrbD1OTJQC5QzpXVWO9rFnQlw6qd6JnQ%2BbO8xyZD0aSUEF0i1HjY1cYLDryNxqgKV4yd%2Bw%3D"}]}
CF-RAY: 9b7c17784c03d2fa-FRA
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('2+86-94*37'));
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>
Open service 172.67.186.77:443 · interactivepayouts.com
2026-01-02 04:24
HTTP/1.1 429 Too Many Requests
Date: Fri, 02 Jan 2026 04:24:00 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=b123bd4809bd5a39bede0fc48777856ead201d65426dee7b276fc38173f5636d; Path=/; Expires=Fri, 02 Jan 2026 04:34:00 GMT; HttpOnly
Set-Cookie: __pq=1767327840512; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=inPSqndRXqIrLQUol17Nq%2F5qZuRy7xCgrTGncg1k%2B7Pp5iFy%2Ff7Y2ub0bXN58phiGD1%2Fjd7tcuw3UbSPLG974OxKrdY0rRriX7bFPfmHLsWBRfwlWlk%3D"}]}
CF-RAY: 9b777bfadb735d3d-FRA
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*11-92-33'));
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>
Open service 172.67.186.77:443 · interactivepayouts.com
2026-01-01 20:38
HTTP/1.1 429 Too Many Requests
Date: Thu, 01 Jan 2026 20:38:55 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=cb96da51dc71d9392691d6f30a709d2dfe7ce8eafe65f7dfde72e1104f312b8c; Path=/; Expires=Thu, 01 Jan 2026 20:48:55 GMT; HttpOnly
Set-Cookie: __pq=1767299935614; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=n3LOz2ZKW8SdUEDi6lBDUQz6DH5cc9Eqs3BT2YdQQzKylRl8MCnBqKuoTXh82byk334QIJudVBUHRy%2FuBDkL3wSf7pNn5LeDtWBDfEcgZ5sYIedXmcA%3D"}]}
CF-RAY: 9b74d2b51b9b413a-LHR
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-62-99+29'));
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>
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-30 11:54
HTTP/1.1 429 Too Many Requests
Date: Tue, 30 Dec 2025 11:54:50 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=b1258dce3eb0728dbf0758501b1dba9cba15c1c8ceedca8585b9b634548b7f35; Path=/; Expires=Tue, 30 Dec 2025 12:04:50 GMT; HttpOnly
Set-Cookie: __pq=1767095690434; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=120
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=N1Yhi1Z8MVi2e4wpoH6IDAvtlXaIJc%2B1cNC7cyi%2FDvhIl%2BwKHjTFbjW0PIw147fJ4bFpbK6Xw0rGge0pNfgoBNkb7KaHq0sDmSmHVzJpkhYc%2FHkXeM4%3D"}]}
CF-RAY: 9b615840cb66ac81-YYZ
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*88-3-3'));
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
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-30 04:51
HTTP/1.1 429 Too Many Requests
Date: Tue, 30 Dec 2025 04:51:01 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=e7edc4be36f47ae942a9351b8060540f16563918be83d9d565b9d990ed46c1a5; Path=/; Expires=Tue, 30 Dec 2025 05:01:01 GMT; HttpOnly
Set-Cookie: __pq=1767070261376; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=11,cfOrigin;dur=224
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MWXDjyINqqZZcxIjyKiUT8SK6LZs4EnRxhOlzp6O0Kgb9qIpTlhcBuMz8EBqppK5rr3XvYuCV2lci3c7DwH01OS5ftR62sblqyTEs9liWUOSgNOIyUU%3D"}]}
CF-RAY: 9b5eeb6c7c564307-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('7+13*40+45'));
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
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-22 12:39
HTTP/1.1 429 Too Many Requests
Date: Mon, 22 Dec 2025 12:39:51 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=b7145a60f3c9be258e81aca8d391d7a325d70c1c7136f8e01031e5a3e0956e15; Path=/; Expires=Mon, 22 Dec 2025 12:49:51 GMT; HttpOnly
Set-Cookie: __pq=1766407191041; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.010/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=7,cfOrigin;dur=127
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UVpnjA013t1d%2FUg77R2XWolZND0WLXWWdxO4foj7LXAC7yQiNqif1lnN3o5aR4ONWlNHvFrVf%2FUHO7IeEdX94STT1JYj3j9IfVGW6uDXs%2BvF05AJtIQ%3D"}]}
CF-RAY: 9b1faf2f8a98ac57-YYZ
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('9*26-33-73'));
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
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-22 05:47
HTTP/1.1 429 Too Many Requests
Date: Mon, 22 Dec 2025 05:47:23 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=2cea79ea8d9eb5db13f73c3303921db38ca702365f7fd69f060ce34199c1ba99; Path=/; Expires=Mon, 22 Dec 2025 05:57:23 GMT; HttpOnly
Set-Cookie: __pq=1766382443734; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bIbGpfYtwj8eqp%2FQJje1Gz7dN%2Fw5eOpnOKy3%2Fm3bAqLc8Th0QwoOlMKloOAlRC8rujd2m84%2B%2B7hGZfAhJ62kspBs6%2BcN8%2BuFxnAKQqPq0IxCgyJ6"}]}
CF-RAY: 9b1d5300fc9ff5d1-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('3+97+45*54'));
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>
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-20 15:17
HTTP/1.1 429 Too Many Requests
Date: Sat, 20 Dec 2025 15:17:27 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=e051d0858e96b69cd3a9f13c9630f8871051ef0f24cf5c89b853973a9fa101a3; Path=/; Expires=Sat, 20 Dec 2025 15:27:27 GMT; HttpOnly
Set-Cookie: __pq=1766243847240; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=342
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8NUzoo86CRmwW%2F1Ur3rjCFxCGYS7fZmK%2Fwc72sfVtKFAbBo7v5eWj%2BIfXqSHdZODDnQ%2BOZ8VC2AH6c8tBqH2QjQUWcEYhhGjTdUMOLSZUdaRH5El"}]}
CF-RAY: 9b101b4b9c2b1601-SJC
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('9*76*45*91'));
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
Open service 172.67.186.77:443 · interactivepayouts.com
2025-12-20 06:17
HTTP/1.1 429 Too Many Requests
Date: Sat, 20 Dec 2025 06:17:37 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=62aab7e3225cc43bcf1ed404708188a26c85e771f4fc69cad03ecbc3a9ec15cb; Path=/; Expires=Sat, 20 Dec 2025 06:27:36 GMT; HttpOnly
Set-Cookie: __pq=1766211456973; Max-Age=3600; Path=/; HttpOnly
x-ray: wnp22495:0.000/wn22495:0.000/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=13,cfOrigin;dur=614
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K9QAZ5dnTkkS7Voh8%2FXfG6%2Bw3USc7ZLYYV7GA095lIKlxA8O3xZKFSEnCjnQ9sbV%2BvozYI0lBjrGSHat%2BnaEJ3WlKvbAk3n8YYjVUtFyZRwpRcxX7R8%3D"}]}
CF-RAY: 9b0d04837e3f3d1e-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('3-86*37+53'));
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