https://mrkeyshop.com/.well-known/captcha/?r=%2F

Eingereichte URL:
https://mrkeyshop.com/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 5 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
BotDetectfunction
BD_Captchaobject

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errorother
URL
https://mrkeyshop.com/.well-known/sgcaptcha/?r=%2F&y=powf:104.28.154.59:1732553324.680

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="ROBOTS" content="NOINDEX, NOFOLLOW"><noscript><meta http-equiv="refresh" content="0;/.well-known/captcha/?r=%2F"></noscript><title>Robot Challenge Screen</title><link rel="icon" href="data:;"><script>const sgchallenge="20:1732553324:47fbe51c:c38fbd8a7c97b01a157118915a865bb594e95254900f97be1ea7cd5cbc60fd87:";
const sgsubmit_url="/.well-known/sgcaptcha/?r=%2F";const sgfallback_url="/.well-known/captcha/?r=%2F";</script><script defer="defer">(()=>{"use strict";var t=new URL(URL.createObjectURL(new Blob(['(()=>{var t={249:function(t,e,r){var n;t.exports=(n=n||function(t,e){var n;if("undefined"!=typeof window&&window.crypto&&(n=window.crypto),"undefined"!=typeof self&&self.crypto&&(n=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(n=globalThis.crypto),!n&&"undefined"!=typeof window&&window.msCrypto&&(n=window.msCrypto),!n&&void 0!==r.g&&r.g.crypto&&(n=r.g.crypto),!n)try{n=r(480)}catch(t){}var i=function(){if(n){if("function"==typeof n.getRandomValues)try{return n.getRandomValues(new Uint32Array(1))[0]}catch(t){}if("function"==typeof n.randomBytes)try{return n.randomBytes(4).readInt32LE()}catch(t){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function t(){}return function(e){var r;return t.prototype=e,r=new t,t.prototype=null,r}}(),s={},a=s.lib={},c=a.Base={extend:function(t){var e=o(this);return t&&e.mixIn(t),e.hasOwnProperty("init")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},f=a.WordArray=c.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=r!=e?r:4*t.length},toString:function(t){return(t||l).stringify(this)},concat:function(t){var e=this.words,r=t.words,n=this.sigBytes,i=t.sigBytes;if(this.clamp(),n%4)for(var o=0;o<i;o++){var s=r[o>>>2]>>>24-o%4*8&255;e[n+o>>>2]|=s<<24-(n+o)%4*8}else for(var a=0;a<i;a+=4)e[n+a>>>2]=r[a>>>2];return this.sigBytes+=i,this},clamp:function(){var e=this.words,r=this.sigBytes;e[r>>>2]&=4294967295<<32-r%4*8,e.length=t.ceil(r/4)},clone:function(){var t=c.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var e=[],r=0;r<t;r+=4)e.push(i());return new f.init(e,t)}}),u=s.enc={},l=u.Hex={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var o=e[i>>>2]>>>24-i%4*8&255;n.push((o>>>4).toString(16)),n.push((15&o).toString(16))}return n.join("")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n+=2)r[n>>>3]|=parseInt(t.substr(n,2),16)<<24-n%8*4;return new f.init(r,e/2)}},h=u.Latin1={stringify:function(t){for(var e=t.words,r=t.sigBytes,n=[],i=0;i<r;i++){var o=e[i>>>2]>>>24-i%4*8&255;n.push(String.fromCharCode(o))}return n.join("")},parse:function(t){for(var e=t.length,r=[],n=0;n<e;n++)r[n>>>2]|=(255&t.charCodeAt(n))<<24-n%4*8;return new f.init(r,e)}},p=u.Utf8={stringify:function(t){try{return decodeURIComponent(escape(h.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return h.parse(unescape(encodeURIComponent(t)))}},d=a.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new f.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=p.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var r,n=this._data,i=n.words,o=n.sigBytes,s=this.blockSize,a=o/(4*s),c=(a=e?t.ceil(a):t.max((0|a)-this._minBufferSize,0))*s,u=t.min(4*c,o);if(c){for(var l=0;l<c;l+=s)this._doProcessBlock(i,l);r=i.splice(0,c),n.sigBytes-=u}return new f.init(r,u)},clone:function(){var t=c.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),g=(a.Hasher=d.extend({cfg:c.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(e,r){return new t.init(r).finalize(e)}},_createHmacHelper:function(t){return function(e,r){return new g.HMAC.init(t,r).finalize(e)}}}),s.algo={});return s}(Math),n)},269:function(t,e,r){var n;t.exports=(n=r(249),function(){var t=n,e=t.lib.WordArray;function r(t,r,n){for(var i=[],o=0,s=0;s<r;s++)if(s%4){var a=n[t.charCodeAt(s-1)]<<s%4*2|n[t.charCodeAt(s)]>>>6-s%4*2;i[o>>>2]|=a<<24-o%4*8,o++}return e.create(i,o)}t.enc.Base64={stringify:function(t){var e=t.words,r=t.sigBytes,n=this._map;t.clamp();for(var i=[],o=0;o<r;o+=3)for(var s=(e[o>>>2]>>>24-o%4*8&255)<<16|(e[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|e[o+2>>>2]>>>24-(o+2)%4*8&255,a=0;a<4&&o+.75*a<r;a++)i.push(n.charAt(s>>>6*(3-a)&63));var c=n.charAt(64);if(c)for(;i.length%4;)i.push(c);return i.join("")},parse:function(t){var e=t.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<n.length;o++)i[n.charCodeAt(o)]=o}var s=n.charAt(64);if(s){var a=t.indexOf(s);-1!==a&&(e=a)}return r(t,e,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),n.enc.Base64)},783:function(t,e,r){var n,i,o,s,a,c,f,u;t.exports=(u=r(249),i=(n=u).lib,o=i.WordArray,s=i.Hasher,a=n.algo,c=[],f=a.SHA1=s.extend({_doReset:function(){this._hash=new o.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var r=this._hash.words,n=r[0],i=r[1],o=r[2],s=r[3],a=r[4],f=0;f<80;f++){if(f<16)c[f]=0|t[e+f];else{var u=c[f-3]^c[f-8]^c[f-14]^c[f-16];c[f]=u<<1|u>>>31}var l=(n<<5|n>>>27)+a+c[f];l+=f<20?1518500249+(i&o|~i&s):f<40?1859775393+(i^o^s):f<60?(i&o|i&s|o&s)-1894007588:(i^o^s)-899497514,a=s,s=o,o=i<<30|i>>>2,i=n,n=l}r[0]=r[0]+n|0,r[1]=r[1]+i|0,r[2]=r[2]+o|0,r[3]=r[3]+s|0,r[4]=r[4]+a|0},_doFinalize:function(){var t=this._data,e=t.words,r=8*this._nDataBytes,n=8*t.sigBytes;return e[n>>>5]|=128<<24-n%32,e[14+(n+64>>>9<<4)]=Math.floor(r/4294967296),e[15+(n+64>>>9<<4)]=r,t.sigBytes=4*e.length,this._process(),this._hash},clone:function(){var t=s.clone.call(this);return t._hash=this._hash.clone(),t}}),n.SHA1=s._createHelper(f),n.HmacSHA1=s._createHmacHelper(f),u.SHA1)},480:()=>{}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={exports:{}};return t[n].call(o.exports,o,o.exports,r),o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),(()=>{"use strict";var t,e=r(783),n=r.n(e),i=r(269),o=r.n(i),s=r(249),a=5e6,c=0,f=0,u=0,l=!1,h=null;function p(t){return(255&t)<<24|(65280&t)<<8|t>>8&65280|t>>24&255}function d(){var e=function(t){var e=1;t>16777215?e=4:t>65535?e=3:t>255&&(e=2);for(var r=new Uint8Array(e),n=r.length-1;n>=0;n--){var i=255&t;r[n]=i,t>>>=8}return r}(c),r=t.length+e.length,i=r%4==0?0:4-r%4,a=new Uint8Array(r+i);a.set(t),a.set(e,t.length);var f=s.lib.WordArray.create(new Int32Array(a.buffer).map(p));f.sigBytes-=i;var l=n()(f);return l&&l.words&&l.words[0]?l.words[0]>>>32-u==0?o().stringify(f):null:(console.error("SHA1 failed on:",f,"got back:",l),null)}function g(e,r,n){h||(c=r||0,u=n,t=e,l=!1,f=0,new Promise((function(t,e){h=setInterval((function(){for(var r=0;r++<2e4;){if(l)return h&&clearInterval(h),e("canceled");f++;try{var n=d();if(c++,null==n)continue;return h&&clearInterval(h),t(n)}catch(t){return h&&clearInterval(h),e(null==t?void 0:t.message)}}if(self.postMessage({msg:"stats",hashes:f}),f>a)return h&&clearInterval(h),e("give-up")}),1)})).then((function(t){self.postMessage({msg:"solution",sol:t,hashes:f})})).catch((function(t){self.postMessage({msg:"exception",err:t,hashes:f})})))}self.onmessage=function(t){var e=t.data;switch(e.cmd){case"begin":if(!e.callenge||!e.start_from||!e.complexity)return void self.postMessage({msg:"exception",err:"Invalid payload",hashes:f});g(e.callenge,parseInt(e.start_from),parseInt(e.complexity));break;case"stop":l=!0}}})()})();'],{type:"application/javascript"}))),e=function(){function e(r,n){var o=this;if(this.id=e.workerIdSeq++,this.start_from=0,this.hashes=0,this.complexity=0,this.onSolutionFound=console.info,this.onError=function(t){console.error(o.id,"Error from worker:",t)},this.start_from=r,this.complexity=n,this.worker=new Worker(t),!this.worker)throw new Error("Failed to initialize worker");this.worker.onmessage=function(t){var e=t.data,r=e.msg,n=e.sol,i=e.err,s=e.hashes;o.hashes=s,"exception"!=r?"solution"!=r?"stats"!=r&&console.error(o.id,"Unknown message received:",r,n,i):o.onSolutionFound(n):o.onError(i)}}return e.prototype.start=function(t){this.worker.postMessage({cmd:"begin",callenge:t,start_from:this.start_from,complexity:this.complexity,workerid:this.id})},e.prototype.stop=function(){this.worker.terminate()},e.workerIdSeq=0,e}();const r=e;var n,o,i,s=5e6,a=[],c=null,f="/.well-known/captcha/";"undefined"!=typeof sgfallback_url&&(f=sgfallback_url),window.addEventListener("error",(function(t){return console.error(t),d(t.message),!0})),window.addEventListener("load",(function(){n=Date.now();try{!function(){if(!sgsubmit_url||!sgchallenge)throw new Error("Poor setup");0;o=(new TextEncoder).encode(sgchallenge),i=sgsubmit_url;var t=sgchallenge.split(":",1);if(!t||1!=t.length)throw new Error("Challenge complexity is unknown");for(var e=parseInt(t[0]),n=0;n<8;n++){var c=new r(u+n*s,e);c.onSolutionFound=h,c.onError=d,a.push(c)}}()}catch(t){return void(t instanceof Error?d(t.message):d(String(t)))}!function(){for(var t=0,e=a;t<e.length;t++){e[t].start(o)}}(),c=window.setTimeout(d,1e4)}));var u=Math.round(Math.random()*s);function l(){for(var t=0,e=a;t<e.length;t++){e[t].stop()}}function h(t){l();var e=Date.now()-n;c&&clearTimeout(c);var r=0;a.map((function(t){return r+=t.hashes})),window.location.href=i+(i.indexOf("?")>-1?"&":"?")+"sol="+encodeURIComponent(t)+"&s="+String(e)+":"+String(r)}function d(t){l(),console.error(t);var e=f;t&&(e+=f.indexOf("?")>-1?"&":"?",e+="e="+encodeURIComponent(t)),window.location.href=e}})();</script></head><body style="text-align: center; margin: 0; padding: 0; height: 100%; color: #363636;"><section><div style="position: relative; width: 320px; margin: 3% auto 2% auto;" class="head-image"><img style="width: 240px;" src="https://d1rozh26tys225.cloudfront.net/robot-suspicion.svg" alt="Robot"></div><div id="powCaptcha" style="margin: 0 auto 2% auto; padding: 0 0 140px;"><h1 style="margin: 20px 20px 10px; font: 700 36px/46px Arial, Helvetica sans-serif;">mrkeyshop.com</h1><p style="padding: 0 20px 20px 20px; font: 400 18px/28px Arial, Helvetica ,sans-serif; max-width: 700px; margin: 0 auto;">Checking the site connection security</p><div style="width: 100px; position: relative; margin: 0 auto;"><img style="width: 100%; position: relative; right: -20px;" src="https://d1rozh26tys225.cloudfront.net/loader.svg" alt="CDN icon"></div></div></section><footer style="position: fixed; bottom: 0; border-top: 1px solid #b7b7b7; width: 100%; background: #fff;"><p style="padding: 10px 20px; margin: 0; font: 400 14px/24px Arial, Helvetica ,sans-serif; text-align: center;">This page requires cookies to be enabled in your browser settings. Please check this setting and enable cookies (if disabled)</p></footer>
</body></html>