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.159
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
/
home /
amatya /
quiz1 /
node_modules /
@babel /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
dr-xr-xr-x
node_modules
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
LICENSE
1.08
KB
-rw-rw-rw-
README.md
401
B
-rw-rw-rw-
cjs-proxy.cjs
1.58
KB
-rw-rw-rw-
package.json
2.46
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cjs-proxy.cjs
"use strict"; const babelP = import("./lib/index.js"); let babel = null; Object.defineProperty(exports, "__ initialize @babel/core cjs proxy __", { set(val) { babel = val; }, }); exports.version = require("./package.json").version; const functionNames = [ "createConfigItem", "loadPartialConfig", "loadOptions", "transform", "transformFile", "transformFromAst", "parse", ]; const propertyNames = [ "buildExternalHelpers", "types", "tokTypes", "traverse", "template", ]; for (const name of functionNames) { exports[name] = function (...args) { if ( process.env.BABEL_8_BREAKING && typeof args[args.length - 1] !== "function" ) { throw new Error( `Starting from Babel 8.0.0, the '${name}' function expects a callback. If you need to call it synchronously, please use '${name}Sync'.` ); } babelP.then(babel => { babel[name](...args); }); }; exports[`${name}Async`] = function (...args) { return babelP.then(babel => babel[`${name}Async`](...args)); }; exports[`${name}Sync`] = function (...args) { if (!babel) throw notLoadedError(`${name}Sync`, "callable"); return babel[`${name}Sync`](...args); }; } for (const name of propertyNames) { Object.defineProperty(exports, name, { get() { if (!babel) throw notLoadedError(name, "accessible"); return babel[name]; }, }); } function notLoadedError(name, keyword) { return new Error( `The \`${name}\` export of @babel/core is only ${keyword}` + ` from the CommonJS version after that the ESM version is loaded.` ); }
Close