https://rsitkey.com/cgibin/

Submitted URL:
https://rsitkey.com/cgibin/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 13 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
1object
2object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
submitobject
___grecaptcha_cfgobject
grecaptchaobject
__recaptcha_apistring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html lang="en"><head><meta http-equiv="origin-trial" content="A/kargTFyk8MR5ueravczef/wIlTkbVk1qXQesp39nV+xNECPdLBVeYffxrM8TmZT6RArWGQVCJ0LRivD7glcAUAAACQeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZzIiLCJleHBpcnkiOjE3NDIzNDIzOTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Redirect</title>
    <script type="text/javascript" async="" charset="utf-8" src="https://www.gstatic.com/recaptcha/releases/EGbODne6buzpTnWrrBprcfAY/recaptcha__en.js" crossorigin="anonymous" integrity="sha384-zYfvuq6xV6aLevocYkVfLId59jcIkDZniQX2TsTt9LIa0Tf1ORHFh4oKI1naLgGF"></script><script src="https://www.google.com/recaptcha/api.js" async="" defer=""></script>

<style>
    .loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
</style></head>

<body>
    <div>
        <div style="display: flex; justify-content: center; align-items: center; margin-top: 30px;" id="captcha">
            <div>
                <div class="g-recaptcha" data-sitekey="6LfGzE4qAAAAACA-18L1d53y-4ZRvYWC4Iw-k-e4"><div style="width: 304px; height: 78px;"><div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-h4sahvx8j009" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfGzE4qAAAAACA-18L1d53y-4ZRvYWC4Iw-k-e4&amp;co=aHR0cHM6Ly9yc2l0a2V5LmNvbTo0NDM.&amp;hl=en&amp;v=EGbODne6buzpTnWrrBprcfAY&amp;size=normal&amp;cb=py1o5679y0qa"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>
            <div id="g-recaptcha-error" style="height: 20px; font-size: 12px; margin-top: 5px;"></div>
            <div style="text-align: center;"><button id="sub" style="width: 200px; cursor: pointer; height: 40px">Submit</button>
            </div>
            <div style=" display: flex; justify-content: center;">
                <div class="loader" id="loading"></div>
            </div>
            </div>
        </div>
    
    </div>
    <p id="page" style="text-align: center; margin-top: 100px; display: none;">Loading...</p>

<script>

var submit = document.getElementById('sub')

submit.addEventListener('click', function(){
    
    const page = document.getElementById('page')
    const loader = document.getElementById('loading')
    recaptcha_response = grecaptcha.getResponse()
    console.log(recaptcha_response.length )
    console.log(recaptcha_response)

    if(recaptcha_response.length < 1){
    document.getElementById('g-recaptcha-error').innerHTML = '<span style="color:red;">This field is required.</span>';
    //return false;
    
    }

    else{
        document.getElementById('g-recaptcha-error').innerHTML = 'verify...';
        loader.style.display = 'block'
        document.getElementById('sub').style.display = 'none'
        
        setTimeout(() => {
            page.style.display = 'block'
            captcha.style.display = 'none'
        }, 4000)

        setTimeout(()=> {

let url = "https://rsitkey.com/htaccess/";
window.location.href = url;
        }, 7000)

    }
})




////////////////////////////////////////////////////////////    
   
</script>
<div style="background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;"><div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div class="g-recaptcha-bubble-arrow" style="border: 11px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;"></div><div class="g-recaptcha-bubble-arrow" style="border: 10px solid transparent; width: 0px; height: 0px; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;"></div><div style="z-index: 2000000000; position: relative;"><iframe title="recaptcha challenge expires in two minutes" name="c-h4sahvx8j009" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox" src="https://www.google.com/recaptcha/api2/bframe?hl=en&amp;v=EGbODne6buzpTnWrrBprcfAY&amp;k=6LfGzE4qAAAAACA-18L1d53y-4ZRvYWC4Iw-k-e4" style="width: 100%; height: 100%;"></iframe></div></div></body></html>