helpdesk.ascertra.com Open in urlscan Pro
184.169.217.150  Public Scan

Submitted URL: https://helpdesk.ascertra.com/
Effective URL: https://helpdesk.ascertra.com/index.php?/home/login
Submission: On July 06 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 3 forms found in the DOM

POST

<form method="post" class="m-b-sm m-t-sm" onsubmit="return searchvalidation()">
  <div class="form-group">
    <div class="input-group"><input type="text" class="form-control b-white rounded vis_search_text1" placeholder="Search" value="-" id="vis_search_text" name="vis_search_text"><input type="hidden" name="vis_module" value="selfhelp"><input
        type="hidden" name="vis_operation" value="selfhelp_search"><span class="input-group-btn"><button type="submit" class="btn bg-white b-white rounded"><i class="vh vh-lg vh-search" aria-hidden="true"></i></button></span></div>
  </div>
</form>

POST

<form method="post" class="m-b-sm" onsubmit="return searchvalidation()">
  <div class="form-group">
    <div class="input-group input-group-lg"><input type="text" class="form-control b-white rounded vis_search_text2" placeholder="Search" value="" id="vis_search_text2" name="vis_search_text"><input type="hidden" name="vis_module"
        value="selfhelp"><input type="hidden" name="vis_operation" value="selfhelp_search"><span class="input-group-btn"><button type="submit" class="btn bg-white b-white rounded"><i class="vh vh-lg vh-search" aria-hidden="true"></i></button></span>
    </div>
  </div>
</form>

Name: vis_form_loginPOST

<form id="vis_form_login" name="vis_form_login" method="post" autocomplete="off">
  <div class="list-group">
    <div class="list-group-item m-b b-light">
      <input type="text" placeholder="Email or Username" class="form-control no-border" name="vis_email" id="vis_email">
    </div>
    <div class="list-group-item m-b b-light">
      <input type="password" placeholder="Password" class="form-control no-border" name="vis_password" id="vis_password">
    </div>
    <input type="hidden" name="vis_operation" value="check_login"><input type="hidden" name="vis_module" value="home">
    <button type="submit" class="btn btn-lg btn-primary btn-block">Login</button>
    <div class="line line-dashed"></div>
    <p class="text-center">
      <a href="index.php?/home/forgot-password" class="btn btn-link"><small>Forgot password?</small></a>
    </p>
  </div>
  <p class="text-muted text-center"><small>Do not have an account?</small></p>
  <a href="index.php?/client/register" class="btn btn-lg btn-default btn-block">Register</a>
  <div class="text-divider"><big>Or</big></div>
  <div class="text-center">
    <script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.12/js/adal.min.js"></script>
    <script>
      var ADAL = new AuthenticationContext({
        instance: 'https://login.microsoftonline.com/',
        tenant: 'f4ae20ae-32c3-4e78-a38e-01d4426bf0f6', //COMMON OR YOUR TENANT ID
        clientId: 'd447cdde-f1d4-4de2-8484-801ae06990de', //This is your client ID
        redirectUri: 'https://helpdesk.ascertra.com/windows_success.php', //This is your redirect URI
        callback: userSignedIn,
        popUp: true
      });

      function signIn() {
        ADAL.login();
      }

      function userSignedIn(err, token) {
        console.log('userSignedIn called');
        if (!err) {
          //console.log("token: " + token);		  
          showWelcomeMessage();
        } else {
          console.error("error: " + err);
        }
      }

      function showWelcomeMessage() {
        var user = ADAL.getCachedUser();
        //var divWelcome = document.getElementById('WelcomeMessage');
        divWelcome = "Welcome " + user.profile.name + " --" + user.userName + "----" + user.profile.unique_name;
        //console.log("divWelcome: " + divWelcome);		
        //alert(JSON.stringify(user));
        set_cook(user.profile.name, user.userName, user.profile.unique_name, user.profile.oid);
        //ADAL.logOut();
      }
      /* //url: 'http://iamdemo.com/vision4/amoln/nicolas/index.php?/client/windows_login',
		url: 'index.php',
        dataType: 'json',*/
      function set_cook(profile_name, userName, unique_name, oid) {
        $.ajax({
          url: 'index.php',
          //dataType: 'json',	
          data: {
            'vis_module': 'client',
            'vis_operation': 'windows_login',
            'profile_name': profile_name,
            'userName': userName,
            'unique_name': unique_name,
            'oid': oid
          },
          type: "POST",
          success: function(data) { //alert(data);			
            window.location.reload();
            // $("#ajax_subcategory").html(data);
          }
        });
      }
    </script>
    <div class="m-t-md text-center">
      <!-- <label>Login with</label>-->
      <button type="button" class="btn btn-lg btn-icon btn-default vh-linkedin-bg" value="" onclick="signIn();"><i class="vh vh-lg vh-ms-office365" aria-hidden="true"></i></button>
    </div>
  </div>
</form>

Text Content

Toggle navigation
 * Incident
   * Submit incident
 * Forums
 * Solutions
 * Custom menu
   * Custom menu link-1
   * Custom menu link-2
   * Custom menu link-3
   * 
   * Custom menu another link-1

 * Login


HOW CAN WE HELP YOU?




HOW CAN WE HELP YOU?


 1. Home
 2. Login


LOGIN




Login


Forgot password?

Do not have an account?

Register
Or



Service Desk Software by Vision Helpdesk