helpdesk.alstanet.cz Open in urlscan Pro
185.112.165.232  Public Scan

Submitted URL: https://helpdesk.alstanet.cz/
Effective URL: https://helpdesk.alstanet.cz/portal/login.aspx?Referrer=%2fportal%2f
Submission: On December 12 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST ./login.aspx?Referrer=%2fportal%2f

<form method="post" action="./login.aspx?Referrer=%2fportal%2f" id="frmLogin">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE_MAC" id="__VIEWSTATE_MAC" value="oZhMA1+pfV5w+hf8n7Q2ZxPE3vZsvIIfRPtsSMuC/NTbvwG8ifDl+qJtJO/VCXd0ejTL3Z5sqaiovD2lGH9Msw==">
    <input type="hidden" name="__VIEWSTATE_Compressed" id="__VIEWSTATE_Compressed"
      value="wNQqaPf1oRtUgDWLlm5jwV93HnQyKTaE5JiE7Zzs+y/rmQUHzvDQqi6GerrlTgXV38CEes1URtzIzrFICcvPVJizbKZOZ5knJLzW6/Ce8nhJfNKxg7OnQtA9AGu1TqwTfIIiFkdpgi+U3+PzqMd+b67hk+5Ilvp1Lg+eIm64BMs9BSNKGZqtNmSx7cWN440TmOl8CXdGOA+RX2UfWMJYFzzPGvLJR//EL7v14ClpRoSEVspy5xPVl85ocmYxjcqJ2w1muztAz+q8h75xNu/nIak+sZvsqPcDgp5mQEpPYdEecG+1Il0ezWLk/ZI2/u/XxLhXU6nLTnopCfMQKgDaGYqr0UzfRF3zNSWon1200DoeKAo/PyW425UW91zt3FK0rnq65cOQRE/Mh4c3vy0BCltMrE3NqwkcdoQY0lhVZFkqJryzEZ90iaJkaMLEmH7NA5w4/at3SsqO9rWUsz4ERfItwTeOS2ezeWxaemfjxjt+89AsAmx0tk6nZLDLpKn0tSw4h37pEQIuvcj6qPuqk1uwx02xsREJ9t/Hdp1DD7+l8QPD/82HLsM14m+B3Vcxm+rH2MN4qF1A3KEQisMuGFRApUnJxvF9JidlWD9xf+EosTasdh1XygCuxhV9tizf">
    <input type="hidden" name="__VIEWSTATE_IV" id="__VIEWSTATE_IV" value="CQJVYBnzsnQkNWtoORbI6Q==">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['frmLogin'];
    if (!theForm) {
      theForm = document.frmLogin;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <table id="PhLogin" align="center" height="100%">
    <tbody>
      <tr>
        <td height="100%">
          <div class="clsAmcLoginDiv">
            <div align="right" style="font-size:8pt">
              <a href="/portal/login.aspx?Referrer=%2fportal%2f&amp;Lang=cs" title="čeština">CS</a>
            </div>
            <fieldset style="padding-right: 2px;">
              <legend style="font-size:9pt">Přihlášení do systému</legend>
              <table class="clsAmcLoginTbl" align="center" width="250" border="0" cellpadding="4" cellspacing="0">
                <tbody>
                  <tr>
                    <td class="clsAmcLoginLbl" nowrap="">Uživatelské jméno:</td>
                    <td width="100%"><input name="TbxUserName" type="text" id="TbxUserName" class="clsAmcLoginTbx" maxlength="50"></td>
                  </tr>
                  <tr>
                    <td class="clsAmcLoginLbl" nowrap="">Heslo:</td>
                    <td width="100%"><input name="TbxPassword" type="password" id="TbxPassword" class="clsAmcLoginTbx" maxlength="50" autocomplete="off"></td>
                  </tr>
                  <tr id="TrSSL">
                    <td align="center" colspan="2" style="font-size: 7.5pt"><input name="CbxSSL" type="checkbox" id="CbxSSL" class="clsFormChbx" style="WIDTH: 14px; HEIGHT: 14px" checked="checked" onclick="changeSSL(this.checked);">&nbsp;&nbsp;Použít
                      SSL šifrování pro vyšší bezpečnost</td>
                  </tr>
                </tbody>
              </table>
            </fieldset>
            <div align="center"><input name="BtnLogin" type="submit" id="BtnLogin" class="clsAmcLoginBtn" value="Přihlásit"></div>
            <div align="center" style="font-size: 7.5pt"></div>
          </div>
        </td>
      </tr>
    </tbody>
  </table>
  <script>
    function ensureDisableMultiplePostCheck() {
      if (document.getElementById('DisableMultiplePostCheck') == null) {
        var input = document.createElement('input');
        input.setAttribute('type', 'hidden');
        input.setAttribute('id', 'DisableMultiplePostCheck');
        input.setAttribute('name', 'DisableMultiplePostCheck');
        input.setAttribute('value', '');
        theForm.appendChild(input);
      }
    }

    function getDisableMultiplePostCheck() {
      ensureDisableMultiplePostCheck();
      return document.getElementById('DisableMultiplePostCheck').value;
    }

    function setDisableMultiplePostCheck(val) {
      ensureDisableMultiplePostCheck();
      document.getElementById('DisableMultiplePostCheck').value = val;
    }
    var theFormWasSubmitted = false;
    if (typeof(theForm) != 'undefined') {
      var oldOnSubmit = theForm.onsubmit;
      theForm.onsubmit = function() {
        if (!getDisableMultiplePostCheck() && theFormWasSubmitted) return false;
        if (oldOnSubmit && !oldOnSubmit()) return false;
        if (!getDisableMultiplePostCheck()) theFormWasSubmitted = true;
        return true;
      }
    }
  </script>
</form>

Text Content

CS
Přihlášení do systému

Uživatelské jméno: Heslo:   Použít SSL šifrování pro vyšší bezpečnost