https://highlander-league.com/

提交的 URL:
https://highlander-league.com/
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 17 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
adbnumber
areCookiesEnabledfunction
cookieoffnumber
b64_to_utf8function
asyncFunction1function
asyncFunction2function
anotherFunctionfunction

控制台日志消息 · 找到 5 条

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://highlander-league.com/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()
logjavascript
URL
https://highlander-league.com/
文本
JSHandle@object
logother
URL
https://highlander-league.com/
文本
Another Function executed with results: Result of Async Function 1 Result of Async Function 2
logother
URL
https://highlander-league.com/
文本
good: 200
logother
URL
https://highlander-league.com/
文本
bad bot

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html dir="auto"><head>
  <meta charset="utf-8">
  <meta name="referrer" content="unsafe-url">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <title>Checking your browser....</title>
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  <style>
    body {
      padding-top: 15%;
    }
    
    .s11f05accaf030c29e7f8e3db6466f05b {
      display: inline-block;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      border-radius: 0.25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd;
    }
    
    .s11f05accaf030c29e7f8e3db6466f05b:hover {
      color: #fff;
      background-color: #00b3db;
      border-color: #285e8e;
      /*set the color you want here*/
    }
    
    .info {
      text-align: center;
      max-width: 540px;
      margin: 2% auto;
      font-size: 18px;
      font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
    }
    
    .s4310c732973d484f0a199e39f4232dfe {
      cursor: pointer;
      padding: 14px 14px;
      text-decoration: none;
      display: inline-block;
      width: 14px;
      height: 16px;
    }
    
    .s4310c732973d484f0a199e39f4232dfe:hover {
      border: 2px solid #ccc;
      width: 10px;
      height: 10px;
    }
  </style>
</head>

<body>
  <div class="container">
    <div class="text-center">
      <h1 class="mb-4">Checking your browser before accessing</h1>
      <p class="text-muted">The process is automatic. Your browser will redirect to your requested content shortly.
        <br> DDos protection by Cloudflare..</p>
    </div>
  </div>
  <div class="info" id="content"><p>Confirm that you are human:</p><div style="cursor: pointer;" class="o12928bd1bdf74e2d7a9b8b3aafdbc51f s11f05accaf030c29e7f8e3db6466f05b" onclick="f1f5928b475516dae653699692f361d19('post', data, '1|cb875a1fbd1302676d5bdfd0d3f6541fb982d63dbd105c9646df8b6e2fb443dc')">I'm not a robot</div><div style="cursor: pointer;" class="o1bc2352ce6bdabae155a531a42e0642c s11f05accaf030c29e7f8e3db6466f05b" onclick="f1f5928b475516dae653699692f361d19('post', data, '1|2f5ed620b8a0bebbf1f17e4c09200b728c8611c7ccdd4e8de8ccce73e9e8feae')">I'm not a robot</div><div style="cursor: pointer;" class="o4ca7c1ce405ad036baa9dbf95cbac1ef s11f05accaf030c29e7f8e3db6466f05b" onclick="f1f5928b475516dae653699692f361d19('post', data, '1|7629cca43981f2b36c477d0e71405da8d86a3200892fc13a8a44b80e54be70fa')">I'm not a robot</div><div style="cursor: pointer;" class="o52489e919850415b3891525a2349f456 s11f05accaf030c29e7f8e3db6466f05b" onclick="f1f5928b475516dae653699692f361d19('post', data, '1|6dad1be086d81fdd8261be849068a3e576d7f42b911149c08a5b4f1131795a80')">I'm not a robot</div><style>.o52489e919850415b3891525a2349f456 {display: none;}  .o12928bd1bdf74e2d7a9b8b3aafdbc51f {display: none;}  .o4ca7c1ce405ad036baa9dbf95cbac1ef {display: none;}  .o1bc2352ce6bdabae155a531a42e0642c {} </style></div>
<script>var adb = 1; </script>
<script id="adblock-blocker" src="/antibot9/static/peel.js?bannerid=1734005770"></script>

<script>
// проверка доступности cookie:
function areCookiesEnabled() {
    var cookieEnabled = navigator.cookieEnabled;
    if (cookieEnabled === undefined) {
        document.cookie = "testcookie";
        cookieEnabled = document.cookie.indexOf("testcookie") != -1;
    }
    return cookieEnabled;
}
if (!areCookiesEnabled()) {
var cookieoff = 1;
} else {
var cookieoff = 0;
}

if (window.location.hostname !== window.atob("aGlnaGxhbmRlci1sZWFndWUuY29t") && window.location.hostname !== window.atob("")) {
window.location = window.atob("aHR0cDovL2hpZ2hsYW5kZXItbGVhZ3VlLmNvbS8=");
throw "stop";
}
   
