cloudflare
tcp/443 tcp/80 tcp/8443
Open service 172.67.171.190:80 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 19:53:19 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=egv%2Fptz9Clqepv4JfqMJImpitOYlbz%2Fk%2F7YrN9fVHVy0p0NGgCw%2B9VblA1L84NieQFQF4fgGFM%2Fkubebl9UNGg4WXYibn6eyg6FDOg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c29d6290f7e3701-YYZ
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::ac43:abbe:443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 429 Too Many Requests
Date: Fri, 23 Jan 2026 19:53:21 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=8497fb229b2fcae9623eecdb6c942886acc2f42e6dc6270642b39a0e2b34c7b2; Path=/; Expires=Fri, 23 Jan 2026 20:03:20 GMT; HttpOnly
Set-Cookie: __pq=1769198000816; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.260/wn35204:0.270/
cf-cache-status: DYNAMIC
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=6,cfOrigin;dur=751
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KF2ZW1WUNWXVrSZkwRma3fdkyIkeJfxYZrAL7jQVTopcO1LlhA%2BxU2%2BMPcGQX2Ub7%2BuPpQAjnYBBWtfYnJV2ComXkLwF89HA1s17ZWclbVwbG27S23SECg%3D%3D"}]}
CF-RAY: 9c29d62d895af4a9-SIN
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+14-56+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
Open service 172.67.171.190:443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 429 Too Many Requests
Date: Fri, 23 Jan 2026 19:53:20 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=8d9c4f03f286626e2ea2edf6b6334e9529aeb7cdd025fa9f0b44a5c684763a3d; Path=/; Expires=Fri, 23 Jan 2026 20:03:20 GMT; HttpOnly
Set-Cookie: __pq=1769198000261; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.270/wn35204:0.270/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W1LT7Abg5iruJBQ0VFA62lZ1hZ37BPjlmXFAdtOd6A2NOS%2BVuxSqMKQg9DDZvZnHG5jsvBy6MezChajw%2F%2BKDIoobFit5mELJghKp%2FA%3D%3D"}]}
CF-RAY: 9c29d62b8bcc2fc1-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('1+1*81+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.171.190:8443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 19:53:39 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=19436,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9c29d62eb9c2204a-EWR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::ac43:abbe:80 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 19:53:19 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gMsB9K%2BzolhWKLamoIgMVOnnjEqaA%2BFNjQ%2Fgl%2B%2B3np%2FJM2pDXCdF1BjK3DAVXf8ijKmiSt8ANiUOw0%2FQSBFdmt7Gt5R9OoYkr%2FXPGGHQ2A7u5GOglVQ%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9c29d6286ff7f876-SIN
alt-svc: h3=":443"; ma=86400
Open service 104.21.71.213:80 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 19:53:19 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oDsnrOF96bpfHJ96pu4IRBubws1lvDHtA4b52dX1JjkBmUFEG9R3uCBz36FwHOEbSzMiqFhJsnmKYih9sEVSx90VH8BXsVo3lQ2yEg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c29d627d8d6d9d0-FRA
alt-svc: h3=":443"; ma=86400
Open service 104.21.71.213:443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 429 Too Many Requests
Date: Fri, 23 Jan 2026 19:53:20 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=3837fa72fc525f10896d92a9590a429e6c11572fe09d4a4405de35ddf1f9c030; Path=/; Expires=Fri, 23 Jan 2026 20:03:20 GMT; HttpOnly
Set-Cookie: __pq=1769198000086; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.260/wn35204:0.260/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hYwDXBOUyyHNw5vMyafw1OEeyLQvr3KEyQr2w4jKJPFfwmRI9nkLQVr%2F2B5%2BgvcjC5gX4vpYyiVBe5JjNaZ%2FnbKmxENjcJKK9mr3mw%3D%3D"}]}
CF-RAY: 9c29d62a7936d366-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+56+27+67'));
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:3033::6815:47d5:443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 429 Too Many Requests
Date: Fri, 23 Jan 2026 19:53:20 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=b88c83c1b994d72f6f5fee33075b86a2a3e04676c8d084f897607cecbb38aa14; Path=/; Expires=Fri, 23 Jan 2026 20:03:20 GMT; HttpOnly
Set-Cookie: __pq=1769198000088; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.270/wn35204:0.260/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IQFnBwIRJZyOwrLgu04bPR%2F7gp1gSLH305XkFNwNZsTaulfKPSXHLb2RRj0vneGFrtoq%2BW6qyhMKd9gFE%2FM618dE6avbzVdprmblrPNgUnxQGAOIKKY8Pg%3D%3D"}]}
CF-RAY: 9c29d62a782ea062-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('4-2*42+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>
</body>
Open service 104.21.71.213:8443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 19:53:39 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: 9c29d62e18de1fad-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::ac43:abbe:8443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 19:53:39 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: 9c29d62dca12edec-LHR alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::6815:47d5:80 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 301 Moved Permanently
Date: Fri, 23 Jan 2026 19:53:19 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5m%2FuiiVCoqi%2FvRErUV1c54ovAeiSBQVg9SW7FoUiWAGmrHOGshpN4qtMAK2tdMPUQ34H58Htsf6GrE%2FiKlfXfIVmbCcMQCuoFpbAuMDIuF446lz3SuYt%2BA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c29d6276836a008-AMS
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::6815:47d5:8443 · pump2rss.com
2026-01-23 19:53
HTTP/1.1 522 <none> Date: Fri, 23 Jan 2026 19:53:39 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: 9c29d62da9e01ca9-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3035::ac43:abbe:80 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 09:24:42 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=z%2BG%2BHQicxEZHKG4Ct9uK%2F2DGn0cbSQyB3A1xuRyT7%2FJ9stg7EPjPz7rkASUkfLnaVjGXJFBmSgjXIw803uh%2BoOymGiOfgcUIpuOsmnHSWmKiHLvBgwiqcg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=9,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bc35cd31d3f6dd5-SJC
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3035::ac43:abbe:443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 200 OK
Date: Sun, 11 Jan 2026 09:24:42 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-ray: wne35204:0.010/wn35204:0.000/wa35204:D=880
Last-Modified: Mon, 07 Apr 2025 12:48:17 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=143
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zFS3KAmK6X1VBIELEfGKZQz0hj8WNDz7CgCxj%2BZJvWJ5XgzZjOQCrZl8ZrWe4yrgeWmsDQJlx9NX1lVb0WZAq5L0AzSXzYziCKTEmb0kiVRbYnmGpOfudg%3D%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9bc35cd3d932c685-SJC
alt-svc: h3=":443"; ma=86400
Page title: Men's Engagement Rings | Elegant Symbols of Partnership
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Discover exquisite modern and classic engagement rings for men. Explore our collection of masculine designs that integrate traditional styles with new fashion trends." />
<title>Men's Engagement Rings | Elegant Symbols of Partnership</title>
<link rel="canonical" href="https://pump2rss.com/" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="preload" href="img/hero.avif" as="image" />
<link rel="preload" href="img/tap.svg" as="image" />
</head>
<body>
<div class="cursor"></div>
<div class="cursor-follower"></div>
<header class="site-header">
<div class="header-inner">
<div class="logo">
<a href="#" class="logo-link">NOBLE <span>BANDS</span>
</a>
</div>
<div class="menu-button">
<div class="menu-icon">
<span></span>
<span></span>
</div>
</div>
</div>
</header>
<nav class="fullscreen-menu">
<div class="menu-bg"></div>
<div class="menu-wrapper">
<div class="menu-content">
<ul class="menu-list">
<li class="menu-item">
<a href="#hero" class="menu-link" data-text="Home">Home</a>
</li>
<li class="menu-item">
<a href="#culture" class="menu-link" data-text="Culture">Culture</a>
</li>
<li class="menu-item">
<a href="#materials" class="menu-link" data-text="Materials">Materials</a>
</li>
<li class="menu-item">
<a href="#styles" class="menu-link" data-text="Styles">Styles</a>
</li>
<li class="menu-item">
<a href="#choosing" class="menu-link" data-text="Choose">Choose</a>
</li>
<li class="menu-item">
<a href="#care" class="menu-link" data-text="Care">Care</a>
</li>
<li class="menu-item">
<a href="#trends" class="menu-link" data-text="Trends">Trends</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section id="hero" class="hero-section">
<div class="hero-content">
<h1 class="hero-title"> Redefining <span class="highlight">Commitment</span>
</h1>
<p class="hero-subtitle"> The contemporary market offers exquisite modern rings alongside classic designs suitable for males who wish to propose.</p>
<div class="hero-buttons">
<a href="#intro" class="btn btn-primary">Discover More</a>
<a href="#styles" class="btn btn-secondary">Explore Styles</a>
</div>
</div>
<div class="hero-image">
<div class="image-container">
<div class="image-placeholder" aria-label="Collection of modern men's engagement rings"></div>
</div>
</div>
<div class="scroll-indicator">
<div class="mouse">
<div class="wheel"></div>
</div>
<div class="swipe-indicator">
<div class="finger"></div>
<div class="swipe-text">Swipe Down</div>
</div>
<div class="arrow">
<span></span>
<span></span>
<span></span>
</div>
</div>
</section>
<section id="intro" class="section intro-section">
<div class="container">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title"> The Evolution of Men's Engagement Rings </h2>
</div>
<div class="content-grid">
<div class="text-block">
<p>Throughout history engagement rings have served as a shared sign for both love and commitment between two people and their shared destiny. The tradition of engagement rings started with women before an increasing number of couples chose to give and wear rings for men as a powerful expression of shared love.</p>
</div>
<div class="text-block">
<p>Today's <a href="https://www.itshot.com/jewelry/rings/mens/engagement" target="_blank" style="text-decoration: none; font-weight: bold;">men engagement rings</a> featuring masculine designs integrate traditional ring styles with new fashion trends so tha
Open service 2606:4700:3035::ac43:abbe:8443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 09:25:02 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: 9bc35cd8fe15dca1-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::6815:47d5:80 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 09:24:42 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=s5xDcOY9GyPwz01mVKkZQIvtDJ%2FlRD9DSt8GID0%2FEjsRGTLFxOV5J90mjNUznP8s%2Feq6GCccVe%2FoGT5PEc9IcsmIXnu44p4CYiWrLcUSCbDkbmOslSCrgg%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc35cd2aed2e282-FRA
alt-svc: h3=":443"; ma=86400
Open service 104.21.71.213:443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 429 Too Many Requests
Date: Sun, 11 Jan 2026 09:24:42 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=58617d79552d795642e7819a16ff70dda945f7765add21cfab568d4d1c536862; Path=/; Expires=Sun, 11 Jan 2026 09:34:42 GMT; HttpOnly
Set-Cookie: __pq=1768123482836; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.260/wn35204:0.270/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BCTe3EgYfrMxSHNSRYumkllPW1pFDhmip0W6Mw7zniq3lq2EtRUaqbEHOyo1iphxSHkCOotbjqUI6HDs93riw5ylHLa3tQ0uyXj5SQ%3D%3D"}]}
CF-RAY: 9bc35cd5a9d9d260-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('9-38-21-49'));
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.171.190:443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 429 Too Many Requests
Date: Sun, 11 Jan 2026 09:24:42 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=81272e6a60baadb09b8979f4a02eee35f89ad7f722c9282216f779569ff26b4c; Path=/; Expires=Sun, 11 Jan 2026 09:34:42 GMT; HttpOnly
Set-Cookie: __pq=1768123482690; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.270/wn35204:0.260/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Yy2Np5SIZP2z2oGC1kVR%2FZcPF8IQqs7aNTQvdzriVFsR0X3hHOTDYzkOCeYNlbJM9Rb6Fy%2BW2ME4iFLUgx%2B6A5Snd0y%2F00AZ5auKiQ%3D%3D"}]}
CF-RAY: 9bc35cd54a60f37d-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('9+11-35*98'));
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.171.190:8443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 09:25:02 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: 9bc35cd89cd08f2a-FRA alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 2606:4700:3033::6815:47d5:8443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 09:25:02 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=19706,cfOrigin;dur=0 X-Frame-Options: SAMEORIGIN Server: cloudflare CF-RAY: 9bc35cd8ab4a482c-BOM alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 104.21.71.213:80 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 09:24:41 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=os0mpRU43%2BkVMlaKv3L41VPaRMIe7l2lgeTHgzdfDUh1QlXU5p958EyqfM%2Bwv%2F9CTObcnHzSxBnx2Kske%2F2alUQQDuRKVqHxtSdv9Q%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
Server: cloudflare
CF-RAY: 9bc35cd22974175c-YYZ
alt-svc: h3=":443"; ma=86400
Open service 104.21.71.213:8443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 522 <none> Date: Sun, 11 Jan 2026 09:25:02 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: 9bc35cd84ef0f5e0-AMS alt-svc: h3=":8443"; ma=86400 error code: 522
Open service 172.67.171.190:80 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 301 Moved Permanently
Date: Sun, 11 Jan 2026 09:24:41 GMT
Content-Length: 0
Connection: close
Location: https://pump2rss.com/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Cb9TCpyUYkQs4mEgA9IbdYrc4MruJBQPEpWUJRpZeRYN1%2FYpl%2FTmUDNhG0gFsjOcsBY3vVInwiNOBLh7Sn2t3NqVnrNTh%2F4TgeaLPw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bc35cd1f88b63a8-LHR
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:3033::6815:47d5:443 · pump2rss.com
2026-01-11 09:24
HTTP/1.1 429 Too Many Requests
Date: Sun, 11 Jan 2026 09:24:42 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=1bbdf469eb1d4f9a1d226328502e5937800efadf2bfb91a5e914b5e30b749851; Path=/; Expires=Sun, 11 Jan 2026 09:34:42 GMT; HttpOnly
Set-Cookie: __pq=1768123482699; Max-Age=3600; Path=/; HttpOnly
x-ray: wne35204:0.270/wn35204:0.270/
cf-cache-status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zU39SguKIYtxrn6Wk4L2aJZAmjO%2BXx%2BMa2qg9k9B3SYX%2F5dTcNriAtHIODYfhoD6lRdt%2FjdAGYrxD0DgAh2rDQCxd9NK1tYkCEcgpDRLvegBANDvKPix%2Bw%3D%3D"}]}
CF-RAY: 9bc35cd4bf88b984-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('9*30+31*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>
</body>