Domain beta.codemaster.ltd
Germany
AMAZON-02
Software information

Netlify

tcp/443 tcp/80

  • Open service 2a05:d014:58f:6200::258:80 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 10 Jan 2026 20:43:34 GMT
    Location: https://beta.codemaster.ltd/
    Server: Netlify
    X-Nf-Request-Id: 01KEMTCTJ8CYDXJ2F90W70AZKJ
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://beta.codemaster.ltd/
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:80 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 10 Jan 2026 20:43:34 GMT
    Location: https://beta.codemaster.ltd/
    Server: Netlify
    X-Nf-Request-Id: 01KEMTCT4JBREFMZYRYY9Z5EAA
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://beta.codemaster.ltd/
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::258:443 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 5875
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 20:43:25 GMT
    Etag: "13e73988f486e17247b9820084b80a3c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEMTCHMHK2Z451TYQK939TQ2
    Connection: close
    
    Page title: Beta Login | Code Master
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
        <link rel="canonical" href="https://www.beta.codemaster.ltd/">
        <link rel="icon" href="img/logo2.png"><!-- 32×32 -->
        <link rel="icon" href="img/logo2.png" type="image/png">
        <link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
        <link rel="apple-touch-icon-precomposed" href="img/logo2.png">
        <link rel="shortcut icon" href="img/logo2.png" type="image/png">
        <title>Beta Login | Code Master</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <div id="popupAd" class="popup">
            <div class="popup-content">
                <span class="close-btn" onclick="closePopup()">&times;</span>
                <h2>Join us on Discord</h2>
                <img src="img/discord.png" alt="CodeMaster Logo">
                <p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
                <button onclick="visitWebsite()">Join Now</button>
            </div>
        </div>
        <div class="login-container">
            <div class="bannerBg">
        <div class="beta-badge">
            <img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
            <br></br>
            <img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
        </div>
    </div>
            <h1 id="welcome"></h1>
            <form autocomplete="on" id="login-form" style="display: block;">
                <input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
                <div class="password-container ">
                    <input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
                    <span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
                </div>
                <p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
                <button class="login" type="submit"></button>
                <br></br>
            </form>
            <button class="resetBtn" id="reset-password-button">Reset Password</button>
            <form id="reset-form" style="display: none;">
                <input type="text" id="reset-username" placeholder="Enter your username *" required>
                <input type="password" id="new-password" placeholder="Enter new password *" required>
                <button type="submit">Reset</button>
            </form>
            <div id="info" class="info">
                <p>Welcome to Code Master Beta.</p>
                <p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
            </div>
            <footer>
                © <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
            </footer>
            <div id="version-container">
                <span class="font-v">V</span>
                <span id="version" class="font-version"></span>
            </div>
        </div>
        <script src="script.js" type="module"></script>
        <script>
            var input = document.getElementById("password");
            var text = document.getElementById("text");
    
            function updateCapsLockWarning(event) {
                const key = event.key.toLowerCase();
                let isCapsLock = false;
                let isShiftHeld = event.shiftKey; // Check if Shift key is held down
    
                if (key >= 'a' && key <= 'z') {
                    isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
                                 (key !== event.key.toLowerCase() && !event.shiftKey);
                    
                    if (isCapsLock) {
                        text.textContent = 'WARNING! Caps Lock is ON';
                    } else if (isShiftHeld) {
                        text.textContent = 'WARNING! Shift key is held down';
                    } else {
                        text.tex
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 35.157.26.135:80 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 10 Jan 2026 20:43:34 GMT
    Location: https://beta.codemaster.ltd/
    Server: Netlify
    X-Nf-Request-Id: 01KEMTCTPETFY8Z518KEK9R8Z5
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://beta.codemaster.ltd/
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 35.157.26.135:443 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 5875
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 20:43:24 GMT
    Etag: "13e73988f486e17247b9820084b80a3c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEMTCHE1RSKX1BBE0A0PB1BD
    Connection: close
    
    Page title: Beta Login | Code Master
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
        <link rel="canonical" href="https://www.beta.codemaster.ltd/">
        <link rel="icon" href="img/logo2.png"><!-- 32×32 -->
        <link rel="icon" href="img/logo2.png" type="image/png">
        <link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
        <link rel="apple-touch-icon-precomposed" href="img/logo2.png">
        <link rel="shortcut icon" href="img/logo2.png" type="image/png">
        <title>Beta Login | Code Master</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <div id="popupAd" class="popup">
            <div class="popup-content">
                <span class="close-btn" onclick="closePopup()">&times;</span>
                <h2>Join us on Discord</h2>
                <img src="img/discord.png" alt="CodeMaster Logo">
                <p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
                <button onclick="visitWebsite()">Join Now</button>
            </div>
        </div>
        <div class="login-container">
            <div class="bannerBg">
        <div class="beta-badge">
            <img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
            <br></br>
            <img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
        </div>
    </div>
            <h1 id="welcome"></h1>
            <form autocomplete="on" id="login-form" style="display: block;">
                <input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
                <div class="password-container ">
                    <input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
                    <span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
                </div>
                <p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
                <button class="login" type="submit"></button>
                <br></br>
            </form>
            <button class="resetBtn" id="reset-password-button">Reset Password</button>
            <form id="reset-form" style="display: none;">
                <input type="text" id="reset-username" placeholder="Enter your username *" required>
                <input type="password" id="new-password" placeholder="Enter new password *" required>
                <button type="submit">Reset</button>
            </form>
            <div id="info" class="info">
                <p>Welcome to Code Master Beta.</p>
                <p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
            </div>
            <footer>
                © <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
            </footer>
            <div id="version-container">
                <span class="font-v">V</span>
                <span id="version" class="font-version"></span>
            </div>
        </div>
        <script src="script.js" type="module"></script>
        <script>
            var input = document.getElementById("password");
            var text = document.getElementById("text");
    
            function updateCapsLockWarning(event) {
                const key = event.key.toLowerCase();
                let isCapsLock = false;
                let isShiftHeld = event.shiftKey; // Check if Shift key is held down
    
                if (key >= 'a' && key <= 'z') {
                    isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
                                 (key !== event.key.toLowerCase() && !event.shiftKey);
                    
                    if (isCapsLock) {
                        text.textContent = 'WARNING! Caps Lock is ON';
                    } else if (isShiftHeld) {
                        text.textContent = 'WARNING! Shift key is held down';
                    } else {
                        text.tex
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 63.176.8.218:443 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 2
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 5875
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 20:43:25 GMT
    Etag: "13e73988f486e17247b9820084b80a3c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEMTCHVHSF6SN6DN54WVRT20
    Connection: close
    
    Page title: Beta Login | Code Master
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
        <link rel="canonical" href="https://www.beta.codemaster.ltd/">
        <link rel="icon" href="img/logo2.png"><!-- 32×32 -->
        <link rel="icon" href="img/logo2.png" type="image/png">
        <link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
        <link rel="apple-touch-icon-precomposed" href="img/logo2.png">
        <link rel="shortcut icon" href="img/logo2.png" type="image/png">
        <title>Beta Login | Code Master</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <div id="popupAd" class="popup">
            <div class="popup-content">
                <span class="close-btn" onclick="closePopup()">&times;</span>
                <h2>Join us on Discord</h2>
                <img src="img/discord.png" alt="CodeMaster Logo">
                <p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
                <button onclick="visitWebsite()">Join Now</button>
            </div>
        </div>
        <div class="login-container">
            <div class="bannerBg">
        <div class="beta-badge">
            <img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
            <br></br>
            <img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
        </div>
    </div>
            <h1 id="welcome"></h1>
            <form autocomplete="on" id="login-form" style="display: block;">
                <input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
                <div class="password-container ">
                    <input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
                    <span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
                </div>
                <p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
                <button class="login" type="submit"></button>
                <br></br>
            </form>
            <button class="resetBtn" id="reset-password-button">Reset Password</button>
            <form id="reset-form" style="display: none;">
                <input type="text" id="reset-username" placeholder="Enter your username *" required>
                <input type="password" id="new-password" placeholder="Enter new password *" required>
                <button type="submit">Reset</button>
            </form>
            <div id="info" class="info">
                <p>Welcome to Code Master Beta.</p>
                <p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
            </div>
            <footer>
                © <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
            </footer>
            <div id="version-container">
                <span class="font-v">V</span>
                <span id="version" class="font-version"></span>
            </div>
        </div>
        <script src="script.js" type="module"></script>
        <script>
            var input = document.getElementById("password");
            var text = document.getElementById("text");
    
            function updateCapsLockWarning(event) {
                const key = event.key.toLowerCase();
                let isCapsLock = false;
                let isShiftHeld = event.shiftKey; // Check if Shift key is held down
    
                if (key >= 'a' && key <= 'z') {
                    isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
                                 (key !== event.key.toLowerCase() && !event.shiftKey);
                    
                    if (isCapsLock) {
                        text.textContent = 'WARNING! Caps Lock is ON';
                    } else if (isShiftHeld) {
                        text.textContent = 'WARNING! Shift key is held down';
                    } else {
                        text.tex
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a05:d014:58f:6200::259:443 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; fwd=miss
    Content-Length: 5875
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 10 Jan 2026 20:43:25 GMT
    Etag: "13e73988f486e17247b9820084b80a3c-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEMTCHJ4NHGA4DZD435TWDZ5
    Connection: close
    
    Page title: Beta Login | Code Master
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
        <link rel="canonical" href="https://www.beta.codemaster.ltd/">
        <link rel="icon" href="img/logo2.png"><!-- 32×32 -->
        <link rel="icon" href="img/logo2.png" type="image/png">
        <link rel="apple-touch-icon" href="img/logo2.png"><!-- 180×180 -->
        <link rel="apple-touch-icon-precomposed" href="img/logo2.png">
        <link rel="shortcut icon" href="img/logo2.png" type="image/png">
        <title>Beta Login | Code Master</title>
        <link rel="stylesheet" href="styles.css">
    </head>
    <body>
        <div id="popupAd" class="popup">
            <div class="popup-content">
                <span class="close-btn" onclick="closePopup()">&times;</span>
                <h2>Join us on Discord</h2>
                <img src="img/discord.png" alt="CodeMaster Logo">
                <p>Your ultimate destination for mastering coding. Visit us to explore what we have for you!</p>
                <button onclick="visitWebsite()">Join Now</button>
            </div>
        </div>
        <div class="login-container">
            <div class="bannerBg">
        <div class="beta-badge">
            <img style="width: 150px;" id="profile-picture" src="img/logoNeon.png" alt="Default Profile Picture">
            <br></br>
            <img style="width: 300px;" class="betaLogo" src="img/betaLogo.png" alt="Your Logo">
        </div>
    </div>
            <h1 id="welcome"></h1>
            <form autocomplete="on" id="login-form" style="display: block;">
                <input type="text" id="username" placeholder="Username" tabindex="-1" spellcheck="false" required>
                <div class="password-container ">
                    <input type="password" id="password" placeholder="Password" tabindex="1" spellcheck="false" required>
                    <span class="toggle-password" id="toggle-password" title="Show Password">🔓</span> <!-- Eye icon -->
                </div>
                <p style="color: red; font-weight: 600;" id="text">WARNING! Caps lock is ON.</p>
                <button class="login" type="submit"></button>
                <br></br>
            </form>
            <button class="resetBtn" id="reset-password-button">Reset Password</button>
            <form id="reset-form" style="display: none;">
                <input type="text" id="reset-username" placeholder="Enter your username *" required>
                <input type="password" id="new-password" placeholder="Enter new password *" required>
                <button type="submit">Reset</button>
            </form>
            <div id="info" class="info">
                <p>Welcome to Code Master Beta.</p>
                <p>If you encounter any issues, please <a href="https://www.codemaster.ltd/pages/contact">contact us</a>.</p>
            </div>
            <footer>
                © <span id="footer"></span> <a href="https://www.codemaster.ltd">Code Master</a> All rights reserved.
            </footer>
            <div id="version-container">
                <span class="font-v">V</span>
                <span id="version" class="font-version"></span>
            </div>
        </div>
        <script src="script.js" type="module"></script>
        <script>
            var input = document.getElementById("password");
            var text = document.getElementById("text");
    
            function updateCapsLockWarning(event) {
                const key = event.key.toLowerCase();
                let isCapsLock = false;
                let isShiftHeld = event.shiftKey; // Check if Shift key is held down
    
                if (key >= 'a' && key <= 'z') {
                    isCapsLock = (event.getModifierState && event.getModifierState('CapsLock')) ||
                                 (key !== event.key.toLowerCase() && !event.shiftKey);
                    
                    if (isCapsLock) {
                        text.textContent = 'WARNING! Caps Lock is ON';
                    } else if (isShiftHeld) {
                        text.textContent = 'WARNING! Shift key is held down';
                    } else {
                        text.tex
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 63.176.8.218:80 · beta.codemaster.ltd

    2026-01-10 20:43

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/plain; charset=utf-8
    Date: Sat, 10 Jan 2026 20:43:32 GMT
    Location: https://beta.codemaster.ltd/
    Server: Netlify
    X-Nf-Request-Id: 01KEMTCS4KZRA6ZES606F4CQDB
    Content-Length: 43
    Connection: close
    
    
    Redirecting to https://beta.codemaster.ltd/
    Found 2026-01-10 by HttpPlugin
    Create report
beta.codemaster.ltd
CN:
beta.codemaster.ltd
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-10 19:43
Not after:
2026-04-10 19:43