function b64_to_utf8(str) {
str = str.replace(/\s/g, '');    
return decodeURIComponent(escape(window.atob(str)));
}

document.getElementById("content").innerHTML = "Loading..."; //

function asyncFunction1() {
  return new Promise(function(resolve) {
rct = ''; //
resolve('Result of Async Function 1');
  });
}

function asyncFunction2() {
  return new Promise(function(resolve) {
var xhripdb = new XMLHttpRequest();
xhripdb.open('GET', 'https://ipdb.cloud/myip', true); // асинхронный
xhripdb.setRequestHeader("Content-Type", "application/json");
xhripdb.timeout = 5000; // ожидание до 5 сек
xhripdb.onload = function() {
if (xhripdb.readyState === 4 && xhripdb.status === 200) {
// Обработка успешного ответа:
var json = JSON.parse(xhripdb.responseText);
console.log(json);
ipv4 = json.ip;
ipdbc = json.country;
resolve('Result of Async Function 2');
} else {
console.error('Request failed with status:', xhripdb.status);
resolve('Result Error of Async Function 2');
}
};
xhripdb.ontimeout = function() {
// Обработка истечения времени ожидания
console.error('Request timed out');
resolve('Result Error of Async Function 2');
};

xhripdb.onerror = function() {
// Обработка ошибки
console.error('Error occurred');
resolve('Result Error of Async Function 2');
};
xhripdb.send();
  });
}


// b1359b69de1997602e38d8d6efb574cf
function anotherFunction(result1, result2) {
data = 'useragent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F119.0.0.0+Safari%2F537.36&test=cc9db529614bf3a5d1d078b24b1fd194a4306a3a4f1a1156fe9751f24c3d3988&h1=ae479acba6505c361cbed2c1feea7ced2b09ffbd39e177cdb964a0600442c38b&date=1734005770&hdc=1&a='+adb+'&country=AD&ip=2a09:bac5:312e:0e64:0000:0000:016f:0003&v=9.050&cid=1734005770.9946&ptr=2a09:bac5:312e:0e64:0000:0000:016f:0003&w='+screen.width+'&h='+screen.height+'&cw='+document.documentElement.clientWidth+'&ch='+document.documentElement.clientHeight+'&co='+screen.colorDepth+'&pi='+screen.pixelDepth+'&ref='+encodeURIComponent(document.referrer)+'&accept=text%2Fhtml%2Capplication%2Fxhtml%2Bxml%2Capplication%2Fxml%3Bq%3D0.9%2Cimage%2Favif%2Cimage%2Fwebp%2Cimage%2Fapng%2C%2A%2F%2A%3Bq%3D0.8%2Capplication%2Fsigned-exchange%3Bv%3Db3%3Bq%3D0.7&tz='+Intl.DateTimeFormat().resolvedOptions().timeZone+'&ipdbc='+ipdbc+'&ipv4='+ipv4+'&rct='+rct+'&cookieoff='+cookieoff;
f1f5928b475516dae653699692f361d19('ab', data, '');
  console.log('Another Function executed with results:', result1, result2);
}

async function runAsyncFunctions() {
  try {
    const result1 = await asyncFunction1();
    const result2 = await asyncFunction2();
    anotherFunction(result1, result2);
  } catch (error) {
    console.error(error);
  }
}

runAsyncFunctions();



