Domain samates.eu.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2a06:98c1:3121::3:8443 · samates.eu.org

    2026-01-26 16:04

    HTTP/1.1 525 <none>
    Date: Mon, 26 Jan 2026 16:04:31 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=28,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c413f23b813f591-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · samates.eu.org

    2026-01-26 16:04

    HTTP/1.1 525 <none>
    Date: Mon, 26 Jan 2026 16:04:29 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=134,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9c413f116a794239-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Length: 0
    Connection: close
    Location: https://docker.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PRCxSKeRtfpySqSYv8S5rgNQe9eNEiZmIBvXZ4bC2yaM%2BV65QA4bYdnlEmK0ZFcMNdxAXHJ%2FCpy3FAD49woeMqpNfgHlPkJtm9YAow51tk3pUt7OwZpoZqynQz%2FwfAzzhw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=6
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e51233e3db634-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:33 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eiwiRm%2BDEIEEA3Gkqb6SUm2XzLlWLMYLBMZNPcbRnMIzMeFBt5vqEGrdWaH2edaoXLLgBQBQgHLC5tvL%2Fh2xCjbFaVHi6tbdGsQfDcymcXLx3WTvnAYdImj4mrwdyKHBrA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=177,cfOrigin;dur=188
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e51289c718be4-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:32 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9EeFZo95yJofDXuYmNQQHzIlFmFh68HDN%2BULamvlMuZ3uJs6sEWqgVPf%2BuKwM10FsSusuCEdo%2BCYb4R05xBpTbz6yDZW6jMtTALrWu%2BxlJag9EN9WmP%2F0xMnL1VNDiDP6w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=17
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e5123d960053a-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fs1IrQnT7rddrs1PzP3HihfxrbYYlKj82qPdlPpnDi2qBmsOj3WWjriLPgaW0sGJkWuvorTqXMnKJCArGnbyfQj9uRrZEzFdeK9hRF7h6jUcN1JtAg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e51238eff970b-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Length: 0
    Connection: close
    Location: https://docker.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OshHD3w5Kd1atr462oZksE1tkiNoEF4VZrurGdWxwFiBewb43JhHU0Tk0DdDbRQhF2FbiVxgS7wxbA%2FtP%2B00YIp7r4HTbT9yg34m%2BPDRtunDZwE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=5
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e51227bcaaeb6-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BTeeHo9gIkbSPR78hb9Ge6p6hrZFBpdJGB5toZFf8fmWxr5Oy79GBJ32kuldCgAHEQwcofYWcM1J9RUkqwUmGlVuZ6nwZMS41SHnZ89N3s6%2BrVJo0oxOl34DBTt7%2B5s0Yg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=20
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e5122594ec3fd-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Length: 0
    Connection: close
    Location: https://docker.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2Jd%2FhHziV1JHMOSHjW6MyXxQHLdtJD2A3LNbeCR4ZDGRYCHiWnKrQYeUtpY8%2Bqs%2FUcc3WulNHaWm9P9%2FOMGcPRa7UIscDTFx9U4bAI0OcOhyw%2B9%2Ffu9NJWDvJPUkoZODUg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=88,cfOrigin;dur=5
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e51222addf799-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6U81sNiOv0%2BAKrws82uaHH8SLhpkipPzhHpoGpecVjB1TjEaKKMxU%2Bl6jg%2BdKuHE3tWVTKceZGU3AaQ2Z80fj0%2FPIlAWp4qhO92LKd11F64SM7f8rHuUWwFHScd4yCGK9g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=11
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e5121ca6d1117-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · docker.samates.eu.org

    2026-01-26 07:32

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 07:32:31 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vQUsnegq7hSSMASYOR%2F0HFxiv2tfkLtL5Y7CVePcDlVDZ0b1pFYwg7qRKLdhbH4MHipO9FO5anoiBWwF2tcZjsO8ZcBYijiFBgsB5XT4mllUiQhMFw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=127,cfOrigin;dur=14
    cf-cache-status: DYNAMIC
    CF-RAY: 9c3e5121bac239d8-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Docker Hub 镜像搜索
    
    
    	<!DOCTYPE html>
    	<html>
    	<head>
    		<title>Docker Hub 镜像搜索</title>
    		<meta charset="UTF-8">
    		<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<style>
    		:root {
    			--github-color: rgb(27,86,198);
    			--github-bg-color: #ffffff;
    			--primary-color: #0066ff;
    			--primary-dark: #0052cc;
    			--gradient-start: #1a90ff;
    			--gradient-end: #003eb3;
    			--text-color: #ffffff;
    			--shadow-color: rgba(0,0,0,0.1);
    			--transition-time: 0.3s;
    		}
    		
    		* {
    			box-sizing: border-box;
    			margin: 0;
    			padding: 0;
    		}
    
    		body {
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			min-height: 100vh;
    			margin: 0;
    			background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
    			padding: 20px;
    			color: var(--text-color);
    			overflow-x: hidden;
    		}
    
    		.container {
    			text-align: center;
    			width: 100%;
    			max-width: 800px;
    			padding: 20px;
    			margin: 0 auto;
    			display: flex;
    			flex-direction: column;
    			justify-content: center;
    			min-height: 60vh;
    			animation: fadeIn 0.8s ease-out;
    		}
    
    		@keyframes fadeIn {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    
    		.github-corner {
    			position: fixed;
    			top: 0;
    			right: 0;
    			z-index: 999;
    			transition: transform var(--transition-time) ease;
    		}
    		
    		.github-corner:hover {
    			transform: scale(1.08);
    		}
    
    		.github-corner svg {
    			fill: var(--github-bg-color);
    			color: var(--github-color);
    			position: absolute;
    			top: 0;
    			border: 0;
    			right: 0;
    			width: 80px;
    			height: 80px;
    			filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    		}
    
    		.logo {
    			margin-bottom: 20px;
    			transition: transform var(--transition-time) ease;
    			animation: float 6s ease-in-out infinite;
    		}
    		
    		@keyframes float {
    			0%, 100% { transform: translateY(0); }
    			50% { transform: translateY(-10px); }
    		}
    		
    		.logo:hover {
    			transform: scale(1.08) rotate(5deg);
    		}
    		
    		.logo svg {
    			filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    		}
    		
    		.title {
    			color: var(--text-color);
    			font-size: 2.3em;
    			margin-bottom: 10px;
    			text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    			font-weight: 700;
    			letter-spacing: -0.5px;
    			animation: slideInFromTop 0.5s ease-out 0.2s both;
    		}
    		
    		@keyframes slideInFromTop {
    			from { opacity: 0; transform: translateY(-20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		.subtitle {
    			color: rgba(255, 255, 255, 0.9);
    			font-size: 1.1em;
    			margin-bottom: 25px;
    			max-width: 600px;
    			margin-left: auto;
    			margin-right: auto;
    			line-height: 1.4;
    			animation: slideInFromTop 0.5s ease-out 0.4s both;
    		}
    		
    		.search-container {
    			display: flex;
    			align-items: stretch;
    			width: 100%;
    			max-width: 600px;
    			margin: 0 auto;
    			height: 55px;
    			position: relative;
    			animation: slideInFromBottom 0.5s ease-out 0.6s both;
    			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    			border-radius: 12px;
    			overflow: hidden;
    		}
    		
    		@keyframes slideInFromBottom {
    			from { opacity: 0; transform: translateY(20px); }
    			to { opacity: 1; transform: translateY(0); }
    		}
    		
    		#search-input {
    			flex: 1;
    			padding: 0 20px;
    			font-size: 16px;
    			border: none;
    			outline: none;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    		}
    		
    		#search-input:focus {
    			padding-left: 25px;
    		}
    		
    		#search-button {
    			width: 60px;
    			background-color: var(--primary-color);
    			border: none;
    			cursor: pointer;
    			transition: all var(--transition-time) ease;
    			height: 100%;
    			display: flex;
    			align-items: center;
    			justify-content: center;
    			position: relative;
    		}
    		
    		#search-button svg {
    			transition: transform 0.3s ease;
    			stroke: white;
    		}
    		
    		#search-button:hover {
    			background-color: var(--primary-dark);
    		}
    		
    		#search-button:hover svg {
    			transform: translateX(2px);
    		}
    		
    		#search-button:active svg {
    			transform: translateX(4px);
    		}
    		
    		.tips {
    			color: rgba(255, 255, 255, 0.8);
    			mar
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=duSzxCu71tMJkid5ibPh5mN55qbnQdzhmb%2FSQBstf%2FElO0mReqzHZFxTOmjsLA1DnEXS%2FqdYBCrFn%2BrX5Wv5RLCGK5TTKsTqSmo7lM9vSbDuen8o26otDB66uhjTcQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=14
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f5c91e438b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t%2B7bPK9JUXabQioDWh4%2FwzBwpxIaD%2FYxixW7ygOzK6Q4%2BMXqnVDPQ9YLFiEoswM3zNAnSs%2FgLFjp2gdx9JuTFPE8fSM856PGHCG3XPlrNCqaRHiDzZKXzCyy7tqpfw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f64871dbce-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 08:36:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://new.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u3Xhu3vCCTKF7sLFfDh0BWLlLR6E%2BxeGdN8ylx3elf1RCnXi8CQVEgFph2TkfNGE6TsFe82SWWVc5S6fbP8eQlam%2Fxpln8Sc7PV30%2BD9SiLkLklDZuJyPi4my1V2qg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=9
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f50e6d4265-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BCUoSdAK3ZgsZMoO8W3MrSuXHT%2FElVjMmSzqgm7xkSxaJOx2eBI%2BMfC9uocYSo39%2FNJ39UdMRhTP006kKo%2FaMRbQgwnDUCpJhDl7JzSyVY7JM0Ec2414qHCHwNazfQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=1,cfOrigin;dur=6
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f549f0a0fb-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Cy7E9bJG928OUTmSyPIZ10O1y36YBRUDf9GcIiAoHKarlWsGgF4DuYmpjYn2WAQ9GJxEGHFhej4Knrvj4YzT3ae72kRn6zTIxHRG9Q%2F6NP4EXg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=70
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f53bcc4232-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 08:36:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://new.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BX07VXF8cXAomFCdA4oTABUazmvRXOLNmYKjnvXmqGUTi9%2FxuClflValXRnmqZyqyO%2FO21exHlGnqPIoJp2XkZB6nV0qYU5pjz%2FL4iXb8JKDNh66BHbvvo7V%2BCijNg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f4b97abdf3-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u0hhqQl8WIXKCkfr%2BRe15XenpGVfJD8dMq6qVbra%2FU2tGsy7u0MYrQ4hcpL2ioLnjxW5hv8JseQTmskXXSasO5sHzBHiZhilqSNYPtHQ8pjn%2Fw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=56
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f51dbd9cdd-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 08:36:45 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FnzXiTHZAsMDTcrVJPZxcr1vub7ZQ4Q70xERI47BjqUlH9VcE5wJEZNADMqMbyeqxYrKYE2f0XGyp2YMD5bpT6UlsIsk3AbNqJ6Xdan%2BXxUTxsSvHNRHIkAvhXXSQg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=93
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f51a50ab27-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: NewsNow
    
    <!doctype html>
    <html lang="zh-CN" class="dark">
    
    <head>
      <meta charset="UTF-8" />
      <link rel="icon" type="image/svg+xml" href="/icon.svg" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- SEO Meta Tags -->
      <meta name="description" content="NewsNow - 实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="keywords" content="新闻,科技新闻,实时新闻,新闻聚合,NewsNow" />
      <meta name="author" content="NewsNow" />
      <meta name="robots" content="index, follow" />
    
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta property="og:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta property="og:type" content="website" />
      <meta property="og:url" content="https://newsnow.busiyi.world" />
      <meta property="og:image" content="https://newsnow.busiyi.world/og-image.png" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="NewsNow - 优雅的新闻聚合阅读器" />
      <meta name="twitter:description" content="实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验" />
      <meta name="twitter:image" content="https://newsnow.busiyi.world/og-image.svg" />
    
      <meta name="theme-color" content="#F14D42" />
      <link rel="preload" href="/Baloo2-Bold.subset.ttf" as="font" type="font/ttf" crossorigin>
      <link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
    
      <!-- Schema.org markup for Google -->
      <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "WebSite",
          "name": "NewsNow",
          "url": "https://newsnow.busiyi.world",
          "description": "实时新闻聚合阅读器,汇集全球热点新闻,提供优雅的阅读体验",
        }
      </script>
    
      <!-- Google Analytics -->
      <script async src="https://www.googletagmanager.com/gtag/js?id=G-EL9HHYE5LC"></script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        gtag('config', 'G-EL9HHYE5LC');
      </script>
    
      <script>
        const query = new URLSearchParams(window.location.search)
        if (query.has("login") && query.has("user") && query.has("jwt")) {
          localStorage.setItem("user", query.get("user"))
          localStorage.setItem("jwt", JSON.stringify(query.get("jwt")))
          window.history.replaceState({}, document.title, window.location.pathname)
        }
      </script>
      <title>NewsNow</title>
      <script type="module" crossorigin src="/assets/index-DGIwdkxv.js"></script>
      <link rel="stylesheet" crossorigin href="/assets/index-CpunWMj_.css">
    <link rel="manifest" href="/manifest.webmanifest"></head>
    
    <body>
      <div id="app"></div>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    
    </html>
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 188.114.97.3:80 · new.samates.eu.org

    2026-01-12 08:36

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 08:36:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://new.samates.eu.org/
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1IihgQQiXcWsLtbdkIV6Gd0mceDAPMx7gbzeRO2sWyazS2pAcink6xPVM2u1X9G%2FhVXPs8YLYZcoZDllkuArL8AE4MgDou%2FYB9U34MYvL8CPMA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=74
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcb53f44c4eb1f3-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.23.222:443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:30:32 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=769
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=P20O9bpQIK1wDgW0adNmMKDkczTuA916ZFjiKYOdLLcaTsRreaLyEb8dYfXM10drpTtXfYIgPOFzzFJJtfVjrwCmKNKC3TUgtN9SebxA"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9baa555a6d41c061-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:30:31 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=4,cfOrigin;dur=10
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W8PleibrsCD0pyLyetpQNk6Ll%2BHP46Vn2x2ee%2BcvEcWm2vc3R5eSeYlM8vjAOg0ioHWTiDNxpaiVrvSDvOdeRWxom9bp3ZRHlwpLKVTyuPQUpfnn730Esxn0"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9baa5555ed7f6e82-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:30:32 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NJKfLLjoGmjEk0j7jj43nxczF%2FVJhPoCGtma1O%2BaEFYtluogtOwzfio0NVmYAfTbUD3BMaWgLWNBDbEab2PyDz1y%2B9KPn9Stoghtn9Zcj%2FVdSTyJn5WZXgCO"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9baa555928124ba8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 525 <none>
    Date: Thu, 08 Jan 2026 08:30:31 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: 9baa5556fe743813-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.213.247:8443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 525 <none>
    Date: Thu, 08 Jan 2026 08:30:31 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=125,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baa5555a820b4c6-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.213.247:443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:30:32 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    vary: accept-encoding
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gD3Pn7O6mxBoYBVmi%2FUjBaHBKye7uAVE4hAbFAPyhzCyCHKvua8gMNTBmfwLiOE%2Fx3xe6dyTaSDlwg9RjoahsyvhdK1OZeJEqJd5GcAZ"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9baa5558abbad294-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 525 <none>
    Date: Thu, 08 Jan 2026 08:30:31 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: 9baa5556c9db5c26-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.23.222:8443 · samates.eu.org

    2026-01-08 08:30

    HTTP/1.1 525 <none>
    Date: Thu, 08 Jan 2026 08:30:31 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: 9baa55563902bd6e-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 525 <none>
    Date: Thu, 01 Jan 2026 18:49:22 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: 9b74323b28f59079-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 525 <none>
    Date: Thu, 01 Jan 2026 18:49:22 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: 9b74323b08d3d242-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 18:49:22 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=239
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iF1syCyTN9O1eUJlPdDmoG30qXD%2BHXdOhbA1asfJYANE%2Fg3i2RV1piio1tFT2CBWFg9M%2BiLXNF5%2BWykwx7YN4UFGhHthq6DdSspp8ApcT6dY0smYpnVpvc8i"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b74323a2df1780c-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 525 <none>
    Date: Thu, 01 Jan 2026 18:49:22 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=121,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b7432396854610c-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 525
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 18:49:22 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=241
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8A%2FO%2FWtarm9ZmX7reDF7janNi6sCP%2FX%2Fv6mMPbKNGAD6GT%2ByZLSl18%2BuZGiLLIC8sOFHeKnTKCZij0qR9naAZa0REVEBjOF85BdWruXm8w5uKUfyEWEARdcE"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b74323a3e477a02-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · samates.eu.org

    2026-01-01 18:49

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 18:49:22 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Sun, 07 Dec 2025 11:34:33 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=5,cfOrigin;dur=66
    Strict-Transport-Security: max-age=63072000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bdaoU%2FXAoL%2BgONbdsqkOiqfKGyQrhXhRSJ%2FcNvFiGpMbUgRYK6FmRiVRdKiCjPIJJU3l8kPScC%2FOAq7IIW0yftuEsNW7rhyDyROzauTd"}]}
    cf-cache-status: DYNAMIC
    vary: accept-encoding
    CF-RAY: 9b74323a2fdd175c-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Enter a title, displayed at the top of the window.
    
    <html lang="">
      <!-- Text between angle brackets is an HTML tag and is not displayed.
            Most tags, such as the HTML and /HTML tags that surround the contents of
            a page, come in pairs; some tags, like HR, for a horizontal rule, stand
            alone. Comments, such as the text you're reading, are not displayed when
            the Web page is shown. The information between the HEAD and /HEAD tags is
            not displayed. The information between the BODY and /BODY tags is displayed.-->
      <head>
        <title>Enter a title, displayed at the top of the window.</title>
      </head>
      <!-- The information between the BODY and /BODY tags is displayed.-->
      <body>
        <h1>Enter the main heading, usually the same as the title.</h1>
        <p>Be <b>bold</b> in stating your key points. Put them in a list:</p>
        <ul>
          <li>The first item in your list</li>
          <li>The second item; <i>italicize</i> key words</li>
        </ul>
        <p>Improve your image by including an image.</p>
        <p>
          <img src="https://i.imgur.com/SEBww.jpg" alt="A Great HTML Resource" />
        </p>
        <p>
          Add a link to your favorite
          <a href="https://www.dummies.com/">Web site</a>. Break up your page
          with a horizontal rule or two.
        </p>
        <hr />
        <p>
          Finally, link to <a href="page2.html">another page</a> in your own Web
          site.
        </p>
        <!-- And add a copyright notice.-->
        <p>&#169; Wiley Publishing, 2011</p>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"bc658c7f87b64fae99be9f226432e8b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
samates.eu.org*.samates.eu.org
CN:
samates.eu.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-01 17:47
Not after:
2026-04-01 18:45
docker.samates.eu.org
CN:
docker.samates.eu.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 06:32
Not after:
2026-04-26 07:32
new.samates.eu.org
CN:
new.samates.eu.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-14 06:53
Not after:
2026-02-12 07:53