Domain litbear8.dpdns.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::ac43:d448:443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=187,cfOrigin;dur=0
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JFaRroi%2Bw2ctDy7MHmS1LlLUgTehOeZWKpkDBDfpdcgN9SAHAx98jjxPMa5zm6CYftNQt3Mm3AnzMPJ25cSCAiVnHlwvky3ZtHAYLUyRmC3csgncByoye0rT7j3NoA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2e8ed8fe8f-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c6c4ff0bef35485a9499af49d54cf56b","r":1,
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.35.27:443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ydbTkpVQGRks2HJAS77QMHIAqgCGjiBaRoTGzf88Ily%2FCG1pk%2Faxph%2BjMZxVMu01vvaRRRo3%2FaBT%2BW8GYaRA%2FVHNrAYxgN6EtZcziZoA9geFDQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2ccb458bc6-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c6c4ff0bef35485a9499af49d54cf56b","r":1,
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:d448:8443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=180,cfOrigin;dur=0
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t7guYg7M0VkHOxdPOZJzKJYwNZ0slMO78cfTt%2FWTmHNIGCcSne2jzBVneNP1QCVMpsq9lJC%2B8%2BqHrYuykD2fwX0%2BlrxflHAnZMwNij4nnsDU%2BOMv3bz7TxAZUIsHlw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2cce5a6bbb-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c6c4ff0bef35485a9499af49d54cf56b","r":1,
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.212.72:443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=aaP1nTfZHkXAS0ei2AIZ7tBEXyVOSvJ%2F0ADgtVDv00pnzr0l3XHiCZxbCP0BR1Du9eEixxirijIm2Hir0yuICW1KfT%2BlDsMVKklukIXd6BWsLA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2cbc0593d7-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:231b:8443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eUwGTQId1j2PQapIKai0dHEzMHoU59cd24t8DOPeCaLhstlfA5QGijnBeq12yXvdDK70ImKx0AZ4d4Pc3u8Nj%2F4y9sX1NCYQ6%2F9I2hUfT%2BwEs2J9CcURqkFmj6jxHw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2caf830eb1-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:231b:80 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=20,cfOrigin;dur=0
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KCttrZ1AgTZItb0s3UFk0GrYsm%2BqKYDEqWi5XkgvCx7RGixdC0%2BTibjJMTDdkwH2ana2hNDOg2edQxg9y0bwSWAgUDZlRMcm1CSoGsdoZmFmdTcRg85UFI0QAbk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2dcdd71195-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c6c4ff0bef35485a9499af49d54cf56b","r":1,
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:d448:80 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kxiHiwjyG40HfHg1kkD6ZSw7rronvOH1cWaytSMaAYuiLYZGzvcJOtfVu21%2B4QcSzlcqdBtHc6kkEFjsdJ8WIwP3kn4eGGmM0WZ34L1LafVNAQMw8IBUzDkarcParg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2caf199237-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:231b:443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bNDjQbCtn%2F2bPe1dX8wZjJXhMMRG1UYIGD%2F2QbixDNloteMwUAAeTk8%2FCGoRCbNOrIeeSQX3IZy2KJeI30KOw1C%2F4C%2FH%2Bkip%2BenOWT5KlMpfnCJ5QlBjY%2BCMdPjgOg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2c5800d2ba-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.35.27:8443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WFYsRmng%2BZ1aOb6bAZCoETAL47MQ2GibVYep2a4ij0QGx7j28lKw9fBFqjfaVI2NoLFdaJoAUnpMA9i7AQpNRGFrfUKQpJbpnrYximPFSYmWGw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2c48fd927f-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.212.72:80 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=C2KwvlkhwRiCywoqvycg0E64UynmhaTr5HTePc8gW4iEVP29yovO51Zt6MOmWcQ6hy35nmVE4jK9UkHkb747lpEWy8BfXrn0tLRdBqnZpIW0rg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2c3eb21da4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.35.27:80 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=24,cfOrigin;dur=0
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ynwBtzC3MW7sWuN7O0aVRp7TqwydJ%2FIafwMJfTXcyA9aZY6unbnmWj19dT0p0Y5MZp7izCDHRL2wTGVGt1Fphz8o60Ef6HMsOu9eZq1HcPA%2FDQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2c1af8b785-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"c6c4ff0bef35485a9499af49d54cf56b","r":1,
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.212.72:8443 · litbear8.dpdns.org

    2026-01-11 06:53

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 06:53:23 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3797
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zrjFfJWoCQMjeIRIe%2BwTQGoPcbll4xh4URlQX%2Fp2DRByBHN9Qfk%2Bv0dSkUqW3JRXwJw%2Bl681XE0IZlIeQVMuv%2F3fdgxQePpfxvo5hnORPVU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bc27f2bb967ef13-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 订阅管理系统
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>订阅管理系统</title>
      <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
      <style>
        .login-container {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          min-height: 100vh;
        }
        .login-box {
          backdrop-filter: blur(8px);
          background-color: rgba(255, 255, 255, 0.9);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          transition: all 0.3s;
        }
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .input-field {
          transition: all 0.3s;
          border: 1px solid #e2e8f0;
        }
        .input-field:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
        }
      </style>
    </head>
    <body class="login-container flex items-center justify-center">
      <div class="login-box p-8 rounded-xl w-full max-w-md">
        <div class="text-center mb-8">
          <h1 class="text-2xl font-bold text-gray-800"><i class="fas fa-calendar-check mr-2"></i>订阅管理系统</h1>
          <p class="text-gray-600 mt-2">登录管理您的订阅提醒</p>
        </div>
        
        <form id="loginForm" class="space-y-6">
          <div>
            <label for="username" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-user mr-2"></i>用户名
            </label>
            <input type="text" id="username" name="username" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <div>
            <label for="password" class="block text-sm font-medium text-gray-700 mb-1">
              <i class="fas fa-lock mr-2"></i>密码
            </label>
            <input type="password" id="password" name="password" required
              class="input-field w-full px-4 py-3 rounded-lg text-gray-700 focus:outline-none">
          </div>
          
          <button type="submit" 
            class="btn-primary w-full py-3 rounded-lg text-white font-medium focus:outline-none">
            <i class="fas fa-sign-in-alt mr-2"></i>登录
          </button>
          
          <div id="errorMsg" class="text-red-500 text-center"></div>
        </form>
      </div>
      
      <script>
        document.getElementById('loginForm').addEventListener('submit', async (e) => {
          e.preventDefault();
          const username = document.getElementById('username').value;
          const password = document.getElementById('password').value;
          
          const button = e.target.querySelector('button');
          const originalContent = button.innerHTML;
          button.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>登录中...';
          button.disabled = true;
          
          try {
            const response = await fetch('/api/login', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ username, password })
            });
            
            const result = await response.json();
            
            if (result.success) {
              window.location.href = '/admin';
            } else {
              document.getElementById('errorMsg').textContent = result.message || '用户名或密码错误';
              button.innerHTML = originalContent;
              button.disabled = false;
            }
          } catch (error) {
            document.getElementById('errorMsg').textContent = '发生错误,请稍后再试';
            button.innerHTML = originalContent;
            button.disabled = false;
          }
        });
      </script>
    </body>
    </html>
    
    Found 2026-01-11 by HttpPlugin
    Create report
litbear8.dpdns.org
CN:
litbear8.dpdns.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-06 09:25
Not after:
2026-04-06 10:25