ebanking.janabank.com
Open in
urlscan Pro
103.54.174.31
Public Scan
URL:
https://ebanking.janabank.com/ib-retail-web/tenant/index
Submission: On December 30 via manual from IN — Scanned from DE
Submission: On December 30 via manual from IN — Scanned from DE
Form analysis
2 forms found in the DOMName: loginForm — POST /ib-retail-web/user/index
<form action="/ib-retail-web/user/index" method="post" class="form" name="loginForm" autocomplete="off" id="loginForm">
<div id="messagesDiv" class="">
</div>
<div id="ValidateCaptchaErr" class="ft-error" style="display:none">
<span id="preCapErr"></span>
<p id="preCapErrpara"></p>
</div>
<div id="ValidatePreloginErr" class="ft-error" style="display:none">
<span id="preErr"></span>
<p id="preErrpara"></p>
</div>
<input type="hidden" id="hidCaptcha" name="hidCaptcha" value="Y">
<input type="hidden" name="groupId" value="40000" id="groupId">
<input type="hidden" name="tenantShortDescription" value="JFS" id="tenantShortDescription">
<input type="hidden" name="tenantApplicationId" value="50000" id="tenantApplicationId">
<input type="hidden" name="_csrf" value="2d44454e-9675-4f3a-a722-83ac68b6208d" id="_csrf">
<input type="hidden" name="captchaError" id="captchaError" value="">
<div class="form-group row">
<label for="login">Username</label>
<input id="dummy_user_name" name="dummy_user[name]" style="display:none" type="text" value="Safari Autofill Me">
<input type="text" class=" hl-error form-control" name="userLogin" id="loginusername" value="" placeholder="Enter Your Username" required="required" data-errormessage="Username should be numeric or alphanumeric" autofocus="">
<label id="keyU" class="kb"></label>
</div>
<div class="form-group row">
<label for="pwd"> Password </label>
<input id="fake_pwd" name="fake_pwd" style="display:none" type="password" value="Safari Autofill Me">
<input type="password" name="pwd1" id="loginpwd1" value="" class=" hl-error form-control" onkeyup="encrypPassword();" required="" placeholder="Enter Your Password" data-errormessage="Please enter Password" autocomplete="off">
<input type="hidden" name="pwd" id="loginpwd" value="" class=" hl-error form-control">
<label id="keyP" class="kb"></label>
<input type="hidden" name="hidlogpwd" id="hidlogpwd" value="">
</div>
<div id="captcha" style="display:none">
</div>
<div class="form-btn row">
<a href="/ib-retail-web/user/userCardInfo" class="f-link">Forgot Username / Password</a>
<button type="submit" class="hl-btn lightpink-btn" id="loginSubmit" onclick="validateCaptcha()" disabled="disabled">Secure Login</button>
</div>
<input type="hidden" name="_csrf" value="2d44454e-9675-4f3a-a722-83ac68b6208d">
</form>
Name: registerForm — POST /ib-retail-web/user/index
<form action="/ib-retail-web/user/index" method="post" class="form" name="registerForm" id="registerForm">
<div id="popupMessagesDiv">
</div>
<!-- cardnumber / URN number -->
<div class="inline">
<div class="ui radio checkbox radio-type-1" id="js_radio_card">
<input id="cardChecked" type="radio" name="register" checked="checked" tabindex="0" class="hidden">
<label>Card Number</label>
</div>
<div class="ui radio checkbox radio-type-1" id="js_radio_urn">
<input id="crnChecked" type="radio" name="register" tabindex="0" class="hidden">
<label>CRN</label>
</div>
</div>
<br>
<!-- / cardnumber / URN number -->
<!-- cardnumber number -->
<div id="js_card">
<div class="form-group row">
<label>Debit Card Number*</label>
<input id="cardNumber" name="cardNumber" type="password" value="" maxlength="16" class="form-control" autocomplete="off" placeholder="Enter Your Debit Card Number">
<button class="btn btn-default" id="cardNumberBtn" type="button"><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span></button>
<label id="card" class="nkb"></label>
</div>
<div class="form-group row">
<label>Debit Card Pin Number*</label>
<input id="cardPIN" name="cardPIN" type="password" value="" maxlength="4" class="form-control" autocomplete="off" placeholder="Enter Your Debit Card Pin Number">
<label id="pin" class="nkb"></label>
</div>
</div>
<!-- cardnumber number -->
<!-- URN number -->
<div id="js_urn" style="display: none;">
<div class="form-group row" id="urnDIV" name="urnDIV">
<label>CRN Number*</label>
<input id="urnNumber" name="urnNumber" type="password" value="" maxlength="16" class="form-control" autocomplete="off" placeholder="Enter Your CRN Number">
<button class="btn btn-default" type="button" id="urnNumberBtn"><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span></button>
<label id="urn" class="nkb"></label>
</div>
<input type="hidden" name="hidurnNumber" id="hidurnNumber" value="">
<input type="hidden" name="hidurnNumDum" id="hidurnNumDum" value="">
<div class="form-group row">
<label>Name / Date of Birth*</label>
<input id="urnPIN" name="urnPIN" type="password" value="" maxlength="10" class="form-control" autocomplete="off" placeholder="Enter Your Name & Date of Birth">
<button class="btn btn-default" type="button" id="urnPinBtn"><span class="glyphicon glyphicon-eye-close" aria-hidden="true"></span></button>
<label id="urnpin" class="nkb"></label>
</div>
<label class="disclaimer text-justify"><small>You have to enter First 4 character of your name (As shown in bank record) followed by your date of birth in DDMMYY format. E.g. if name is R.Suresh Kumar and DOB is 05/12/1980, then please enter
‘rsur051280’.</small></label>
</div>
<!-- / URN number -->
<div class="form-btn row">
<input
onclick="if(checkFormValidation()){return false;};showSpinner();;jQuery.ajax({type:'POST',data:jQuery(this).parents('form:first').serialize(), url:'/ib-retail-web/userRegistration/userRegistration/register',success:function(data,textStatus){jQuery('#registerDiv').html(data);},error:function(XMLHttpRequest,textStatus,errorThrown){jQuery('#popupMessagesDiv').html(XMLHttpRequest.responseText);clearDetails();},complete:function(XMLHttpRequest,textStatus){hideSpinner();}});return false"
type="button" name="Submit" value="Submit" id="register" class="hl-btn lightpink-btn" disabled="disabled">
</div>
<script>
function encrypt(plainText) {
var secKeySize = '128';
var secIterations = 1024;
var secSalt = '3333300946';
var secIV = 'F27D5C9927726BCEFE7510B1BDD3D137';
var secPassPhrase = 'jfsformsubmission';
var cipher = encryptData(plainText, secKeySize, secIterations, secSalt, secIV, secPassPhrase);
return cipher;
}
function decrypt(cipherText) {
var secKeySize = '128';
var secIterations = 1024;
var secSalt = '3333300946';
var secIV = 'F27D5C9927726BCEFE7510B1BDD3D137';
var secPassPhrase = 'jfsformsubmission';
var decData = decryptData(cipherText, secKeySize, secIterations, secSalt, secIV, secPassPhrase);
return decData;
}
</script>
<input type="hidden" name="_csrf" value="2d44454e-9675-4f3a-a722-83ac68b6208d">
</form>
Text Content
* Login * Register Username Password Forgot Username / Password Secure Login Card Number CRN Debit Card Number* Debit Card Pin Number* CRN Number* Name / Date of Birth* You have to enter First 4 character of your name (As shown in bank record) followed by your date of birth in DDMMYY format. E.g. if name is R.Suresh Kumar and DOB is 05/12/1980, then please enter ‘rsur051280’. IMPORTANT SECURITY INFORMATION Please ensure that the URL address on the address bar of your browser starts with https//ebanking.janabank.com. Never provide your user id or password/ OTP to any one on phone or in response to a mail. Ensure a regular antivirus update of your system. ABOUT USERNAME & PASSWORD POLICY DIGITAL SECURITY https://ebanking.janabank.com has been certified by Entrust ⬆Caps ⇧Shift ↵ Done Clear ⌦ ← Backsp ⬆Caps ⇧Shift ↵ Done Clear ⌦ ← Backsp ← Backsp ↵ Done