Domain fetgen.cam
Germany
Datacamp Limited
Software information

BunnyCDN-DE1-1049

tcp/443 tcp/80

BunnyCDN-DE1-1053

tcp/443 tcp/80

BunnyCDN-DE1-1054

tcp/443 tcp/80

BunnyCDN-DE1-1076

tcp/443 tcp/80

BunnyCDN-DE1-1077

tcp/443 tcp/80

BunnyCDN-DE1-1078

tcp/443 tcp/80

BunnyCDN-DE1-1079

tcp/443 tcp/80

BunnyCDN-DE1-1333

tcp/443 tcp/80

BunnyCDN-DE1-1334

tcp/443 tcp/80

BunnyCDN-DE1-722

tcp/443 tcp/80

BunnyCDN-DE1-723

tcp/443 tcp/80

BunnyCDN-DE1-752

tcp/443 tcp/80

BunnyCDN-DE1-860

tcp/443 tcp/80

BunnyCDN-DE1-863

tcp/443 tcp/80

BunnyCDN-DE1-865

tcp/443 tcp/80

BunnyCDN-DE1-874

tcp/443 tcp/80

  • Open service 138.199.37.229:443 · fetgen.cam

    2026-01-26 13:03

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 13:03:31 GMT
    Content-Type: text/html
    Content-Length: 6474
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-865
    CDN-PullZone: 5071379
    CDN-RequestCountryCode: GB
    Cache-Control: public, max-age=2592000
    Last-Modified: Sun, 04 Jan 2026 23:35:22 GMT
    x-amz-request-id: HCFF006900591B8AFD
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 01/10/2026 18:04:03
    CDN-EdgeStorageId: 1333
    Cross-Origin-Opener-Policy: same-origin
    Cross-Origin-Embedder-Policy: require-corp
    Cross-Origin-Resource-Policy: same-origin
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=()
    CDN-RequestId: b969530a79a4de6cdd2d46b121a23db5
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    	<base href="/" />
        <style>
            :root {
                --font-stack: 'Inter', 'Noto Sans', sans-serif;
                --bg-color: #050505;
                --text-color: #050505;
            }
    
            body {
                margin: 0;
                background: var(--bg-color);
                color: var(--text-color);
                height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                font-family: var(--font-stack); 
                overflow: hidden;
            }
    
            h1 {
                font-weight: 700; 
                font-size: 8rem;
                margin: 0;
                letter-spacing: -0.04em;
                line-height: 1;
            }
    
            @media (max-width: 600px) {
                h1 { font-size: 4rem; }
            }
        </style>
    
    	<!-- 1. LOAD SHARED LOGIC SYNCHRONOUSLY -->
    	<script src="./config/loader.js"></script>
    
    	<!-- 2. SECURE CONFIG LOADER (Uses globals from ./config/loader.js) -->
    	<script>
    		(async () => {
    			// Use constants/functions from ./config/loader.js
    			const SALT = window.SALT || 'h3cr8';
    			const getID = window.getID;
    			const extractHostname = window.extractHostname;
    
    			if (!getID || !extractHostname) {
    				console.error("Critical: ./config/loader.js failed to load.");
    				return;
    			}
    
    			//const url = "https://app.example.com/index.html"; // Example with BRAND NAME
    			const url = window.location.href;
    			const hostname = extractHostname(url);
    
    			// Helper: Inject DOM Elements
    			const inject = (tag, attr = {}, parent = document.head) => {
    				const el = document.createElement(tag);
    				for (const k in attr) el.setAttribute(k, attr[k]);
    				parent.appendChild(el);
    				return el;
    			};
    
    			// Helper: Wait for DOM to be ready
    			const ready = () => new Promise(r => document.readyState !== 'loading' ? r() : document.addEventListener('DOMContentLoaded', r));
    
    			// --- CASCADING LOOKUP ---
    			let config = null;
    
    			// Generate hierarchy candidates: e.g. ["sub.domain.com", "domain.com", "com", ""]
    			const candidates = [];
    			if (hostname) {
    				const labels = hostname.split('.');
    				for (let i = 0; i < labels.length; i++) {
    					candidates.push(labels.slice(i).join('.'));
    				}
    			}
    			// Fallback: The empty string evaluates to the root hash (gtmu080g3r2e4eqoix3c6r1dw)
    			candidates.push("");
    
    			for (const domain of candidates) {
    				try {
    					const hash = await getID(domain, SALT);
    					// Import config. The config file itself MUST resolve its own asset paths.
    					config = (await import(`./config/${hash}/config.js`)).default;
    					if (config) {
    						console.log(`Config loaded for '${domain}' (${hash})`);
    						break;
    					}
    				} catch (e) {
    					// alert(domain);
    					// Config not found for this level, continue cascading up
    				}
    			}
    
    			// --- APPLY ---
    			if (config) {
    				// 1. Expose Config Globally for UI Components (OmniBar, etc.)
    				window.CONFIG = config;
    
    				// 2. Set Meta Title (Browser Tab)
    				// Priority: metaTitle -> title
    				document.title = config.metaTitle || config.title;
    
    				// 3. Set Theme Color
    				document.documentElement.style.setProperty('--bg-app', config.color);
    
    				if (config.manifest) inject('link', { rel: 'manifest', href: config.manifest });
    				if (config.color) inject('meta', { name: 'theme-color', content: config.color });
    
    				// --- DYNAMIC SVG ICON GENERATION ---
    				// UPDATED LOGIC: Prioritize explicit Initials over inherited Icons.
    				// This fixes the issue where spread syntax (...primary) causes specific configs
    				// to inherit the fallback icon even when they defined 'initials'.
    
    				const hasExplicitInitials = (typeof config.initials === 'string');
    
    				if (hasExplicitInitials) {
    					// 1. Explicit Initials (User wanted this)
    					const initials = config.initials;
    					const svgString = `
                        <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
                        <circle cx="5
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1054:1:80 · fetgen.cam

    2026-01-26 13:03

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 13:03:32 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1054
    CDN-PullZone: 5071379
    CDN-RequestCountryCode: US
    Location: https://fetgen.cam/
    CDN-RequestId: a1d773f553e10f813e44b031ef4947a6
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=()
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    Cross-Origin-Embedder-Policy: require-corp
    Cross-Origin-Resource-Policy: same-origin
    Cross-Origin-Opener-Policy: same-origin
    X-Content-Type-Options: nosniff
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 138.199.37.229:80 · fetgen.cam

    2026-01-26 13:03

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 13:03:31 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-865
    CDN-PullZone: 5071379
    CDN-RequestCountryCode: DE
    Location: https://fetgen.cam/
    CDN-RequestId: 0fb1b6c5578461b15429ce2f98cec6c7
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=()
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    Cross-Origin-Embedder-Policy: require-corp
    Cross-Origin-Resource-Policy: same-origin
    Cross-Origin-Opener-Policy: same-origin
    X-Content-Type-Options: nosniff
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1054:1:443 · fetgen.cam

    2026-01-26 13:03

    HTTP/1.1 200 OK
    Date: Mon, 26 Jan 2026 13:03:31 GMT
    Content-Type: text/html
    Content-Length: 6474
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1054
    CDN-PullZone: 5071379
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=2592000
    Last-Modified: Sun, 04 Jan 2026 23:35:22 GMT
    x-amz-request-id: HCFF006900591B8AFD
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 01/10/2026 18:04:03
    CDN-EdgeStorageId: 1333
    Cross-Origin-Opener-Policy: same-origin
    Cross-Origin-Embedder-Policy: require-corp
    Cross-Origin-Resource-Policy: same-origin
    Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
    X-Content-Type-Options: nosniff
    Referrer-Policy: strict-origin-when-cross-origin
    Permissions-Policy: camera=(), microphone=(), geolocation=(), payment=()
    CDN-RequestId: 9c42b97c139f533237b029c0618edce2
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    	<base href="/" />
        <style>
            :root {
                --font-stack: 'Inter', 'Noto Sans', sans-serif;
                --bg-color: #050505;
                --text-color: #050505;
            }
    
            body {
                margin: 0;
                background: var(--bg-color);
                color: var(--text-color);
                height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                font-family: var(--font-stack); 
                overflow: hidden;
            }
    
            h1 {
                font-weight: 700; 
                font-size: 8rem;
                margin: 0;
                letter-spacing: -0.04em;
                line-height: 1;
            }
    
            @media (max-width: 600px) {
                h1 { font-size: 4rem; }
            }
        </style>
    
    	<!-- 1. LOAD SHARED LOGIC SYNCHRONOUSLY -->
    	<script src="./config/loader.js"></script>
    
    	<!-- 2. SECURE CONFIG LOADER (Uses globals from ./config/loader.js) -->
    	<script>
    		(async () => {
    			// Use constants/functions from ./config/loader.js
    			const SALT = window.SALT || 'h3cr8';
    			const getID = window.getID;
    			const extractHostname = window.extractHostname;
    
    			if (!getID || !extractHostname) {
    				console.error("Critical: ./config/loader.js failed to load.");
    				return;
    			}
    
    			//const url = "https://app.example.com/index.html"; // Example with BRAND NAME
    			const url = window.location.href;
    			const hostname = extractHostname(url);
    
    			// Helper: Inject DOM Elements
    			const inject = (tag, attr = {}, parent = document.head) => {
    				const el = document.createElement(tag);
    				for (const k in attr) el.setAttribute(k, attr[k]);
    				parent.appendChild(el);
    				return el;
    			};
    
    			// Helper: Wait for DOM to be ready
    			const ready = () => new Promise(r => document.readyState !== 'loading' ? r() : document.addEventListener('DOMContentLoaded', r));
    
    			// --- CASCADING LOOKUP ---
    			let config = null;
    
    			// Generate hierarchy candidates: e.g. ["sub.domain.com", "domain.com", "com", ""]
    			const candidates = [];
    			if (hostname) {
    				const labels = hostname.split('.');
    				for (let i = 0; i < labels.length; i++) {
    					candidates.push(labels.slice(i).join('.'));
    				}
    			}
    			// Fallback: The empty string evaluates to the root hash (gtmu080g3r2e4eqoix3c6r1dw)
    			candidates.push("");
    
    			for (const domain of candidates) {
    				try {
    					const hash = await getID(domain, SALT);
    					// Import config. The config file itself MUST resolve its own asset paths.
    					config = (await import(`./config/${hash}/config.js`)).default;
    					if (config) {
    						console.log(`Config loaded for '${domain}' (${hash})`);
    						break;
    					}
    				} catch (e) {
    					// alert(domain);
    					// Config not found for this level, continue cascading up
    				}
    			}
    
    			// --- APPLY ---
    			if (config) {
    				// 1. Expose Config Globally for UI Components (OmniBar, etc.)
    				window.CONFIG = config;
    
    				// 2. Set Meta Title (Browser Tab)
    				// Priority: metaTitle -> title
    				document.title = config.metaTitle || config.title;
    
    				// 3. Set Theme Color
    				document.documentElement.style.setProperty('--bg-app', config.color);
    
    				if (config.manifest) inject('link', { rel: 'manifest', href: config.manifest });
    				if (config.color) inject('meta', { name: 'theme-color', content: config.color });
    
    				// --- DYNAMIC SVG ICON GENERATION ---
    				// UPDATED LOGIC: Prioritize explicit Initials over inherited Icons.
    				// This fixes the issue where spread syntax (...primary) causes specific configs
    				// to inherit the fallback icon even when they defined 'initials'.
    
    				const hasExplicitInitials = (typeof config.initials === 'string');
    
    				if (hasExplicitInitials) {
    					// 1. Explicit Initials (User wanted this)
    					const initials = config.initials;
    					const svgString = `
                        <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">
                        <circle cx="5
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1079:1:443 · pantyhood.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:50 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1079
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C0ADBA
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:50
    CDN-EdgeStorageId: 874
    CDN-RequestId: f16dd5242e199c54567e14adfe803c6c
    CDN-Cache: MISS
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1079:1:80 · pantyhood.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:45 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1079
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Location: https://pantyhood.fetgen.cam/
    CDN-RequestId: 178a45efc77c73b3541b569f21b02a6d
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.33:443 · pantyhood.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:46 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1076
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C09C41
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:45
    CDN-EdgeStorageId: 1049
    CDN-RequestId: f3d7732791fa551ef05df9ff8c106f0f
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.33:80 · pantyhood.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:44 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1076
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://pantyhood.fetgen.cam/
    CDN-RequestId: 5a7da12d3e07bb263aa4e63e5697bc89
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:80 · cape.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:34 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: CA
    Location: https://cape.fetgen.cam/
    CDN-RequestId: 3144e80819eff126427080a778297185
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:443 · cape.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:34 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: CA
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C04F98
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 722
    CDN-RequestId: 2b6271171b13460e530a6eb4c1347921
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.159:443 · cape.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:34 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1333
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C04B77
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 1334
    CDN-RequestId: cc014349aa9064e737f7157e7d80e428
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.159:80 · cape.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:34 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1333
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Location: https://cape.fetgen.cam/
    CDN-RequestId: ddd2f8ba169c6743f47ca50dac4a6fe5
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::723:1:443 · lolita.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-723
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF0069001404ABB6
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 15:35:32
    CDN-EdgeStorageId: 1077
    CDN-RequestId: c745c4fc8144a66b84b0bf7bfea55bcb
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 138.199.37.227:443 · lolita.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-860
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF0069001404ABB6
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 15:35:32
    CDN-EdgeStorageId: 1077
    CDN-RequestId: 23ee36c42ff7fb90f619f82813fff6c7
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:443 · wetting.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C04B7C
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 864
    CDN-RequestId: 90ea32f5c2e30ae44feea63f71d9072b
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:80 · wetting.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://wetting.fetgen.cam/
    CDN-RequestId: 8e72193bbbfe87caf0567b5ac7177bd5
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.159:443 · wetting.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1333
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C04CB6
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 865
    CDN-RequestId: b3736f50004576884cb5cf28f5e55c3e
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.159:80 · wetting.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1333
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://wetting.fetgen.cam/
    CDN-RequestId: 578ccf5b8642a939f1d0f7c3f3a67b02
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 138.199.37.227:80 · lolita.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-860
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Location: https://lolita.fetgen.cam/
    CDN-RequestId: 75c96764259d872ef22852c1360c67ce
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::723:1:80 · lolita.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-723
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://lolita.fetgen.cam/
    CDN-RequestId: 56b2a5749344d556d9675c5f1b3db54a
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.35:80 · sperm.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1078
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://sperm.fetgen.cam/
    CDN-RequestId: 74b32d3c2fd104e1bb8d4cd822382d96
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::752:1:80 · sperm.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-752
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Location: https://sperm.fetgen.cam/
    CDN-RequestId: 6e0aa4652a1f6527d562a1cffa321957
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.35:443 · sperm.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1078
    CDN-PullZone: 908404
    CDN-RequestCountryCode: GB
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C04B66
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 874
    CDN-RequestId: dd3f0deaa3791f9ca96837c78e414828
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::752:1:443 · sperm.fetgen.cam

    2025-12-23 23:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:05:33 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-752
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014C0466E
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:05:33
    CDN-EdgeStorageId: 1049
    CDN-RequestId: 4014ae5741b2c74a0e7dfbb396398e1f
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1079:1:80 · jewelry.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:33 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1079
    CDN-PullZone: 908404
    CDN-RequestCountryCode: SG
    Location: https://jewelry.fetgen.cam/
    CDN-RequestId: 40d7122772409b5699cfc4888c8d3fba
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1079:1:443 · jewelry.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1079
    CDN-PullZone: 908404
    CDN-RequestCountryCode: CA
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE723E
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:32
    CDN-EdgeStorageId: 1075
    CDN-RequestId: 98d87c1301c184befac5e155d92cc06c
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.59.220.199:443 · jewelry.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-722
    CDN-PullZone: 908404
    CDN-RequestCountryCode: GB
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE70A0
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:32
    CDN-EdgeStorageId: 1081
    CDN-RequestId: ba3aed08561200a7e54a471762ee0100
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1053:1:80 · cum.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1053
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://cum.fetgen.cam/
    CDN-RequestId: 7607fade8e67def6fe235dbf6d2a8135
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.59.220.199:80 · jewelry.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-722
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Location: https://jewelry.fetgen.cam/
    CDN-RequestId: 82bd890dfe0c5583bc80c0e039618909
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 138.199.37.227:443 · cum.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-860
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE715C
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:32
    CDN-EdgeStorageId: 1082
    CDN-RequestId: c1826b52998366822989777bb1947a17
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1053:1:443 · cum.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1053
    CDN-PullZone: 908404
    CDN-RequestCountryCode: CA
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE711D
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:32
    CDN-EdgeStorageId: 860
    CDN-RequestId: 0d55204001a0a018bfd309a02d825fef
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 138.199.37.227:80 · cum.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-860
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://cum.fetgen.cam/
    CDN-RequestId: a6ac6faa156cadc59dce79e39b777da4
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1053:1:443 · blindfold.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:32 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1053
    CDN-PullZone: 908404
    CDN-RequestCountryCode: SG
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE7202
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:32
    CDN-EdgeStorageId: 1082
    CDN-RequestId: 4dca9f1d152a4a0f8d32bbb0949c39ad
    CDN-Cache: MISS
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.59.220.199:80 · blindfold.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-722
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Location: https://blindfold.fetgen.cam/
    CDN-RequestId: 7ed2f9f4206dbb5d188860ca1068b6bd
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.59.220.199:443 · blindfold.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:31 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-722
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE67F4
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:30
    CDN-EdgeStorageId: 1076
    CDN-RequestId: 3dd384f9a434eef713513dc63dee2d07
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1053:1:80 · blindfold.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1053
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://blindfold.fetgen.cam/
    CDN-RequestId: 1df10feeb3dbce2f729effffc7c2f7c6
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:443 · aodai.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: GB
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE5F8F
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:30
    CDN-EdgeStorageId: 1333
    CDN-RequestId: fd7f83001c2460ba7c0287f9006d2694
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 79.127.216.111:80 · aodai.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-752
    CDN-PullZone: 908404
    CDN-RequestCountryCode: GB
    Location: https://aodai.fetgen.cam/
    CDN-RequestId: fe6a6184dff2edf2ad951624f6413fcd
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::863:1:80 · aodai.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-863
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://aodai.fetgen.cam/
    CDN-RequestId: 52302f275509fe8aba37c3c7426e8c69
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.160:443 · cam.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:31 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1334
    CDN-PullZone: 908404
    CDN-RequestCountryCode: CA
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE66B9
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:30
    CDN-EdgeStorageId: 1078
    CDN-RequestId: 5d6ab9efb5d7ecbb34e71edcd4c0b26d
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 79.127.216.111:443 · aodai.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-752
    CDN-PullZone: 908404
    CDN-RequestCountryCode: GB
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE65CF
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:30
    CDN-EdgeStorageId: 1049
    CDN-RequestId: 785542e86ab626ab3566f4afab2c6ef8
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::874:1:443 · cam.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 23:04:31 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-874
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF00690014BE66B9
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 23:04:30
    CDN-EdgeStorageId: 1078
    CDN-RequestId: f0b3d8b1ff7e07fe2b795bb16e79b6c1
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 185.111.111.160:80 · cam.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1334
    CDN-PullZone: 908404
    CDN-RequestCountryCode: US
    Location: https://cam.fetgen.cam/
    CDN-RequestId: 0978ca39ba91735420ecf2c828b485e5
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::874:1:80 · cam.fetgen.cam

    2025-12-23 23:04

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 23:04:30 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-874
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Location: https://cam.fetgen.cam/
    CDN-RequestId: 3828361151411187a9bca212cc215aa1
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.34:80 · leather.fetgen.cam

    2025-12-23 22:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 22:05:21 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1077
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Location: https://leather.fetgen.cam/
    CDN-RequestId: afc5b0fce806e618cdc692acbe15448c
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1049:1:443 · leather.fetgen.cam

    2025-12-23 22:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 22:05:21 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1049
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF006900149D1A4B
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 22:05:21
    CDN-EdgeStorageId: 1076
    CDN-RequestId: 8192ac2a988e395e4e899b5bcba580c1
    CDN-Cache: MISS
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2400:52e0:1e00::1049:1:80 · leather.fetgen.cam

    2025-12-23 22:05

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 22:05:21 GMT
    Content-Type: text/html
    Content-Length: 166
    Connection: close
    Server: BunnyCDN-DE1-1049
    CDN-PullZone: 908404
    CDN-RequestCountryCode: NL
    Location: https://leather.fetgen.cam/
    CDN-RequestId: 82baa9a8ada6f3a1e74fd7625c887a92
    CDN-RequestTime: 0
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>openresty</center>
    </body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 169.150.247.34:443 · leather.fetgen.cam

    2025-12-23 22:05

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 22:05:21 GMT
    Content-Type: text/html
    Content-Length: 627
    Connection: close
    Vary: Accept-Encoding
    Server: BunnyCDN-DE1-1077
    CDN-PullZone: 908404
    CDN-RequestCountryCode: DE
    Cache-Control: public, max-age=31919000
    Last-Modified: Fri, 15 Aug 2025 16:16:06 GMT
    x-amz-request-id: HCFF006900149C7DED
    CDN-ProxyVer: 1.43
    CDN-RequestPullSuccess: True
    CDN-RequestPullCode: 206
    CDN-CachedAt: 12/23/2025 22:05:21
    CDN-EdgeStorageId: 1076
    CDN-RequestId: fb8a80d9621a190b88ecffef9ed575d6
    CDN-Cache: HIT
    CDN-Status: 200
    CDN-RequestTime: 0
    Accept-Ranges: bytes
    
    
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <style>body{background:#111}</style>
    <script>
    (()=>{
    	const d=document;
    	const p=new URLSearchParams(location.search).get('p')!='0';
    	const c={
    		b:'https://app.beautrait.com/',
    		j:`main${p?'':'.dev'}.js`,
    		s:`style${p?'':'.dev'}.css`,
    		t:p?'202508151815':+new Date
    	};
    	const T=`?t=${c.t}`;
    	const[b,s,j]=['base','link','script'].map(t=>d.createElement(t));
    	b.href=c.b;
    	s.rel='stylesheet';
    	s.href=c.s+T;
    	j.src=c.j+T;
    	j.defer=!0;
    	d.head.append(b,s,j);
    })();
    </script>
    </head>
    <body></body>
    </html>
    Found 2025-12-23 by HttpPlugin
    Create report
*.fetgen.camfetgen.cam
CN:
*.fetgen.cam
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-12-27 18:11
Not after:
2026-03-27 18:11
pantyhood.fetgen.cam
CN:
pantyhood.fetgen.cam
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
pantyhood.fetgen.cam
CN:
pantyhood.fetgen.cam
Key:
RSA-2048
Issuer:
R11
Not before:
2025-08-13 19:10
Not after:
2025-11-11 19:10
cape.fetgen.cam
CN:
cape.fetgen.cam
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
cape.fetgen.cam
CN:
cape.fetgen.cam
Key:
RSA-2048
Issuer:
R11
Not before:
2025-08-13 19:15
Not after:
2025-11-11 19:15
lolita.fetgen.cam
CN:
lolita.fetgen.cam
Key:
RSA-2048
Issuer:
R11
Not before:
2025-08-13 19:14
Not after:
2025-11-11 19:14
wetting.fetgen.cam
CN:
wetting.fetgen.cam
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
wetting.fetgen.cam
CN:
wetting.fetgen.cam
Key:
RSA-2048
Issuer:
R10
Not before:
2025-08-13 19:15
Not after:
2025-11-11 19:15
sperm.fetgen.cam
CN:
sperm.fetgen.cam
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
sperm.fetgen.cam
CN:
sperm.fetgen.cam
Key:
RSA-2048
Issuer:
R10
Not before:
2025-08-13 19:11
Not after:
2025-11-11 19:10
jewelry.fetgen.cam
CN:
jewelry.fetgen.cam
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
jewelry.fetgen.cam
CN:
jewelry.fetgen.cam
Key:
RSA-2048
Issuer:
R11
Not before:
2025-08-13 19:14
Not after:
2025-11-11 19:14
cum.fetgen.cam
CN:
cum.fetgen.cam
Key:
RSA-2048
Issuer:
R11
Not before:
2025-08-13 19:12
Not after:
2025-11-11 19:12
cum.fetgen.cam
CN:
cum.fetgen.cam
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
blindfold.fetgen.cam
CN:
blindfold.fetgen.cam
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
blindfold.fetgen.cam
CN:
blindfold.fetgen.cam
Key:
RSA-2048
Issuer:
R10
Not before:
2025-08-13 19:12
Not after:
2025-11-11 19:12
aodai.fetgen.cam
CN:
aodai.fetgen.cam
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 21:16
Not after:
2026-02-07 21:16
cam.fetgen.cam
CN:
cam.fetgen.cam
Key:
RSA-2048
Issuer:
R10
Not before:
2025-08-13 19:13
Not after:
2025-11-11 19:13
aodai.fetgen.cam
CN:
aodai.fetgen.cam
Key:
RSA-2048
Issuer:
R10
Not before:
2025-08-13 19:09
Not after:
2025-11-11 19:09
leather.fetgen.cam
CN:
leather.fetgen.cam
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-09 20:13
Not after:
2026-02-07 20:13