Domain auth.playground.gmk-dev.com
United States
AMAZON-02
Software information

CloudFront

tcp/80

Server

tcp/443

  • Open service 3.167.227.38:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 44c11b9e7f9c69a8ff1ceeb4b7d9e50c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 5OteZ4fmgzb04Ib9ipoIK3ECN9ulW89kUMJjfZUCBhAY7llsGRLuIg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.84:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 c75869bb76b3ac8c8772bad5ef6bd5f0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: ce7dmW-e1x_bBM6RoqVCp0AUy2cWc0x9yJFRf4wigUUdhPqVi6NW9g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:6200:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e961568a7f39e8e23cb01bf72601c308.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: gmohAlo3G5gXbRzSW_ZMGnZ2JGOlNlZUgiqvGSeKYGgdFmSkD73aaA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.124:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=bc272c63-b7dc-4a4b-90fe-9fcbe7b6e945; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 3ddc8d65-c166-454e-9f5f-9ed118737ea8
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 112ea1671f1dfc4e484af72377a98408.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 2iV2qrPRkaSAMo37o0oUwUR1i6YjvNjkgqu5LuyIARWel5FLVI0hmA==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7c00:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 af41df92dcd78cb02e9fa3fcebe92200.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: fdnslPXioWVN959xAZXA5q2UjR4xoVdA5vCySwu1ilvZnN2LVLMHAg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.83:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 11e96575dfbca7fdaeadce447e13bf86.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: S1BjvFEyoAJXhtjkFHxVK_Xu4sbs3ldDxfBiher56-lwc0eSePuOsQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.124:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 321608f40a0cbef23b6add681d95b456.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: gW6lFFw7YJ0Cp1z_Jeo7M9NmsGfrV-ptKk5tYDobwSquO8wZxNUZpg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7c00:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=585b9f64-98e4-40a6-86d6-ef8087f8d912; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 3ea153fa-1fc6-462c-8adf-1146c71b214a
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 321608f40a0cbef23b6add681d95b456.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: TPpvPEzwco7QlJL_fl1gb65sHJCdcsMzV4x6CZEKl0lRcjg-5F1VnA==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.84:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:37 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=25fde966-a81f-419d-88d2-b23c21843005; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 5f5697ee-79c3-4c4b-8fb3-aa79fe4f43b3
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 2d64c26f3fb170f9c78362c276ef5bd6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: M--zZ78dEhPMghiqS8bpEI-QmbITe8fYUa4NKy3ar-4O8zP6cTbZjQ==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:6200:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=e245766a-d681-4d18-99bb-7d464d1b2e66; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 76e599b2-2a9e-4260-9541-4c5bc7c7121e
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 e88b34c25810d94f9f1408ac47aef47c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: PoF-yemgYzoV00DIhrYi7b1L1e-6hZ3uMTEKGjD8Ic1oNpUcRbS1Zg==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.83:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=15610df6-3473-4c3e-92a9-6d9540865201; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 0a270b45-d3f8-46b9-891d-f329fbc318f0
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 2d64c26f3fb170f9c78362c276ef5bd6.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: ERbIDrMxJItsy0pb6PmE6VjbA3QKbGnN-J4dvPGPqrKJ6Ji0Xx4Y9w==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 3.167.227.38:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=03977362-a972-48a0-a6b0-5c315ee24ea4; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 1c1f2e04-2abc-4c04-868b-fd5ccf76ca17
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 2OsVfjOH8Xf_8JU-gjYAybqnmYwj5v3ujZkDsHiBgMWJ_NI0DWnV6Q==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7a00:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=260e0ff2-7f25-4154-94b2-5994b4ea5819; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: f7038e90-319a-46f1-a192-65eb777a71f5
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 44c11b9e7f9c69a8ff1ceeb4b7d9e50c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: dUfWujD-pwuClyfNjXBk55UQIHEJs9FTKcg4xRoSFsYIpGRqS60UQg==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7a00:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4fc7981d078c179bdb1eedaf9249be32.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: -Xz6up1OQ85OLMwlauIySUOqgame0B-VvJYSe4W7hnI1u6RoDPGchg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:c800:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d1820212fa904d403283f38cbfef1d28.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: OO62VuV11h3ai93HPWnMtwUFF_jLIA5KoY9vzVeupfc_7y0j1QxbFg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:c800:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=59ecaba7-3749-48cd-bf79-8851f6add839; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 25b8c9e9-8492-413e-8b55-a49831f3428d
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 1b406976e43f339920dd4ca9beffceb8.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: AABW70voZj5g8EmlMxuq9ZSgwvfTbu611Vq0ZgjLw_XnTvrg_PwBkA==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:2600:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=6abb7b8b-6685-4994-89c8-b36c463984d0; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 56e7f54c-ff20-43c6-aeeb-27fe9b08a6d9
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 1196be8ecd626a7254fd58be18bc943c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: z5frsA5qnoTJ2EQpZUst0zDUG55u0XBZcW4MQzad1bki38XO-v1ZWQ==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7600:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=f9f19da0-9659-4aad-869d-7706bf1e1e8d; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 12867bb4-b989-4240-9746-d295013dd646
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 7bf06cbdb83121bca87d471a9c498556.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: PijZ73nZmslb7ST9VfBEPZyzdxy2jXJmrycmMep8Ea1fSreSsR2z6w==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:7600:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4cbb03cab2ae98371d6d5b712148e8c2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: JKk3UdG81xwTyMEQ9uzuWM8YoNoe0ZX_gWf_LVEegnBSjqgj9ppz2g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:a00:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=773693f7-3033-4f27-a942-92110f8337b8; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 1dd0623c-3f5e-4153-9a69-e81dc6de127e
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 5a6f7d7b74f656b01d874e2b08ad1226.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 7mVvZIDwaDDfhTT2mr4PtFLr8ZfIsqvb_nKcA2jMieFrR21B_Z2P7g==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:e800:1d:4e25:4640:93a1:443 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 200 OK
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Server: Server
    Content-Language: en-US
    Set-Cookie: XSRF-TOKEN=5285338a-af9d-473c-99f0-7d171446684e; Path=/; Secure; HttpOnly; SameSite=Lax
    x-amz-cognito-request-id: 6ff99425-2240-428d-bd61-66bccb45d50e
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=31536000 ; includeSubDomains
    X-Frame-Options: DENY
    X-Cache: Miss from cloudfront
    Via: 1.1 476b5932e94d78f0c3734e15c13a5018.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: OdM9pBsR6f33IissJlRHIYze9iUKCMtZhIl4CIFUx2Axtl3-wZLN6w==
    
    Page title: Signin
    
    <!DOCTYPE html>
    <html lang="en">
    <head><head>
        <link href="null/null/css/bootstrap.min.css" rel="stylesheet"
            media="screen" />
        <link href="null/null/css/cognito-login.css" rel="stylesheet"
            media="screen" />
        
        <title>Signin</title>
    
        <script src="null/null/js/amazon-cognito-advanced-security-data.min.js" ></script>
        <script>
        function getAdvancedSecurityData(formReference) {
            if (typeof AmazonCognitoAdvancedSecurityData === "undefined") {
                return true;
            }
    
            // UserpoolId is not available on frontend for springboard. We do not use userPoolId
            // anyway other than put in context data. 
            var userPoolId = "";
            var clientId = getUrlParameter("client_id");
    
            var username = "";
            var usernameInput = document.getElementsByName("username")[0];
            if (usernameInput && usernameInput.value) {
                username = usernameInput.value;
            }
    
            var asfData = AmazonCognitoAdvancedSecurityData.getData(username, userPoolId, clientId);
            if (typeof asfData === "undefined") {
                return true;
            }
    
            if (formReference && formReference.cognitoAsfData) {
                formReference.cognitoAsfData.value = asfData
            }
    
            return true;
        }
    
        function getUrlParameter(name) {
            name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]');
            var regex = new RegExp('[\\?&]' + name + '=([^&#]*)');
            var results = regex.exec(location.search);
            return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
        }
    
        function onSubmit(evt, formRef) {
            formRef.querySelector('button[type="submit"]').disabled = true;
            if (!!formRef.submitted) {
                evt.preventDefault();
                return false;
            } else {
                formRef.submitted = true;
                return getAdvancedSecurityData(formRef);
            }
        }
    
        function onSubmitLoginForm (formRef) {
            formRef.querySelector('input[name="signInSubmitButton"]').disabled = true;
            getAdvancedSecurityData(formRef)
        }
    </script>
    
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head></head>
    <body spellcheck="false">
        <div class="container">
            <div class="modal-dialog">
                <div class="modal-content background-customizable modal-content-mobile visible-xs visible-sm">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div><div>
        
    </div></div>
                            <div><div>
        
    </div></div>
                            
                        </div>
                    </div>
                </div>
    
                
    
                <div class="modal-content background-customizable modal-content-mobile visible-md visible-lg">
                    <div><div>
                        <div class="banner-customizable">
                            <center>
                                
                            </center>
                        </div>
                    </div></div>
                    <div class="modal-body">
                        <div><div>
        
    </div></div>
                        <div>
                            <div>
                                <div><div>
        
    </div></div>
                                <div><div>
        
    </div></div>
                            </div>
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <script>
        document.addEventListener("DOMContentLoaded", function () {
            var inputs = document.querySelectorAll("input");
    
            inputs.forEach((input) => {
                input.addEventListener("input", function () {
                    var name = this.name;
                    var value = this.value;
                    var matchingInputs = document.querySelectorAll(`inpu
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:2600:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 7bf06cbdb83121bca87d471a9c498556.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: HZB8zZlfgOVs3iGlDlgPAMCH0a7PVdR7c_6ZvXCyjJnHgW22AbYByg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:a00:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 476b5932e94d78f0c3734e15c13a5018.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: 4XOQuqCQrEcfjsIVqtyLwJGE8Y32-m5vN0s3mSzwriZf4ZGNBD6Rww==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 2600:9000:27e6:e800:1d:4e25:4640:93a1:80 · auth.playground.gmk-dev.com

    2025-12-19 03:18

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Fri, 19 Dec 2025 03:18:36 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://auth.playground.gmk-dev.com/
    X-Cache: Redirect from cloudfront
    Via: 1.1 4f9278fb12fe51f34089ffab835bdc00.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P11
    X-Amz-Cf-Id: lKdfP0wM6h2q3gS3_zAigL3Xqdrz6jJQ42epbvvXTQl9LvqM9FVgxA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2025-12-19 by HttpPlugin
    Create report
auth.playground.gmk-dev.com
CN:
auth.playground.gmk-dev.com
Key:
RSA-2048
Issuer:
Not before:
2025-01-17 00:00
Not after:
2026-02-16 23:59