function Button() {

document.getElementById("content").innerHTML = b64_to_utf8("PHA+Q29uZmlybSB0aGF0IHlvdSBhcmUgaHVtYW46PC9wPjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvMTI5MjhiZDFiZGY3NGUyZDdhOWI4YjNhYWZkYmM1MWYgczExZjA1YWNjYWYwMzBjMjllN2Y4ZTNkYjY0NjZmMDViIiBvbmNsaWNrPSJmMWY1OTI4YjQ3NTUxNmRhZTY1MzY5OTY5MmYzNjFkMTkoJ3Bvc3QnLCBkYXRhLCAnMXxjYjg3NWExZmJkMTMwMjY3NmQ1YmRmZDBkM2Y2NTQxZmI5ODJkNjNkYmQxMDVjOTY0NmRmOGI2ZTJmYjQ0M2RjJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvMWJjMjM1MmNlNmJkYWJhZTE1NWE1MzFhNDJlMDY0MmMgczExZjA1YWNjYWYwMzBjMjllN2Y4ZTNkYjY0NjZmMDViIiBvbmNsaWNrPSJmMWY1OTI4YjQ3NTUxNmRhZTY1MzY5OTY5MmYzNjFkMTkoJ3Bvc3QnLCBkYXRhLCAnMXwyZjVlZDYyMGI4YTBiZWJiZjFmMTdlNGMwOTIwMGI3MjhjODYxMWM3Y2NkZDRlOGRlOGNjY2U3M2U5ZThmZWFlJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvNGNhN2MxY2U0MDVhZDAzNmJhYTlkYmY5NWNiYWMxZWYgczExZjA1YWNjYWYwMzBjMjllN2Y4ZTNkYjY0NjZmMDViIiBvbmNsaWNrPSJmMWY1OTI4YjQ3NTUxNmRhZTY1MzY5OTY5MmYzNjFkMTkoJ3Bvc3QnLCBkYXRhLCAnMXw3NjI5Y2NhNDM5ODFmMmIzNmM0NzdkMGU3MTQwNWRhOGQ4NmEzMjAwODkyZmMxM2E4YTQ0YjgwZTU0YmU3MGZhJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxkaXYgc3R5bGU9ImN1cnNvcjogcG9pbnRlcjsiIGNsYXNzPSJvNTI0ODllOTE5ODUwNDE1YjM4OTE1MjVhMjM0OWY0NTYgczExZjA1YWNjYWYwMzBjMjllN2Y4ZTNkYjY0NjZmMDViIiBvbmNsaWNrPSJmMWY1OTI4YjQ3NTUxNmRhZTY1MzY5OTY5MmYzNjFkMTkoJ3Bvc3QnLCBkYXRhLCAnMXw2ZGFkMWJlMDg2ZDgxZmRkODI2MWJlODQ5MDY4YTNlNTc2ZDdmNDJiOTExMTQ5YzA4YTViNGYxMTMxNzk1YTgwJykiPkknbSBub3QgYSByb2JvdDwvZGl2PjxzdHlsZT4ubzUyNDg5ZTkxOTg1MDQxNWIzODkxNTI1YTIzNDlmNDU2IHtkaXNwbGF5OiBub25lO30gIC5vMTI5MjhiZDFiZGY3NGUyZDdhOWI4YjNhYWZkYmM1MWYge2Rpc3BsYXk6IG5vbmU7fSAgLm80Y2E3YzFjZTQwNWFkMDM2YmFhOWRiZjk1Y2JhYzFlZiB7ZGlzcGxheTogbm9uZTt9ICAubzFiYzIzNTJjZTZiZGFiYWUxNTVhNTMxYTQyZTA2NDJjIHt9IDwvc3R5bGU+");
}

function f1f5928b475516dae653699692f361d19(s, d, x){
document.getElementById("content").innerHTML = "Loading...";
d = d + '&xf6fb5fe37d7d5d60fe55e2f3cf8ae290='+s+'&xxx=' + x + '&rowid=4&gray=2';
var cloud = new XMLHttpRequest();
cloud.open("POST", "/", true);
cloud.timeout = 5000;
cloud.setRequestHeader('Content-type', 'application/x-www-form-urlencoded;');

cloud.onload = function () {
if(cloud.status == 200) {
// успешный ответ проверки
console.log('good: '+cloud.status);
var obj = JSON.parse(this.responseText);

if (typeof(obj.cookie) == "string") {
var d = new Date();
d.setTime(d.getTime() + (7 * 24 * 60 * 60 * 1000));
var expires = "expires="+ d.toUTCString();
document.cookie = "YkGUjJxrdICuEgMnihlZVyasBzRepX="+obj.cookie+"-1734005770; SameSite=Lax;; " + expires + "; path=/;";
document.getElementById("content").innerHTML = "Loading...";
window.location.href = "/";
} else {
Button();
console.log('bad bot');
}
if (typeof(obj.error) == "string") {
if (obj.error == "Account Not Found" || obj.error == "This domain is not licensed" || obj.error == "Subscription has expired" || obj.error == "This domain is blacklisted" || obj.error == "Your request has been denied.") {
const ErrorMsg = document.createElement('div');
ErrorMsg.innerHTML = '<h1 style="text-align:center; color:red;">'+obj.error+'</h1>';
document.body.insertAdjacentElement('afterbegin', ErrorMsg);
document.getElementById("content").style.visibility = "hidden";
document.getElementById("content").innerHTML = '';
} else if (obj.error == "Cookies disabled") {
document.getElementById("content").innerHTML = "<h2 style=\"text-align:center; color:red;\">Cookie is Disabled in your browser. Please Enable the Cookie to continue.</h2>";
}
if (obj.error == "Wrong Click") {
document.getElementById("content").innerHTML = "Loading...";
window.location.href = "/";
}
}
}
};

cloud.ontimeout = function () {
  console.log('timeout');
  Button();
};
cloud.send(d);
}
</script>
<noscript>
<h2 style="text-align:center; color:red;">JavaScript is Disabled in your browser. Please Enable the JavaScript to continue.</h2>
</noscript>


</body></html><!-- Time: 0.85 Sec. -->