kds.claro.com.gt Open in urlscan Pro
200.119.166.9  Public Scan

URL: http://kds.claro.com.gt/
Submission: On February 23 via manual from GT — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./

<form method="post" action="./" id="form1">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="3+q6jrAXNw/2imYWIHNeMvy6ccyA1YHlVwg+kcCOBYyQgkMu9g50To1rCymicoWfOwT9OyQAAh+cjWeEMt9ZB1ulqqBgu4tLMpt+ie34rakX1QlLs+VSxeg9iMPQONziDLYm4Jlm/IuUzVGJmnEwg+p6Ve9UHuVC5KPIpHHcnZiuow4DRuWJXyPESMAMCwa3qVhRyPkLivhUJ4g1IAejZHk6qjnNEhasyJ3ZfiOBG4NVLR5cHoW97ripRajxdx0azO62pp58xypXwuFN5KW7HBLraJ3PNNTdoWWr7SOxnz4=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['form1'];
    if (!theForm) {
      theForm = document.form1;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZMuRXplwhOfQRHS2C17IrN146BtN9QMtC8P2dDzSAYaY4VyNPyuWL8--OlRajVj6dQ2&amp;t=637814473746327080" type="text/javascript"></script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
    <input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
  </div>
  <input type="hidden" name="ctl00$HidMsg" id="HidMsg">
  <style>
    .wrapper {
      margin-top: 80px;
      margin-bottom: 80px;
    }

    .form-signin {
      max-width: 380px;
      padding: 15px 35px 45px;
      margin: 0 auto;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .control-card:hover {
      cursor: pointer;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 30px;
      overflow: hidden;
    }
  </style>
  <div class="wrapper">
    <div id="MainContent_panLogin" class="form-signin">
      <div class="form-group">
        <label for="exampleInputEmail1">Usuario:</label>
        <input name="ctl00$MainContent$txtUsuario" type="text" id="MainContent_txtUsuario" class="form-control" onkeypress="doClick('MainContent_cmdLogin',event)">
      </div>
      <div class="form-group">
        <label for="MainContent_txtClave" id="MainContent_lblClave">Clave</label>
        <input name="ctl00$MainContent$txtClave" type="password" id="MainContent_txtClave" class="form-control" onkeypress="doClick('MainContent_cmdLogin',event)">
      </div>
      <input type="submit" name="ctl00$MainContent$cmdLogin" value="Inicia Sesión" id="MainContent_cmdLogin" class="btn btn-info btn-lg btn-block" style="margin-top:5px;">
      <div class="modal fade" id="ModalCambioClave" autopostback="false" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered">
          <div class="modal-content">
            <div id="MainContent_panelDatos" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'MainContent_cmdProcesa')">
              <div class="modal-header">
                <h5 class="modal-title" id="tituloModal">Para poder continuar debe actualizar su contraseña</h5>
              </div>
              <div class="modal-body">
                <div class="container bg-white shadow" style="border-radius: 10px; padding: 20px;">
                  <div class="row">
                    <div class="col-lg">
                      <div class="form-group">
                        <label for="MainContent_txtClave2" id="MainContent_lblClave2">Clave Nueva</label>
                        <input name="ctl00$MainContent$txtClave2" type="text" id="MainContent_txtClave2" class="form-control">
                        <label for="MainContent_txtconfirmaclave" id="MainContent_lblconfirmaclave">Confirmar Clave</label>
                        <input name="ctl00$MainContent$txtconfirmaclave" type="text" id="MainContent_txtconfirmaclave" class="form-control">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="modal-footer">
                <input type="submit" name="ctl00$MainContent$cmdProcesa" value="Actualizar Contraseña" id="MainContent_cmdProcesa" class="btn btn-success btn-lg btn-block">
              </div>
            </div>
          </div>
        </div>
      </div>
      <script>
        function button_click(objTextBox, objBtnID) {
          if (window.event.keyCode == 13) {
            document.getElementById(objBtnID).focus();
            document.getElementById(objBtnID).click();
          }
        }
      </script>
      <script type="text/javascript">
        /* function doClick(buttonName, e) {
            //the purpose of this function is to allow the enter key to 
            //point to the correct button to click.
            var key;

            if (window.event)
                key = window.event.keyCode;     //IE
            else
                key = e.which;     //firefox

            if (key == 13) {
                //Get the button the user wants to have clicked
                var btn = document.getElementById(buttonName);
                if (btn != null) { //If we find the button click it
                    btn.click();
                    event.keyCode = 0
                }
            }
        }*/
      </script>
    </div>
  </div>
  <script type="text/javascript">
    //<![CDATA[
    theForm.oldSubmit = theForm.submit;
    theForm.submit = WebForm_SaveScrollPositionSubmit;
    theForm.oldOnSubmit = theForm.onsubmit;
    theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
    //]]>
  </script>
</form>

Text Content

Usuario:
Clave

PARA PODER CONTINUAR DEBE ACTUALIZAR SU CONTRASEÑA

Clave Nueva Confirmar Clave

Copyright (c) 2023 interamercon.com. Derechos Reservados. Powered by ITEC 7.0.