Domain admin.unityspace.org
Singapore
Hostinger International Limited
Ubuntu
Software information

Apache Apache 2.4.63

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2025-09-06 13:04
    Last seen 2026-01-05 02:33
    Open for 120 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65221cb8809e

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/Ibs-Ltd/Unity_Backend.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "dev"]
      	remote = origin
      	merge = refs/heads/dev
      
      Found on 2026-01-05 02:33
      263 Bytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652234404230

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/Ibs-Ltd/Unity_Backend.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2025-09-06 13:04
      269 Bytes
  • Open service 194.59.165.73:443 · admin.unityspace.org

    2026-01-05 02:33

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 02:33:46 GMT
    Server: Apache/2.4.63 (Ubuntu)
    Cache-Control: no-cache, private
    Set-Cookie: XSRF-TOKEN=eyJpdiI6Imt6ZzJiVmI4eThqeWxQYlp3ZGxRb1E9PSIsInZhbHVlIjoiOE4zYnlDSHpuWVdZUDFVd3g0cDVNVy9lQUNHU1U3dEZtQm4reGcwRndhc0pmOHZ0SDBNaldxUDBFUEYyZEJBVERmVkhxcThjQSs5UnpRM3g2ekcxMzk0M3hjL2FSS2xwRUxpVm1OQ1BYQTF3ZGdVdG55OUl1T3l6NmNaMUY5dWkiLCJtYWMiOiJmODQ5YzVmOWNhZGNlYTkzOTUzOTJiY2E2NTM1MTk0M2U1YjczNDY3Y2NkZjU5ODgwYTFkMzg4YmYyNmI4NjBjIiwidGFnIjoiIn0%3D; expires=Mon, 05 Jan 2026 04:33:46 GMT; Max-Age=7200; path=/; secure; samesite=lax
    Set-Cookie: unitysapce_session=eyJpdiI6ImpTUk5DeEVrNml5by9KZ1FGZnlXV1E9PSIsInZhbHVlIjoiMFhYcmEvUk1wQVRWRDF5V1ZnK0ptUUxUVFpJUFpaeGt3NGI4MzJUUUI3R1h5TjQxemFneGgyRFBKdTlTSExkUFVMRDI0WENqYzM0WXVmQlpOajBXVGtOaTkrMkRxQkRkc0ZEVy9hMVlxRklBR0RkSjdScldvOTRsOXdpbEJIMG4iLCJtYWMiOiIwMzMyYTk3YWRhNGJjYjlkNDQ3NjJiZGM5M2U0MTRlNjcxZTQ5MmUwMGUyOWUyYjAxNDU5MDFjNDJlYmJiMmM5IiwidGFnIjoiIn0%3D; expires=Mon, 05 Jan 2026 04:33:46 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    Page title: UnitySapce
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title></title>
    
        <style>
            body{
                background: #111;
                  margin: 0;
      padding: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #111; /* or any background you like */
      color: white; /* optional: for light text */
      font-family: Arial, sans-serif;
            }
    
            .card-header{
                font-size: 27px;
                padding-bottom: 20px;
                font-weight: 700;
                color: #FF5733;
            }
              .card {
          border: 1px solid #FF5733;
          padding: 50px 40px;
          border-radius: 10px;
          width: 300px;
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          background-color: #1c1c1c;
        }
    
        .card h2 {
          text-align: center;
          margin-bottom: 20px;
        }
    
        .card label {
          display: block;
          margin-top: 10px;
          margin-bottom: 5px;
        }
    
         .card input[type="email"],
        .card input[type="password"] {
          width: 94%;
          padding: 10px;
          margin-bottom: 20px;
          border: none;
          border-radius: 4px;
          background: none !important;
          color: #fff !important;
          border: 1px solid #FF5733;
        }
        /* Also force background on autofill */
        input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
          -webkit-text-fill-color: #fff !important;
          border: 1px solid #FF5733;
        }
    
        .card input[type="email"]:focus,
        .card input[type="password"]:focus {
          background: none !important;
          outline: none;
          box-shadow: none;
        }
        .card input[type="checkbox"] {
          margin-right: 5px;
        }
        .card button {
          width: 100%;
          padding: 10px;
          background-color: #FF5733;
          color: #fff !important;
          color: #111;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-weight: bold;
        }
    
        .card a {
          display: block;
          margin-top: 10px;
          text-align: center;
          color: #FF5733;
          text-decoration: none;
          font-size: 14px;
        }
    
        .card a:hover {
          text-decoration: underline;
        }
    
        .form-check {
      display: flex;
      align-items: center;
      gap: 8px; /* spacing between checkbox and label */
    }
        </style>
    </head>
    <body>
        
    
        </body>
    </html>
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <!-- CSRF Token -->
        <meta name="csrf-token" content="npSaQwkq6bpv0RxPBYVj3j9LmexA9KzEvHT2418s">
    
        <title>UnitySapce</title>
    
        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.bunny.net">
        <link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
    
        <!-- Scripts -->
    
        <style>
            .unitySpaceLogin{
                color: #fff;
                text-decoration: none;
                margin-left: 40px;
            }
            .navbar-brand{
                color: #FF5733;
                text-decoration: none;
                font-size: 25px;
                font-weight: 700;
                margin-left: 40px;  
            }
            .navbar-nav{
                padding: 0 !important;
            }
            .navbar-nav li{
                list-style: none;
            }
        </style>
    </head>
    <body>
        <div id="app">
            <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
                <div class="container">
                    <a class="navbar-brand" href="https://admin.unityspace.org">
                        UnitySapce
                    </a>
                    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                        <span class="navbar-toggler-icon"></span>
                    </button>
    
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <!-- Left Side Of Navbar -->
                        <ul class="navbar-nav me-auto">
    
      
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 194.59.165.73:80 · admin.unityspace.org

    2026-01-05 02:33

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 02:33:46 GMT
    Server: Apache/2.4.63 (Ubuntu)
    Location: https://admin.unityspace.org/
    Content-Length: 323
    Connection: close
    Content-Type: text/html; charset=iso-8859-1
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://admin.unityspace.org/">here</a>.</p>
    <hr>
    <address>Apache/2.4.63 (Ubuntu) Server at admin.unityspace.org Port 80</address>
    </body></html>
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 194.59.165.73:443 · admin.unityspace.org

    2026-01-02 16:08

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 16:08:29 GMT
    Server: Apache/2.4.63 (Ubuntu)
    Cache-Control: no-cache, private
    Set-Cookie: XSRF-TOKEN=eyJpdiI6ImpIR3VSN05JbThFOWhjNFRPQUROdmc9PSIsInZhbHVlIjoiUGV1SjgzYlpqTkhlZm9RcUM1MEF1VzFXMnRXRWU3NkRrYmJBdFpNcmUyWmY5bTBMQ3VLN0hGeHU2WG9TZ21CbUEwTEFIQXJNT3lYVkhtL2FjV0VCbGNCQlg5aFptK0cxSlJYcEpuV1NKS01BNVNRRHFzd2RibnVjcVZHcHZMZU4iLCJtYWMiOiI5MzBmMTNlMGI4YzQ3OWNhYTZiNmViNDc4ZmMyNWY1MDFjZjVmNTEzZTZiYTZmZjY3OWQwYTBiZDk4ZTk0Y2RkIiwidGFnIjoiIn0%3D; expires=Fri, 02 Jan 2026 18:08:29 GMT; Max-Age=7200; path=/; secure; samesite=lax
    Set-Cookie: unitysapce_session=eyJpdiI6InVnVHNFNjlmNzAyb1hRaFAzNFlsSWc9PSIsInZhbHVlIjoiQzl4QytVbjNHL2dVVWlta0MrSy9LTE50VFRXMlFXTjJxa1BWRGgrL3lNUnhiRVk1S1A5QUE0ZXpSMUIxdEhlOWxJQ29WY0NMMmdPZUxXenZmM3V6aGdOMlZBcHkzVmRQNHpYUS96eG5GZWROQU1hbEJmUnBtRCtzdVRoVENJSWQiLCJtYWMiOiJhMTY4NDQyZGE5MzBlZGI0MzYyMzc0OTdhYTI2ZDFlODMyYTUyNDIzNGNkZjhlZGIyYmQyODdkNDM4MTdkMTc0IiwidGFnIjoiIn0%3D; expires=Fri, 02 Jan 2026 18:08:29 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    Page title: UnitySapce
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title></title>
    
        <style>
            body{
                background: #111;
                  margin: 0;
      padding: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #111; /* or any background you like */
      color: white; /* optional: for light text */
      font-family: Arial, sans-serif;
            }
    
            .card-header{
                font-size: 27px;
                padding-bottom: 20px;
                font-weight: 700;
                color: #FF5733;
            }
              .card {
          border: 1px solid #FF5733;
          padding: 50px 40px;
          border-radius: 10px;
          width: 300px;
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          background-color: #1c1c1c;
        }
    
        .card h2 {
          text-align: center;
          margin-bottom: 20px;
        }
    
        .card label {
          display: block;
          margin-top: 10px;
          margin-bottom: 5px;
        }
    
         .card input[type="email"],
        .card input[type="password"] {
          width: 94%;
          padding: 10px;
          margin-bottom: 20px;
          border: none;
          border-radius: 4px;
          background: none !important;
          color: #fff !important;
          border: 1px solid #FF5733;
        }
        /* Also force background on autofill */
        input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
          -webkit-text-fill-color: #fff !important;
          border: 1px solid #FF5733;
        }
    
        .card input[type="email"]:focus,
        .card input[type="password"]:focus {
          background: none !important;
          outline: none;
          box-shadow: none;
        }
        .card input[type="checkbox"] {
          margin-right: 5px;
        }
        .card button {
          width: 100%;
          padding: 10px;
          background-color: #FF5733;
          color: #fff !important;
          color: #111;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-weight: bold;
        }
    
        .card a {
          display: block;
          margin-top: 10px;
          text-align: center;
          color: #FF5733;
          text-decoration: none;
          font-size: 14px;
        }
    
        .card a:hover {
          text-decoration: underline;
        }
    
        .form-check {
      display: flex;
      align-items: center;
      gap: 8px; /* spacing between checkbox and label */
    }
        </style>
    </head>
    <body>
        
    
        </body>
    </html>
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <!-- CSRF Token -->
        <meta name="csrf-token" content="ZRIFmliHQzW7otm2aFDTLp63sOgsCN1SdvFgXDTi">
    
        <title>UnitySapce</title>
    
        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.bunny.net">
        <link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
    
        <!-- Scripts -->
    
        <style>
            .unitySpaceLogin{
                color: #fff;
                text-decoration: none;
                margin-left: 40px;
            }
            .navbar-brand{
                color: #FF5733;
                text-decoration: none;
                font-size: 25px;
                font-weight: 700;
                margin-left: 40px;  
            }
            .navbar-nav{
                padding: 0 !important;
            }
            .navbar-nav li{
                list-style: none;
            }
        </style>
    </head>
    <body>
        <div id="app">
            <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
                <div class="container">
                    <a class="navbar-brand" href="https://admin.unityspace.org">
                        UnitySapce
                    </a>
                    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                        <span class="navbar-toggler-icon"></span>
                    </button>
    
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <!-- Left Side Of Navbar -->
                        <ul class="navbar-nav me-auto">
    
      
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 194.59.165.73:443 · admin.unityspace.org

    2025-12-23 00:11

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 00:11:25 GMT
    Server: Apache/2.4.63 (Ubuntu)
    Cache-Control: no-cache, private
    Set-Cookie: XSRF-TOKEN=eyJpdiI6ImVKRFJGeEVaQUpldFpoTTlnY2dORlE9PSIsInZhbHVlIjoiRmhpRkFscUszaHNaUDFGaTJOaVRRTmVnTUVIMm9lVWF6Z0YxSy9ub1Y2VFR4U0dldCsrd1VkYk4zaTVOUHYwWVZSSCtwVjlHRVFYV2ZhcVRCcmZVNUhYcXc4ZzYvcUdCOUVxQW90WjFQOVdGbUZQSEJqRkdDNTc1elNQbE9nZUUiLCJtYWMiOiI1MTAxZmU1NGZlOTZiODBjZjc4NWRmNmJhYzYxMmRlNmRhOWVjZjdmNDRmYTJjMjVhNTI4MmFjMGU5MDQ4OWE5IiwidGFnIjoiIn0%3D; expires=Tue, 23 Dec 2025 02:11:25 GMT; Max-Age=7200; path=/; secure; samesite=lax
    Set-Cookie: unitysapce_session=eyJpdiI6InY3RFJ0YktDRG9MVFQ0R3dlSXVnbFE9PSIsInZhbHVlIjoiaitnZmtlaFhtL014KzVIWXJ0T1ZBRVJmblpGQk1QbTQ1eGk3VjErcmxhTFBBeFJSeDRkTlNPemVJWmdOejQ3QWx0bzYxNjNHdVdkSXBRbGhlN3lPTU1WUzJVOGdoUkxtNm5xNnhGd05uNU8rVXQxeEpza3RxOWsxWkM0NXhsNkMiLCJtYWMiOiI0ZjNmMzZjYmI5NzdhYWE2MmY4YmNkNWJmZTYyYWEzYTIzZDdhNDY2Y2UyMThlMTQwOTJhZTM0ZDEzNGY0MTA5IiwidGFnIjoiIn0%3D; expires=Tue, 23 Dec 2025 02:11:25 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    Page title: UnitySapce
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title></title>
    
        <style>
            body{
                background: #111;
                  margin: 0;
      padding: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #111; /* or any background you like */
      color: white; /* optional: for light text */
      font-family: Arial, sans-serif;
            }
    
            .card-header{
                font-size: 27px;
                padding-bottom: 20px;
                font-weight: 700;
                color: #FF5733;
            }
              .card {
          border: 1px solid #FF5733;
          padding: 50px 40px;
          border-radius: 10px;
          width: 300px;
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          background-color: #1c1c1c;
        }
    
        .card h2 {
          text-align: center;
          margin-bottom: 20px;
        }
    
        .card label {
          display: block;
          margin-top: 10px;
          margin-bottom: 5px;
        }
    
         .card input[type="email"],
        .card input[type="password"] {
          width: 94%;
          padding: 10px;
          margin-bottom: 20px;
          border: none;
          border-radius: 4px;
          background: none !important;
          color: #fff !important;
          border: 1px solid #FF5733;
        }
        /* Also force background on autofill */
        input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
          -webkit-text-fill-color: #fff !important;
          border: 1px solid #FF5733;
        }
    
        .card input[type="email"]:focus,
        .card input[type="password"]:focus {
          background: none !important;
          outline: none;
          box-shadow: none;
        }
        .card input[type="checkbox"] {
          margin-right: 5px;
        }
        .card button {
          width: 100%;
          padding: 10px;
          background-color: #FF5733;
          color: #fff !important;
          color: #111;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-weight: bold;
        }
    
        .card a {
          display: block;
          margin-top: 10px;
          text-align: center;
          color: #FF5733;
          text-decoration: none;
          font-size: 14px;
        }
    
        .card a:hover {
          text-decoration: underline;
        }
    
        .form-check {
      display: flex;
      align-items: center;
      gap: 8px; /* spacing between checkbox and label */
    }
        </style>
    </head>
    <body>
        
    
        </body>
    </html>
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <!-- CSRF Token -->
        <meta name="csrf-token" content="CO5mGzHBRj5oovvb2SuVTTSuiKXxL3YkxLPyC2Av">
    
        <title>UnitySapce</title>
    
        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.bunny.net">
        <link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
    
        <!-- Scripts -->
    
        <style>
            .unitySpaceLogin{
                color: #fff;
                text-decoration: none;
                margin-left: 40px;
            }
            .navbar-brand{
                color: #FF5733;
                text-decoration: none;
                font-size: 25px;
                font-weight: 700;
                margin-left: 40px;  
            }
            .navbar-nav{
                padding: 0 !important;
            }
            .navbar-nav li{
                list-style: none;
            }
        </style>
    </head>
    <body>
        <div id="app">
            <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
                <div class="container">
                    <a class="navbar-brand" href="https://admin.unityspace.org">
                        UnitySapce
                    </a>
                    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                        <span class="navbar-toggler-icon"></span>
                    </button>
    
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <!-- Left Side Of Navbar -->
                        <ul class="navbar-nav me-auto">
    
      
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 194.59.165.73:443 · admin.unityspace.org

    2025-12-19 09:45

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 09:45:39 GMT
    Server: Apache/2.4.63 (Ubuntu)
    Cache-Control: no-cache, private
    Set-Cookie: XSRF-TOKEN=eyJpdiI6Ik9teUcwdnpNYzJkUlNWa051NmtaRFE9PSIsInZhbHVlIjoiSFFBVTdFOXBYU1V4bHZMdXgvKy9leS9ndjBVdkpHb01KMTNFTDZFR2NEelFoN1k0U01OL0hab1g1OGJMUVFIZFIwMjBaZTRPQUFlUitwc05DSmh1N2FJM0tkKzArNGVyMXpQU2VORVYwSTR1T3N0NGNvZDRQWnpLRjBLajhTYU8iLCJtYWMiOiIzYWNmYjM2ODU3ZWY1NWUzYjBiODljY2ZjMDcyYTcxZTE2ZDk2MjBiMTZkZjFkNTgyYTlhNWFlNGE4ZjczMjZjIiwidGFnIjoiIn0%3D; expires=Fri, 19 Dec 2025 11:45:39 GMT; Max-Age=7200; path=/; secure; samesite=lax
    Set-Cookie: unitysapce_session=eyJpdiI6Iks1bVAyZWpnUHZBcVRLanR3OXE4Smc9PSIsInZhbHVlIjoia21TQzdZR3poZnZ6VkNHRCtDY1hicGhNMlBYUFBRNlRYa2tSTXlVQlhJMEJVMXROd0ZwQ3JYTk5oZE1RUHQxS0lnVnpVay9GdFpkYy8rOEwzK1R6MGxidUlSOFNRMmdYWXhrVUd6Q1JyQkRGWXJPMlE2eEUzYmpjQzlwQTVHQ3giLCJtYWMiOiI1M2FlZGVhNTEwMGQ0NTQwMTdhNDVmODQxM2U1NzQ5ZGNiZGQ4MjEzMGY4ZjliNmYzZDA2ZmVhZGM4MGY5NzFhIiwidGFnIjoiIn0%3D; expires=Fri, 19 Dec 2025 11:45:39 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax
    Vary: Accept-Encoding
    Connection: close
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    
    Page title: UnitySapce
    
    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title></title>
    
        <style>
            body{
                background: #111;
                  margin: 0;
      padding: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #111; /* or any background you like */
      color: white; /* optional: for light text */
      font-family: Arial, sans-serif;
            }
    
            .card-header{
                font-size: 27px;
                padding-bottom: 20px;
                font-weight: 700;
                color: #FF5733;
            }
              .card {
          border: 1px solid #FF5733;
          padding: 50px 40px;
          border-radius: 10px;
          width: 300px;
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
          background-color: #1c1c1c;
        }
    
        .card h2 {
          text-align: center;
          margin-bottom: 20px;
        }
    
        .card label {
          display: block;
          margin-top: 10px;
          margin-bottom: 5px;
        }
    
         .card input[type="email"],
        .card input[type="password"] {
          width: 94%;
          padding: 10px;
          margin-bottom: 20px;
          border: none;
          border-radius: 4px;
          background: none !important;
          color: #fff !important;
          border: 1px solid #FF5733;
        }
        /* Also force background on autofill */
        input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 1000px #1c1c1c inset !important;
          -webkit-text-fill-color: #fff !important;
          border: 1px solid #FF5733;
        }
    
        .card input[type="email"]:focus,
        .card input[type="password"]:focus {
          background: none !important;
          outline: none;
          box-shadow: none;
        }
        .card input[type="checkbox"] {
          margin-right: 5px;
        }
        .card button {
          width: 100%;
          padding: 10px;
          background-color: #FF5733;
          color: #fff !important;
          color: #111;
          border: none;
          border-radius: 4px;
          cursor: pointer;
          font-weight: bold;
        }
    
        .card a {
          display: block;
          margin-top: 10px;
          text-align: center;
          color: #FF5733;
          text-decoration: none;
          font-size: 14px;
        }
    
        .card a:hover {
          text-decoration: underline;
        }
    
        .form-check {
      display: flex;
      align-items: center;
      gap: 8px; /* spacing between checkbox and label */
    }
        </style>
    </head>
    <body>
        
    
        </body>
    </html>
    
    
    <!doctype html>
    <html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <!-- CSRF Token -->
        <meta name="csrf-token" content="VFj9JM1twZYPIsYoXgTOoyfR6sh5GePPC4bOSALD">
    
        <title>UnitySapce</title>
    
        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.bunny.net">
        <link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
    
        <!-- Scripts -->
    
        <style>
            .unitySpaceLogin{
                color: #fff;
                text-decoration: none;
                margin-left: 40px;
            }
            .navbar-brand{
                color: #FF5733;
                text-decoration: none;
                font-size: 25px;
                font-weight: 700;
                margin-left: 40px;  
            }
            .navbar-nav{
                padding: 0 !important;
            }
            .navbar-nav li{
                list-style: none;
            }
        </style>
    </head>
    <body>
        <div id="app">
            <nav class="navbar navbar-expand-md navbar-light bg-white shadow-sm">
                <div class="container">
                    <a class="navbar-brand" href="https://admin.unityspace.org">
                        UnitySapce
                    </a>
                    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                        <span class="navbar-toggler-icon"></span>
                    </button>
    
                    <div class="collapse navbar-collapse" id="navbarSupportedContent">
                        <!-- Left Side Of Navbar -->
                        <ul class="navbar-nav me-auto">
    
      
    Found 2025-12-19 by HttpPlugin
    Create report
admin.unityspace.org
CN:
admin.unityspace.org
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-05 01:34
Not after:
2026-04-05 01:34
admin.unityspace.org
CN:
admin.unityspace.org
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-05 20:34
Not after:
2026-02-03 20:34
Domain summary
IP summary