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 /
events /
node_modules /
react-dom /
[ HOME SHELL ]
Name
Size
Permission
Action
cjs
[ DIR ]
drwxrwxr-x
umd
[ DIR ]
drwxrwxr-x
LICENSE
1.06
KB
-rw-rw-r--
README.md
1.08
KB
-rw-rw-r--
client.js
619
B
-rw-rw-r--
index.js
1.33
KB
-rw-rw-r--
package.json
1.32
KB
-rw-rw-r--
profiling.js
1.33
KB
-rw-rw-r--
server.browser.js
658
B
-rw-rw-r--
server.js
58
B
-rw-rw-r--
server.node.js
646
B
-rw-rw-r--
test-utils.js
220
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : client.js
'use strict'; var m = require('react-dom'); if (process.env.NODE_ENV === 'production') { exports.createRoot = m.createRoot; exports.hydrateRoot = m.hydrateRoot; } else { var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; exports.createRoot = function(c, o) { i.usingClientEntryPoint = true; try { return m.createRoot(c, o); } finally { i.usingClientEntryPoint = false; } }; exports.hydrateRoot = function(c, h, o) { i.usingClientEntryPoint = true; try { return m.hydrateRoot(c, h, o); } finally { i.usingClientEntryPoint = false; } }; }
Close