meraki.sytes.net Open in urlscan Pro
112.120.114.190  Public Scan

Submitted URL: http://meraki.sytes.net/
Effective URL: https://meraki.sytes.net/
Submission: On July 30 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: form_contentsPOST /cgi-bin/userLogin.cgi

<form name="form_contents" method="post" autocomplete="off" action="/cgi-bin/userLogin.cgi">
  <input type="hidden" name="login" value="true">
  <input type="hidden" name="portalname" value="CommonPortal">
  <input type="hidden" name="password_expired" id="password_expired" value="0">
  <input type="hidden" name="auth_key" value="1964300002">
  <input type="hidden" name="auth_server_pw" value="">
  <input type="hidden" name="md5_old_pass" value="">
  <input type="hidden" id="langName" name="langName" value="ENGLISH,Deutsch,Espanol">
  <input type="hidden" name="changelanguage" value="">
  <input type="hidden" name="submitStatus" value="0">
  <input type="hidden" name="pdStrength" value="0">
  <table id="nk_login" width="223" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
    <tbody>
      <tr>
        <td width="70" height="17"></td>
        <td class="ErrorArrow">
          <script>
            var error_string = (window.location.href.split('err='))[1];
            if (error_string && error_string.match('Login_Fail')) document.write('&#9660;');
          </script>
        </td>
      </tr>
      <tr>
        <td class="UserNameFeild">
          <script>
            document.write(Language.LOGIN_Username);
          </script>Username:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <td class="UserNameFeild"><input type="text" name="username" maxlength="64" style="font-family:Arial;font-size:12px;width:150px;"></td>
      </tr>
      <tr>
        <td class="LoginFeild">
          <script>
            document.write(Language.LOGIN_Password);
          </script>Password:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <td class="LoginFeild"><input type="password" name="password" maxlength="64" style="font-family:Arial;font-size:12px;width:150px;" onkeypress="SubmitPassword(event);"></td>
      </tr>
      <tr>
        <td class="LoginFeild">
          <script>
            document.write(Language.LOGIN_Language);
          </script>Language:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <script>
          document.write('<td class="LoginFeild">');
          var i;
          var nameList = document.getElementById("langName").value.split(",");
          document.write('<select id="LanguageList" name="LanguageList" onChange="LanguageChange()" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;height:18px">');
          var languageValue;
          var languageName;
          for (i = 0; i < nameList.length; i++) {
            languageValue = nameList[i];
            switch (languageValue) {
              case "Deutsch":
                languageName = "Deutsch";
                break;
              case "ENGLISH":
                languageName = "English";
                break;
              case "Espanol":
                languageName = "Español";
                break;
              case "Francais":
                languageName = "Français";
                break;
              case "Italiano":
                languageName = "Italiano";
                break;
              default:
                languageName = "undefined";
                break;
            }
            document.write('<option value="');
            document.write(languageValue);
            document.write('">');
            document.write(languageName);
            document.write('</option>');
          }
          document.write('</select></td>');
        </script>
        <td class="LoginFeild"><select id="LanguageList" name="LanguageList" onchange="LanguageChange()" style="font-family:Arial,Helvetica,sans-serif;font-size:12px;height:18px">
            <option value="ENGLISH">English</option>
            <option value="Deutsch">Deutsch</option>
            <option value="Espanol">Español</option>
          </select></td>
      </tr>
      <tr>
        <td class="LoginFeild"></td>
        <td>
          <table width="100%">
            <tbody>
              <tr>
                <td class="LoginFeild" width="50">
                  <script>
                    PrintSTButton("Login", "  " + Language.DEFAULT_Log_in + "  ", "SendPassword();", "submit");
                  </script><input type="button" class="STbutton" width="28" name="Login" id="Login" value="  Log In  " onmouseover="ChangeButtonStyle(this,'mouseover')" onmouseout="ChangeButtonStyle(this,'mouseout')"
                    onmousedown="ChangeButtonStyle(this,'mousedown')" onmouseup="ChangeButtonStyle(this,'mouseup');this.blur();" onclick="SendPassword();">
                </td>
                <td width="5"></td>
                <td><img id="process" border="0" src="/images/login_progress.gif" width="16" height="16" style="visibility:hidden"></td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
    </tbody>
  </table>
  <table id="change_password" width="303" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;display:none">
    <tbody>
      <tr>
        <td></td>
        <td class="ErrorArrow">
          <script>
            var error_string = (window.location.href.split('err='))[1];
            if (error_string && error_string.match('expired') || error_string && error_string.match('Password_Same')) document.write('&#9660;');
          </script>
        </td>
      </tr>
      <tr>
        <td width="180" class="LoginFeild">
          <script>
            document.write(Language.LOGIN_Current_Password);
          </script>Current Password:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <td class="LoginFeild"><input type="password" name="current_password" maxlength="64" style="font-family:Arial;font-size:12px;width:150px;" onkeypress="SubmitPassword(event);"></td>
      </tr>
      <tr>
        <td class="LoginFeild">
          <script>
            document.write(Language.LOGIN_New_Password);
          </script>New Password:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <td class="LoginFeild"><input type="password" name="new_password" maxlength="64" style="font-family:Arial;font-size:12px;width:150px;" onkeypress="SubmitPassword(event);"></td>
      </tr>
      <tr>
        <td class="LoginFeild">
          <script>
            document.write(Language.LOGIN_ReEnter_New_Password);
          </script>Re-enter New Password:<img border="0" src="/images/_blank.gif" width="5" height="1">
        </td>
        <td class="LoginFeild"><input type="password" name="re_new_password" maxlength="64" style="font-family:Arial;font-size:12px;width:150px;" onkeypress="SubmitPassword(event);"></td>
      </tr>
      <tr>
        <td class="LoginFeild"></td>
        <td class="LoginFeild">
          <script>
            PrintSTButton("Save", Language.GLOBAL_BUTTON_Save, "SendPassword();", "", "submit");
            document.write('<img border="0" src="/images/_blank.gif" width="5" height="1">');
            PrintSTButton("Cancel", Language.GLOBAL_BUTTON_Cancel, "show_login();");
          </script><input type="button" class="STbutton" width="22" name="Save" id="Save" value="Save" onmouseover="ChangeButtonStyle(this,'mouseover')" onmouseout="ChangeButtonStyle(this,'mouseout')" onmousedown="ChangeButtonStyle(this,'mousedown')"
            onmouseup="ChangeButtonStyle(this,'mouseup');this.blur();" onclick="SendPassword();"><img border="0" src="/images/_blank.gif" width="5" height="1"><input type="button" class="STbutton" width="24" name="Cancel" id="Cancel" value="Cancel"
            onmouseover="ChangeButtonStyle(this,'mouseover')" onmouseout="ChangeButtonStyle(this,'mouseout')" onmousedown="ChangeButtonStyle(this,'mousedown')" onmouseup="ChangeButtonStyle(this,'mouseup');this.blur();" onclick="show_login();">
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

You have logged out of the Cisco Router.

Invalid Username or Password.
Please try again.The old password has expired.
Please change the password.New Password cannot be the same as Old Password.
Please enter a new password.Password strength is not sufficient. Please enter a
new password.The confirm password does not match with the new password.
Please correct it!


Router

Username: Password: Language: EnglishDeutschEspañol



Current Password: New Password: Re-enter New Password:

© 2015 Cisco Systems, Inc. All Rights Reserved.
Cisco, Cisco Systems, and the Cisco Systems logo are registered trademarks or
trademarks of Cisco Systems, Inc. and/or it's affiliates in the United States
and certain other countries.