Domain helpdesk.cortexworks.de
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.19.247:443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:80 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:05:21 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=73b808b549b78312ed39eff0b75da286; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4oQOob%2BhQdx%2BIbWC7bIF51g80mi2hAzHb724u3doUGp%2FUblbQNi9hOOEMEHTOXnB%2FKaRK0vaFvqHhcjxwizMcRD6J%2F%2FKoOikZW6l6xjjOttsYHcERlOrtguELFmhKOmP8GGStSKWbQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=29,cfOrigin;dur=180
    CF-RAY: 9bacef960e660fa1-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:8443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:8443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:80 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=60481ec77bd5dd9ecd958b37757e1244; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Pnp9Epe88HGD88UE9lVSeEw%2FYkzuu6QBpPMBdGPTinEjZCTgXGZuA2XG42BR3U72ZG0T51ncqt3ySHU5gTZa4%2BQ%2F%2F5OQcXRkOdaHrkyRyx%2Fkx3NUKTMAyuTXcw%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bacef94beee39c8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:8443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.19.247:80 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=ff3ba2c32518c666af9fd9e06966e973; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2B60WHPdRu03ji4qNPjdVoxVLTZkinTOOCbI%2FkG7rGVinS7CFvx3uDDSCNAm2WO1vA%2FrPDJDtnqRXo3MjKKxQuQ9J9i80LMuI4YeQANH5eLlTYjdjVilK%2BPUP1Q%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bacef949dbe0036-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:80 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:05:21 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=d24108f175e908e24516471c94bd3613; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EDhc7QYrlpMD5RMZ434Nqgats%2BX0wY%2BxWHkG%2FXeLJf5D1tsyF5hRUBtpW0hkuk7OC5mxqe%2BOQ1OoGhar4k7xa1jsopIRs9NpENsZWXkC%2FBc0y%2Fc8fiQCxMGVwvao1wRIROZjEyNq%2Fg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=32,cfOrigin;dur=212
    CF-RAY: 9bacef95295460a9-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.19.247:8443 · www.helpdesk.cortexworks.de

    2026-01-08 16:05

    HTTP/1.1 400 Bad Request
    Server: cloudflare
    Date: Thu, 08 Jan 2026 16:05:20 GMT
    Content-Type: text/html
    Content-Length: 253
    Connection: close
    CF-RAY: -
    
    Page title: 400 The plain HTTP request was sent to HTTPS port
    
    <html>
    <head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
    <body>
    <center><h1>400 Bad Request</h1></center>
    <center>The plain HTTP request was sent to HTTPS port</center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:80 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=196d71644bd81d19dd6ff685f5decb8a; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XGKq7rmKK1AK1ST04D%2BRYzJkLrKiyk8V5NhdEueQdaE6b%2BGfE96fwPMJVaR%2FsAkn7bDMaVIVKlvD%2FxkpL7GbGUYxHaeDsIPORcVKHa5coxF3fh%2Fx2dkCn05SnSLmSMRMieqG"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=502,cfOrigin;dur=645
    CF-RAY: 9baced0a2aa6eb9e-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:8443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    
                                
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:80 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=40765123363a87e27cb216d44abaa682; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dziMkN7TGoHz4yPbQpNw45w7jgPmyvwIJ7pxWrXIV2%2BUBNl3K3cEpCc4Gj0ZOKGyVPsnQn9Tc1AZO%2FJfjNqu5gFZyVQnKVgDrdV%2FEk0vQ5YqIXGQ0V6nFEqVcWfHOSUfjS%2Bv"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=92
    CF-RAY: 9baced05fc67be78-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:37 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    x-ws-ratelimit-limit: 1000
    x-ws-ratelimit-remaining: 999
    Server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    Set-Cookie: PHPSESSID=b22b34f5b9eeeeaff61fb99dcdcbb8aa; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    Cache-Control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6QTo%2Bdp3QvhBLqS5Vb8WR0S%2BMf30L92oAdOUbcbBCVZnrS29H9vm5qHo19sl5jFSwRK78A11KdbqIE1fYQxLdg5owuSPb7%2FASfm8jOeaGC971zLBjvAD"}]}
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=204,cfOrigin;dur=619
    CF-RAY: 9baced09bfbe1b51-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.19.247:8443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    
                                
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:8443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    
                                
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:be85:443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    x-ws-ratelimit-limit: 1000
    x-ws-ratelimit-remaining: 999
    Server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    Set-Cookie: PHPSESSID=f792671c97639420a40c18db9f04c7d3; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    Cache-Control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bzEhCJOPwxgzHTNQuO%2BdWrKjhor87vnM%2BTVQ%2Bxk%2FUN1Qhpw2oQmUB%2BzPpHU9Fqk6FifeqVQ0h4e1xfZUXtk59uRoPrTQPAgYqHFY%2FGRFLWr%2FwQVlplTisvWQ%2FEfVwpiRqy0u"}]}
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=102
    CF-RAY: 9baced08f863dde5-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:8443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    
                                
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.19.247:80 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=6615a59a1da1e261951773ece5c5fe86; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nphjbD4%2B8gfsGMUL0lAQTkWtFy3e%2Bz3rPMKKhGpfql3pWlsEuq6RPd4%2FSEnyefERhchH5%2FNj5kbnL5cXar7jpZM97DOQNNXBM77%2BGtpISpY%2BBsIHZVl4"}]}
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=185,cfOrigin;dur=180
    CF-RAY: 9baced05f8cccb4e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"80bc7e8ea4d84f2b9c1acf935b1027a8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.19.247:443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    x-ws-ratelimit-limit: 1000
    x-ws-ratelimit-remaining: 999
    Server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    Set-Cookie: PHPSESSID=5d699fa7f64e5446c0d21d44905eca14; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    Cache-Control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gboBpBkiap0LDPbZgQ842Eak1ujfQ5tSBEEnTtIrQ9Dly9kNHKuQrq8khr11E2QudU9B1ONGtWK%2BTMdEekYwKYfD2Ww07c4h90TCFT86E8cSObuCpvRx"}]}
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9baced05df3465da-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3030::6815:13f7:443 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    x-ws-ratelimit-limit: 1000
    x-ws-ratelimit-remaining: 999
    Server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    Set-Cookie: PHPSESSID=7175ca823e53d4b174f80c9ae75d5c60; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    Cache-Control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9Zv8%2F%2FgtlHA4oKobKj%2FxqSgBxuz1wO8ceF4%2B8XKWp5ge14gzC%2BWOiQxk75j9HrqJ%2FMd2gigjxMu1Z0ZV3PBswUuSrpFaYVl16wjpD1sZCcqJ0F6x3ZxbA0QVUJy9K00icuGG"}]}
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9baced05cba3924f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.190.133:80 · helpdesk.cortexworks.de

    2026-01-08 16:03

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 16:03:36 GMT
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    X-WS-RateLimit-Limit: 1000
    X-WS-RateLimit-Remaining: 999
    server: cloudflare
    expires: Thu, 19 Nov 1981 08:52:00 GMT
    vary: Cookie
    vary: accept-encoding
    pragma: no-cache
    set-cookie: PHPSESSID=82b6ec0a483843e1b39cb79c2d43b638; path=/; domain=.cortexworks.de; secure; HttpOnly; SameSite=Lax
    cache-control: no-store, no-cache, must-revalidate
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=r6zUHsjL211wIhezX%2ByrdvZiWSrT3fTbli8EJZQkotqUR1cushJBWS27pyD%2B6ZAR9HWalTJ6qK3S3tRdsA%2Fajo0NS0rIzpkYBf7MyfvaUCCDRgL2ED9G"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9baced05cc797707-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Neues Ticket – CalmCall
    
    <!DOCTYPE html>
    <html lang="de">
    <head>
      <style>
    :root{
      --bg:#0b1020;
      --card:#0f1733;
      --border:rgba(255,255,255,.10);
      --text:rgba(255,255,255,.92);
      --muted:#8892a6;
      --accent:#6ea8ff;
      --accent2:#6ee7b7;
      --shadow: 0 20px 60px rgba(0,0,0,.45);
      --radius:22px;
    }
    
    *{ box-sizing:border-box; }
    html, body{ height:100%; }
    
    body{
      margin:0;
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      color: var(--text);
    
      /* Background */
      background:
        radial-gradient(900px 520px at 15% 20%, rgba(110,168,255,.18), transparent 60%),
        radial-gradient(800px 520px at 85% 30%, rgba(57,217,138,.12), transparent 60%),
        radial-gradient(700px 520px at 55% 95%, rgba(255,77,79,.10), transparent 55%),
        var(--bg);
      background-attachment: fixed;
    
      /* 👉 ECHT MITTIG */
      display:flex;
      align-items:center;
      justify-content:center;
      padding:24px;
    }
    
    /* ===================== ZENTRIERTE CARD ===================== */
    form{
      width:100%;
      max-width:720px;        /* schöne Breite */
      padding:24px;
      border-radius:var(--radius);
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border:1px solid var(--border);
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }
    
    /* Überschrift + Meta über dem Formular */
    h1, h2, p, small, .muted{
      max-width:720px;
      margin-left:auto;
      margin-right:auto;
    }
    p, small, .muted{ color:var(--muted); }
    
    /* ===================== FORM ===================== */
    label{
      display:block;
      margin:14px 0 8px;
      font-weight:700;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea{
      width:100%;
      padding:12px 14px;
      border-radius:12px;
      border:1px solid rgba(110,168,255,.35);
      background: rgba(15,23,51,.55);
      color:var(--text);
      outline:none;
    }
    
    textarea{
      min-height:140px;
      resize:vertical;
    }
    
    /* Focus */
    input:focus,
    select:focus,
    textarea:focus{
      border-color: rgba(110,168,255,.6);
      box-shadow:0 0 0 4px rgba(110,168,255,.12);
    }
    
    /* Dropdown items */
    select option{ background:#fff; color:#000; }
    
    /* Button */
    button,
    input[type="submit"]{
      margin-top:16px;
      padding:12px 18px;
      border-radius:12px;
      border:none;
      background:linear-gradient(135deg, var(--accent), var(--accent2));
      color:#08101d;
      font-weight:900;
      cursor:pointer;
      box-shadow:var(--shadow);
    }
    button:hover,
    input[type="submit"]:hover{
      transform:translateY(-1px);
      filter:brightness(1.05);
    }
    
    /* Back-Link */
    form a{
      margin-left:12px;
      font-weight:700;
      color:var(--accent);
    }
    
    /* ===================== MOBILE ===================== */
    @media (max-width: 780px){
      body{ padding:16px; }
      form{ padding:18px; }
    }
    </style>
      <meta charset="utf-8">
      <title>Neues Ticket – CalmCall</title>
      
    
    </head>
    <body>
    
    <div class="card">
      <h2>Neues Ticket erstellen</h2>
    
    
      <p style="color:#7c9cff;">
        Du musst eingeloggt sein, um ein Ticket zu erstellen.
      </p>
      <a href="https://login.cortexworks.de" class="btn">Login</a>
    
    
      <a href="https://dashboard.cortexworks.de" class="back">← Zurück</a>
    </div>
    
    
    </body>
    </html>
    
    Found 2026-01-08 by HttpPlugin
    Create report
helpdesk.cortexworks.de
CN:
helpdesk.cortexworks.de
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-08 15:03
Not after:
2026-04-08 16:03