www.saverisk.com
Open in
urlscan Pro
52.220.0.175
Public Scan
Submitted URL: https://www.saverisk.com/redirectpage.aspx?path=0990971161011031111141210610830971181010821051151070950820971161051101030...
Effective URL: https://www.saverisk.com/flogin.aspx
Submission: On November 19 via api from IN — Scanned from SG
Effective URL: https://www.saverisk.com/flogin.aspx
Submission: On November 19 via api from IN — Scanned from SG
Form analysis
1 forms found in the DOMPOST ./flogin.aspx
<form method="post" action="./flogin.aspx" id="form1">
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="bgwfb6vPQMHw7N4ZUFzuYt15gWNCBPjRh8wV1ueWfLMMMuCTOlxfZSbIGb0USLJ6z9XPuIjhovoUC55dJ1bpcJNo0bH7dTYVMz+ea6mXomM=">
</div>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="8DCF64F6">
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
value="lq0A0B3WIV94SSuhRHqLieKyuSrmUw1Rd6w8c1qxc3QkcB7FDy5+iZKjKXYiXGt5Wfb4+prgi9DM4+01Sa2faL2dLiuZV/YPYPoX62Ux/m7OiaHkcA4/jIlBh6AxqoIbAPSa7LsqDeCccB41IDRzUf3NA0RwdPmLuueZ4nvYJHBMBlbkWKfKwsA5CSWst8V//AeoUq9VcJXqFpVc7LDsUt7msojCdcpwV5M+vSAKbhlabAhWZq36NnLi/HFt8piyA6YevZcj3V8QR9D/s4Y/2V6KqMHttAIQDhROG9EFtmo=">
</div>
<link href="https://www.saverisk.com/css/searchcss.css" rel="stylesheet" type="text/css">
<link href="https://www.saverisk.com/css/logincss.css" rel="stylesheet" type="text/css">
<div style="left: 0; position: absolute; top: 0; width: 100%;">
<input type="hidden" name="hdnmobilenumber" id="hdnmobilenumber">
<div class="noprint" id="divmaster">
<div id="divpin">
<div id="divgeneratepin">
<div class="title" style="text-transform: unset;"> Seems you are using a different device to login. Please enter your contact number.</div>
<div class="number"> +91 -<input type="text" id="txtmobilenumber" placeholder="Enter only 10 digit mobile number"></div>
<div class="button">
<a id="btn_generateotp" style="cursor: pointer;">Generate OTP</a>
</div>
<div class="msg" id="otpmsg2">
</div>
</div>
<div id="diventerpin">
<div class="title">
<h6>Login Assist to access your account</h6>
</div>
<div class="number">
<input type="text" id="txtpinno" autocomplete="off" style="text-align: center; padding-left: 0;">
</div>
<div class="button">
<a id="btn_pinsingin" style="cursor: pointer; width: 100px;">Sign In</a>
</div>
<div id="otpmsg" class="msg" style="height:20px;">
</div>
<span id="counterspn"></span>
<a style="float: left; cursor: pointer; text-decoration: none; color: #124298; font-weight: bold; cursor: pointer;" target="_blank" href="https://www.saverisk.com/#contact-section">Contact us</a>
<div style="float: right; position: relative;">
<span id="timer" style="color: darkblue;">Resend in <span id="time">60</span> Seconds </span>
<a id="btn_resend_otp" onclick="ResendOtp()" style="color: #124298; font-weight: bold; display: none; cursor: pointer;">Resend</a>
</div>
<input type="hidden" name="hdn_otp" id="hdn_otp">
</div>
<div id="div_division_section" style="display:none;">
<table style="margin: auto;">
<tbody>
<tr>
<td colspan="3">
<p style="font-size: 13px; font-weight: bold; color: #444;"> Please Confirm/Select your Group </p>
</td>
</tr>
<tr>
<td>
<span style="font-size: 13px; color: #575479;">Group - </span>
</td>
<td>
<div id="div_filters">
</div>
</td>
<td> <input type="button" value="Save" onclick="savedata()" class="editbtn" id="btnsave">
</td>
</tr>
<tr id="divmsg_division" style="display: none;">
<td colspan="3">
<p style="margin: 0; padding: 0; padding-top: 10px;">
<span id="msg" style="color: darkred;"></span>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div style="text-align: center; display: none;" id="divloadpin">
<img src="images/ajax-loader-black.gif">
</div>
<div style="text-align: center; display: none;" id="divloader">
<img src="images/ajax-loader-black.gif">
</div>
</div>
<script type="text/javascript">
//btn_resend_otp
//5 oct 2020
function ResendOtp() {
$('#divloader').show();
$.ajax({
type: "POST",
url: prefixurl + 'flogin.aspx/otpresent',
data: JSON.stringify({
key: encodeCustomURL($("#hdn_otp").val())
}),
contentType: "application/json; charset=utf-8",
dataType: 'json',
success: function(data) {
//alert('1');
if (data.d == "logout") {
window.location = prefixurl + "flogin.aspx";
} else if (data.d == "alreadyloggedin") {
window.location = prefixurl + "flogin.aspx?msg=6";
} else if (data.d == "sessionexpire") {
$('#otpmsg').html("Your session has been expired. Please try again.");
$('#divloader').hide();
} else if (data.d == "disabled") {
$("#btn_resend_otp").attr('onclick', '');
$("#btn_resend_otp").css("opacity", "0.6");
$("#btn_resend_otp").css("color", "gray");
$('#divloader').hide();
} else {
$('#otpmsg').html(data.d);
otpcountdown();
$('#divloader').hide();
}
}
});
}
//5 oct 2020
function otpcountdown() {
$("#timer").html('Resend in <span id="time">59</span> Seconds');
$("#btn_resend_otp").hide();
var counter = 59;
var countershow = 55;
var interval = setInterval(function() {
counter--;
// Display 'counter' wherever you want to display it.
if (counter <= 0) {
clearInterval(interval);
$('#timer').html("");
$("#btn_resend_otp").show();
return;
} else {
$('#time').text(counter);
if (counter == countershow) {
$('#otpmsg').html('');
}
// console.log("Timer --> " + counter);
}
}, 1000);
}
function GetCounter() {
var counter = 45;
var interval = setInterval(function() {
counter--;
//alert(counter);
$('#counterspn').html('after ' + counter + ' seconds');
if (counter == 0) {
// Display a login box
$('#btn_resendotp').show();
$('#btn_resendotp').css('color', '#19499f');
$('#btn_resendotp').css('cursor', 'pointer');
$('#counterspn').html('');
clearInterval(interval);
}
}, 1000);
}
</script>
<div id="divsrheader" class="topdivshadow" style="border-bottom: 1px solid rgb(193, 193, 193); background-color: rgb(255, 255, 255); height: 43px; margin-bottom: 30px; padding-left: 20px; padding-top: 4px; display: block;">
<a href="https://www.saverisk.com/index.htm">
<img src="https://www.saverisk.com/images/flatlogo.png" style="width: 212px;"></a>
</div>
<div id="divmsg_univ">
</div>
<table id="tblsignin" class="boxshadowlogin" border="0" cellpadding="0" cellspacing="0" align="center">
<tbody>
<tr>
<td style="width: 100%; padding: 15px 35px 16px;">
<input type="hidden" id="binfo" name="binfo" value="Chrome PDF Plugin|undefined~Chrome PDF Viewer|undefined~Native Client|undefined~">
<input type="hidden" id="finfo" name="finfo">
<input type="hidden" id="fontinfo" name="fontinfo">
<table border="0" cellpadding="0" cellspacing="0" style="width: 308px; margin-bottom: 20px;">
<tbody>
<tr>
<td style="color: #4a7bd3; font-family: Segoe UI !important; font-size: 18px; font-weight: 500;
line-height: 48px; width: 100%;"> Sign in your Account <img src="https://www.saverisk.com/images/Cross2.png" onclick="hidelogin();" style="cursor: pointer;
float: right; margin-right: -31px; margin-top: -9px;">
</td>
</tr>
<tr>
<td style="width: 100%;">
<div>
<input name="username" type="text" id="username" class="login" placeholder="Username" autocomplete="off" style="border: 1px solid #dddddd; margin-top: 5px;
padding: 9px 10px; width: 286px;">
</div>
<div>
<input name="password" type="password" id="password" class="login" placeholder="Password" autocomplete="off" style="border: 1px solid #dddddd; margin-top: 8px;
padding: 9px 10px; width: 286px;">
</div>
<div>
<a class="btnsubmit" href="https://www.saverisk.com/trialrequest.aspx" target="_blank" style="line-height: 28px;">
Request Trial</a> <a id="btnlogin" class="btnsubmit" style="line-height: 28px; cursor: pointer;">
Sign In</a>
</div>
<div>
<span id="msgdiv" style="color: Red;"></span>
<span id="lblmsg" style="color: Red;"></span>
</div>
</td>
</tr>
<tr>
<td style="color: #124298; font-family: Segoe UI !important; font-size: 12px; width: 100%;
padding-top: 30px;">
<b>Reach Us:</b> +91 98-73-589450 / +91 98-18-645289 <br>
<b>Email Id:</b> sales@saverisk.com
</td>
</tr>
</tbody>
</table>
<table style="width: 100%; text-align: center; border-top: 1px solid #c1c1c1; padding-top: 12px;">
<tbody>
<tr>
<td style="width: 50%;">
<a id="a_forgotpwd" style="color: #124298; font-weight: bold; cursor: pointer;">FORGOT
PASSWORD?</a>
</td>
<td style="width: 50%;">
<a id="a_changepwd" style="color: #124298; font-weight: bold; cursor: pointer;">CHANGE
PASSWORD</a>
</td>
</tr>
</tbody>
</table>
<div id="divforgotpassword" style="display: none; margin-top: 15px;">
<div style="color: #EA4335; text-transform: uppercase; text-align: center;"> Please fill below field</div>
<div>
<input name="txtforgotusername" type="text" id="txtforgotusername" class="txtfpwd" placeholder="Username" autocomplete="off" style="border: 1px solid #dddddd;
margin-top: 5px; padding: 9px 10px; width: 286px;">
</div>
<div>
<a id="btnretrivepass" class="btnsubmit" style="line-height: 28px; cursor: pointer;
width: 117px;">Retrieve Password</a>
</div>
<div id="div_msg_fpwd">
</div>
</div>
<div id="divchangepassword" style="display: none; margin-top: 15px;">
<div style="color: #EA4335; text-transform: uppercase; text-align: center;"> Please fill below fields</div>
<div>
<input name="txtcurrentusername" type="text" id="txtcurrentusername" class="txtcpwd" placeholder="Username" autocomplete="off" style="border: 1px solid #dddddd;
margin-top: 5px; padding: 9px 10px; width: 286px;">
</div>
<div>
<input name="txtcurrentpassword" type="password" id="txtcurrentpassword" class="txtcpwd" placeholder="Current Password" autocomplete="off" style="border: 1px solid #dddddd;
margin-top: 5px; padding: 9px 10px; width: 286px;">
</div>
<div>
<input name="txtnewpassowrd" type="password" id="txtnewpassowrd" class="txtcpwd" placeholder="New Password" autocomplete="off" style="border: 1px solid #dddddd;
margin-top: 5px; padding: 9px 10px; width: 286px;">
</div>
<div>
<input name="txtconfirmpassowrd" type="password" id="txtconfirmpassowrd" class="txtcpwd" placeholder="Confirm Password" autocomplete="off" style="border: 1px solid #dddddd;
margin-top: 5px; padding: 9px 10px; width: 286px;">
</div>
<div>
<a id="btnchangepwd" class="btnsubmit" style="line-height: 28px; cursor: pointer;
width: 117px;">Change Passoword</a>
</div>
<div id="div_msg_cpwd">
</div>
</div>
</td>
</tr>
</tbody>
</table>
<span id="lbl"></span>
<span id="Label1"></span>
</div>
</div>
</form>
Text Content
Seems you are using a different device to login. Please enter your contact number. +91 - Generate OTP LOGIN ASSIST TO ACCESS YOUR ACCOUNT Sign In Contact us Resend in 60 Seconds Resend Please Confirm/Select your Group Group - Sign in your Account Request Trial Sign In Reach Us: +91 98-73-589450 / +91 98-18-645289 Email Id: sales@saverisk.com FORGOT PASSWORD? CHANGE PASSWORD Please fill below field Retrieve Password Please fill below fields Change Passoword