Domain lz.cmcc.workers.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.160.105:8443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:02 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=p6nszrSskW53nBSTrHslRF4W6HV1ojF7J3%2F68HggY8HA%2Bc%2FEe4c8PLchK2kxxnp6Qg8%2Fn41meTKq0pmEN4RYZyLTkU%2FiU2BkMOQOuP88TkPXGks%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe395f92c9c99-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:314e:8443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:01 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=A9H92eSEbZYaJ2F5uNbk58rwaa7JZ5p%2F4mukJ3jah1%2B%2BdRyOFCwXp6ZNEMiwve%2BbUvNn1JjCq2lVKmAr08pC7wE1BKg9CkHp1wYLPu32JobQgs53RnMncapBh4YomrM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38def8f7a33-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:a069:443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tJoAxZz1sWNkYRniWpkM8XPPNvD9%2FMDHyJpiuZkV8vo4SQdUObw6d75vj3wqZYeOdvLMGzQ8TeuH5Cs4o%2FIdNLZ12bXo0%2FwgSyXDlbZ6QmmIna3PneBy4J8rUt0mLA4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38c9f43439f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.160.105:80 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eU7lgigMDsY0wVCXdTFKOQj8jovmWkaUqDgA%2FgBVhZZWkWT54uCPTGzH2vz01vm6CSAUfXNgU5a3nKcf4Wi6hdgr%2B9H7Zl11EcTM3%2BSkWZ0J88o%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38c8b67269c-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:314e:80 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jrP8yiDO9gcEqfFwLH0oasCIJOQsD9VjKltj8alCM9IOpjbOPaJNY2FoTlQG9f9rpjJIUyrOedrgqWumncHlaM%2BCntrpMBT5cTq313hF0lAJ%2BPzz6i5AWpZIh8X1p0w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38ccdcf33e8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.49.78:443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wGdnzJj9XlG7zaM3Um9Z5cOeim3dfkXllSj5ah4KS8uL6c9I1Yw3fEKuSC7gBv1fHSYoMe41KWvQXkJN8FDcOxfn0GfPHL7RLOK4tespcXYl"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38c98ac6b90-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:a069:8443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fnPDcYpnAksI24TG2N041DFl981N%2B0MaqpDx2%2FnOJZv0bdCgNJrwaQy51QEK8m%2BegScUYF%2F1cLMVvIJPmazH8%2FNf9vzIIAywBHebzkx5dYnVA6Za4YwMsgYarzN5Htw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38ccb49d294-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:a069:80 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AmSvA95LWzZMksDXqzqiCGxUZ0cZfFcsrLXvlnasJoXQKwSOfMyFbuRbIKPrmIIrtND%2FFEPUh54vpZs8q94jDB2GG9q2%2FhXThzZp786tU5uAkhdjIW8WAopok6JeyIo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38ccbb8dc4e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.67.160.105:443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LDWnGemvtOtqUbLH5V4xk0ZI%2FwAdBjH%2ByhfSRvMkfu6uZUiDtPMCv%2FGcZamvfEYGoeBuCkPG%2FgcjXpiQlvtXVEsb70iEAbLN3TvT%2FpHZvASQ3VI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38cc9787093-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.49.78:80 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FATC0VKsem%2FRvBHgo5h3dzTT%2Fu%2BjSS2wclq%2B9w5ASfPVvrY47D32SRI%2Blsgld8iUAB1PQpADFqdTvxoahN78BvvS0JXMtz3VrRUpmibKd3VPhD0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38ccbf8d278-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:314e:443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=m9N1hx8qVbteo9iCPqqwOPdneRYpup9GMgNKcjQW8wKaKaGMUqEhaPrPwWl9RgSJZDKx8gZg2kD5J2sr72jYsl2xW6mZuoNwjx4OoFLxj9WhLjgkT6aFPPoMsxQAWSM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38cc81c18d5-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 104.21.49.78:8443 · lz.cmcc.workers.dev

    2026-01-05 03:29

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 03:29:00 GMT
    Content-Type: text/html;charset=UTF-8
    Content-Length: 4998
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2g4dNr%2BPyVTrR8is22iTtsBGEcEf6dgN77CAIROPzVctrtWHuhAAdDk4NNkTl5%2FpwEJ8J3zDj9PGmhqzb5CbGeEyOcmm6grGpt%2FKdexI0QMQSSU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b8fe38cc8de955f-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 蓝奏云解析工具
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>蓝奏云解析工具</title>
        <style>
            body {
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
                max-width: 800px;
                margin: 0 auto;
                padding: 20px;
                background: #f5f5f5;
            }
            .container {
                background: white;
                padding: 20px;
                border-radius: 8px;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            h1 {
                color: #333;
                text-align: center;
                margin-bottom: 30px;
            }
            .form-group {
                margin-bottom: 15px;
            }
            label {
                display: block;
                margin-bottom: 5px;
                color: #666;
            }
            input[type="text"] {
                width: 100%;
                padding: 8px;
                border: 1px solid #ddd;
                border-radius: 4px;
                box-sizing: border-box;
            }
            button {
                background: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
                width: 100%;
            }
            button:hover {
                background: #45a049;
            }
            #result {
                margin-top: 20px;
                padding: 15px;
                border: 1px solid #ddd;
                border-radius: 4px;
                display: none;
            }
            .result-item {
                margin-bottom: 10px;
            }
            .result-label {
                font-weight: bold;
                color: #666;
            }
            .error {
                color: red;
                margin-top: 10px;
            }
            .download-link {
                color: #4CAF50;
                text-decoration: none;
            }
            .download-link:hover {
                text-decoration: underline;
            }
            @media (max-width: 600px) {
                body {
                    padding: 10px;
                }
                .container {
                    padding: 15px;
                }
                h1 {
                    font-size: 1.5em;
                }
            }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>蓝奏云解析工具</h1>
            <div class="form-group">
                <label for="url">蓝奏云链接:</label>
                <input type="text" id="url" placeholder="请输入蓝奏云链接">
            </div>
            <div class="form-group">
                <label for="pwd">密码(可选):</label>
                <input type="text" id="pwd" placeholder="如果有密码请输入">
            </div>
            <button onclick="parse()">解析链接</button>
            <div id="result"></div>
        </div>
    
        <script>
            async function parse() {
                const url = document.getElementById('url').value;
                const pwd = document.getElementById('pwd').value;
                const resultDiv = document.getElementById('result');
                
                if (!url) {
                    alert('请输入蓝奏云链接!');
                    return;
                }
    
                resultDiv.style.display = 'block';
                resultDiv.innerHTML = '解析中...';
    
                try {
                    const apiUrl = 'https://api.kxzjoker.cn/API/lanzou.php?url=' + encodeURIComponent(url) + 
                                  (pwd ? '&pwd=' + encodeURIComponent(pwd) : '');
                    const response = await fetch(apiUrl);
                    const data = await response.json();
    
                    if (data.code === 200) {
                        let modifiedDownUrl = data.downUrl;
                        if (modifiedDownUrl.includes(':446')) {
                            modifiedDownUrl = modifiedDownUrl.replace(':446', ':443');
                        }
    
                        resultDiv.innerHTML = '<div class="result-item">' +
                            '<span class="result-label">文件名称:</span>' + data.name +
                            '</div>' +
                            '<div class="result-ite
    Found 2026-01-05 by HttpPlugin
    Create report
cmcc.workers.dev*.cmcc.workers.dev
CN:
cmcc.workers.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-24 07:21
Not after:
2026-02-22 08:20