Domain heckelsmueller.net
Germany
netcup GmbH
Software information

nginx nginx 1.22.1

tcp/443 tcp/80

  • Open service 202.61.192.47:443 · heckelsmueller.net

    2025-12-20 09:38

    HTTP/1.1 200 OK
    Server: nginx/1.22.1
    Date: Sat, 20 Dec 2025 09:38:58 GMT
    Content-Type: text/html
    Content-Length: 3335
    Last-Modified: Tue, 25 Nov 2025 14:18:45 GMT
    Connection: close
    ETag: "6925bac5-d07"
    Accept-Ranges: bytes
    
    Page title: Heckelsmueller - Familienarchiv
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Heckelsmueller - Familienarchiv</title>
        <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=Playfair+Display:wght@600&family=Source+Sans+3:wght@400;600&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg-primary: #1a1a1a;
                --bg-secondary: #242424;
                --accent: #c9a961;
                --text-primary: #e8e8e8;
                --text-secondary: #a8a8a8;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Source Sans 3', sans-serif;
                background: var(--bg-primary);
                color: var(--text-primary);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }
    
            body::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.05) 0%, transparent 70%);
                pointer-events: none;
            }
    
            .container {
                position: relative;
                z-index: 1;
                text-align: center;
                padding: 2rem;
            }
    
            .logo {
                font-family: 'Playfair Display', serif;
                font-size: clamp(2.5rem, 6vw, 4rem);
                font-weight: 600;
                letter-spacing: 0.02em;
                margin-bottom: 0.5rem;
                color: var(--text-primary);
            }
    
            .subtitle {
                font-size: clamp(0.95rem, 2vw, 1.1rem);
                color: var(--text-secondary);
                margin-bottom: 3rem;
                letter-spacing: 0.05em;
                font-weight: 400;
            }
    
            .cloud-button {
                display: inline-block;
                padding: 1rem 3rem;
                font-size: 1rem;
                font-weight: 600;
                letter-spacing: 0.05em;
                color: var(--bg-primary);
                background: var(--accent);
                border: none;
                border-radius: 2px;
                cursor: pointer;
                transition: all 0.2s ease;
                text-decoration: none;
            }
    
            .cloud-button:hover {
                background: #d4b56f;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
            }
    
            .cloud-button:active {
                transform: translateY(0);
            }
    
            /* Responsive */
            @media (max-width: 768px) {
                .cloud-button {
                    padding: 0.9rem 2.5rem;
                    font-size: 0.95rem;
                }
            }
        </style>
    </head>
    <body>
    <div class="container">
        <h1 class="logo">Heckelsmüller</h1>
        <p class="subtitle">Ahnen-Archiv</p>
        <a href="https://archiv.heckelsmueller.net" class="cloud-button">
            Zum Archiv
        </a>
    </div>
    </body>
    </html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 202.61.192.47:80 · heckelsmueller.net

    2025-12-20 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.22.1
    Date: Sat, 20 Dec 2025 09:38:58 GMT
    Content-Type: text/html
    Content-Length: 169
    Connection: close
    Location: https://heckelsmueller.net/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.22.1</center>
    </body>
    </html>
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 202.61.192.47:443 · www.heckelsmueller.net

    2025-12-20 09:38

    HTTP/1.1 200 OK
    Server: nginx/1.22.1
    Date: Sat, 20 Dec 2025 09:38:57 GMT
    Content-Type: text/html
    Content-Length: 3335
    Last-Modified: Tue, 25 Nov 2025 14:18:45 GMT
    Connection: close
    ETag: "6925bac5-d07"
    Accept-Ranges: bytes
    
    Page title: Heckelsmueller - Familienarchiv
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Heckelsmueller - Familienarchiv</title>
        <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=Playfair+Display:wght@600&family=Source+Sans+3:wght@400;600&display=swap" rel="stylesheet">
        <style>
            :root {
                --bg-primary: #1a1a1a;
                --bg-secondary: #242424;
                --accent: #c9a961;
                --text-primary: #e8e8e8;
                --text-secondary: #a8a8a8;
            }
    
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
    
            body {
                font-family: 'Source Sans 3', sans-serif;
                background: var(--bg-primary);
                color: var(--text-primary);
                min-height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }
    
            body::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(circle at 50% 50%, rgba(201, 169, 97, 0.05) 0%, transparent 70%);
                pointer-events: none;
            }
    
            .container {
                position: relative;
                z-index: 1;
                text-align: center;
                padding: 2rem;
            }
    
            .logo {
                font-family: 'Playfair Display', serif;
                font-size: clamp(2.5rem, 6vw, 4rem);
                font-weight: 600;
                letter-spacing: 0.02em;
                margin-bottom: 0.5rem;
                color: var(--text-primary);
            }
    
            .subtitle {
                font-size: clamp(0.95rem, 2vw, 1.1rem);
                color: var(--text-secondary);
                margin-bottom: 3rem;
                letter-spacing: 0.05em;
                font-weight: 400;
            }
    
            .cloud-button {
                display: inline-block;
                padding: 1rem 3rem;
                font-size: 1rem;
                font-weight: 600;
                letter-spacing: 0.05em;
                color: var(--bg-primary);
                background: var(--accent);
                border: none;
                border-radius: 2px;
                cursor: pointer;
                transition: all 0.2s ease;
                text-decoration: none;
            }
    
            .cloud-button:hover {
                background: #d4b56f;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
            }
    
            .cloud-button:active {
                transform: translateY(0);
            }
    
            /* Responsive */
            @media (max-width: 768px) {
                .cloud-button {
                    padding: 0.9rem 2.5rem;
                    font-size: 0.95rem;
                }
            }
        </style>
    </head>
    <body>
    <div class="container">
        <h1 class="logo">Heckelsmüller</h1>
        <p class="subtitle">Ahnen-Archiv</p>
        <a href="https://archiv.heckelsmueller.net" class="cloud-button">
            Zum Archiv
        </a>
    </div>
    </body>
    </html>
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 202.61.192.47:80 · www.heckelsmueller.net

    2025-12-20 09:38

    HTTP/1.1 301 Moved Permanently
    Server: nginx/1.22.1
    Date: Sat, 20 Dec 2025 09:38:57 GMT
    Content-Type: text/html
    Content-Length: 169
    Connection: close
    Location: https://www.heckelsmueller.net/
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx/1.22.1</center>
    </body>
    </html>
    
    Found 2025-12-20 by HttpPlugin
    Create report
heckelsmueller.netwww.heckelsmueller.net
CN:
heckelsmueller.net
Key:
RSA-2048
Issuer:
R12
Not before:
2025-11-25 13:11
Not after:
2026-02-23 13:11
IP summary