monitoring.kedrweld.net Open in urlscan Pro
194.154.81.46  Public Scan

Submitted URL: https://monitoring.kedrweld.net/
Effective URL: https://monitoring.kedrweld.net/Account/Login?ReturnUrl=%2F
Submission Tags: phishingrod
Submission: On January 24 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

POST /Account/Login

<form id="loginform" data-ajax="true" data-ajax-method="POST" data-ajax-update="error_container" action="/Account/Login" method="post">
  <input type="hidden" maxlength="50" required="" id="url" name="returnUrl" value="/">
  <div class="row">
    <div class="col-10 offset-1">
      <div id="form1">
        <div class="form-floating mb-3" id="error_container">
          <div id="form1_error_tmp"></div>
        </div>
        <div class="form-floating mt-4 mb-3">
          <input autofocus="" type="text" onkeyup="checkParams()" class="form-control border border-warning text-center text-warning" style="background-color: #050505" maxlength="40" required="" id="input1" name="login" placeholder="Username"
            autocomplete="on">
          <label><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
              class="feather feather-user feather-sm text-warning fill-white me-2">
              <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
              <circle cx="12" cy="7" r="4"></circle>
            </svg><span class="border-start border-warning ps-3">Пользователь (RFID)</span></label>
        </div>
        <div class="form-floating mb-4 mb-3">
          <input type="password" onkeyup="checkParams()" class="form-control border border-warning text-center text-warning" style="background-color: #050505" maxlength="40" required="" id="input2" name="password" placeholder="Password"
            autocomplete="off">
          <label><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
              class="feather feather-lock feather-sm text-warning fill-white me-2">
              <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
              <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
            </svg><span class="border-start border-warning ps-3">Пароль</span></label>
          <a href="#" class="password-control"></a>
        </div>
        <style type="text/css">
          .password-control {
            position: absolute;
            top: 20px;
            right: 12px;
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("../Content/assets/images/eyeLogin/view.svg") 0 0 no-repeat;
          }

          .password-control.view {
            background: url("../Content/assets/images/eyeLogin/no-view.svg") 0 0 no-repeat;
          }
        </style>
        <script src="/Content/js/snipp.js"></script>
        <script>
          function checkParams() {
            var login = $('#input1').val();
            UserTimeDiff();
            if (login.length != 0) {
              $('#btn_enter').removeAttr('disabled');
            } else {
              $('#btn_enter').attr('disabled', 'disabled');
            }
          }
          $('body').on('click', '.password-control', function() {
            if ($('#input2').attr('type') == 'password') {
              $(this).addClass('view');
              $('#input2').attr('type', 'text');
            } else {
              $(this).removeClass('view');
              $('#input2').attr('type', 'password');
            }
            UserTimeDiff();
            return false;
          });
        </script>
        <div class="form-floating mb-3">
          <div class="d-flex align-items-stretch button-group mt-4 pt-2">
            <button class="btn btn-info btn-md px-4 d-block w-100 waves-effect waves-light" disabled="" id="btn_enter" style="background-color: #050505" onclick="BtnDisabled()" type="button">Войти</button>
            <a href="https://oauth.yandex.ru/authorize?response_type=token&amp;client_id=2ae59436468b4cfca11fecbbde37f305" class="btn btn-md btn-light-danger text-danger d-flex align-items-center justify-content-center font-weight-medium" title="Войти через Яндекс"><i class="fab fa-yandex btn-md"></i></a>
            <a href="javascript:void(0)" class="btn btn-md btn-light-info text-info d-flex align-items-center justify-content-center font-weight-medium" disabled="" title="Войти через Google"><i class="fab fa-google btn-md"></i></a>
          </div>
        </div>
        <div class="text-center mt-2">
          <h6>
            <a href="javascript:void(0)" id="to-recover" class="text-dark text-muted" onclick="RecoverShow()"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock feather-sm fill-white me-2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg> Воccтановить пароль</a>
          </h6>
        </div>
        <input id="timeDiff" type="text" name="timeDiff" hidden="" value="0" class="form-control">
      </div>
      <div id="form2" hidden="">
        <div class="form-floating mt-4 mb-3">
          <center>
            <h3>Восстановление пароля</h3>
          </center>
          <h5 class="text-muted">Укажите e-mail для восстановления доступа.</h5>
        </div>
        <div class="form-floating mb-4">
          <input type="email" id="email" name="email" class="form-control border border-warning text-center text-warning" maxlength="50" style="background-color: #050505" required="" placeholder="e-mail" autocomplete="off">
          <label><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
              class="feather feather-at-sign feather-sm text-warning fill-white me-2">
              <circle cx="12" cy="12" r="4"></circle>
              <path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>
            </svg><span class="border-start border-warning ps-3">E-mail</span></label>
        </div>
        <div class="form-floating mb-3">
          <button type="button" class="btn btn-info text-uppercase d-block w-100 waves-effect waves-light" id="btnforgot" style="background-color: #050505" onclick="BtnForgot()">Восстановить</button>
        </div>
        <div class="text-center mt-2">
          <h6>
            <a href="javascript:void(0)" id="to-login" class="text-dark text-muted" onclick="LoginShow()"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user feather-sm fill-white me-2"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></svg> Вход в систему</a>
          </h6>
        </div>
      </div>
    </div>
  </div>
</form>

<form class="" id="no_license" hidden="">
  <div class="alert alert-light-danger text-danger" role="alert">
    <h4 class="alert-heading"></h4>
    <p>
    </p>
  </div>
  <div class="alert alert-light-info text-info" role="alert">
    <h4 class="alert-heading">Загрузите файл лицензии:</h4>
    <div class="dropify-wrapper" style="height: 114px;">
      <div class="dropify-message"><span class="file-icon"></span>
        <p>Drag and drop a file here or click</p>
        <p class="dropify-error">Ooops, something wrong appended.</p>
      </div>
      <div class="dropify-loader"></div>
      <div class="dropify-errors-container">
        <ul></ul>
      </div><input type="file" id="upload_license_file" name="upload_license_file" class="dropify" accept=".xml" data-height="100" onchange="UploadFile()"><button type="button" class="dropify-clear">Remove</button>
      <div class="dropify-preview"><span class="dropify-render"></span>
        <div class="dropify-infos">
          <div class="dropify-infos-inner">
            <p class="dropify-filename"><span class="file-icon"></span> <span class="dropify-filename-inner"></span></p>
            <p class="dropify-infos-message">Drag and drop or click to replace</p>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

KEDR
Loading...


KEDRWELD MANAGER 5.0.2.22 PRODUCTION

Пользователь (RFID)
Пароль
Войти

ВОCCТАНОВИТЬ ПАРОЛЬ


ВОССТАНОВЛЕНИЕ ПАРОЛЯ

УКАЖИТЕ E-MAIL ДЛЯ ВОССТАНОВЛЕНИЯ ДОСТУПА.

E-mail
Восстановить

ВХОД В СИСТЕМУ

ЗАГРУЗИТЕ ФАЙЛ ЛИЦЕНЗИИ:

Drag and drop a file here or click

Ooops, something wrong appended.



Remove

Drag and drop or click to replace



COPYRIGHT © ООО ''ЛИГА СВАРКИ'', 2019 ВСЕ ПРАВА ЗАЩИЩЕНЫ