Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
webpack /
schemas /
plugins /
[ HOME SHELL ]
Name
Size
Permission
Action
debug
[ DIR ]
drwxr-xr-x
optimize
[ DIR ]
drwxr-xr-x
BannerPlugin.json
2.4
KB
-rw-r--r--
DllPlugin.json
1019
B
-rw-r--r--
DllReferencePlugin.json
5.9
KB
-rw-r--r--
HashedModuleIdsPlugin.json
846
B
-rw-r--r--
IgnorePlugin.json
1005
B
-rw-r--r--
LoaderOptionsPlugin.json
773
B
-rw-r--r--
ProgressPlugin.json
1.47
KB
-rw-r--r--
SourceMapDevToolPlugin.json
5.19
KB
-rw-r--r--
WatchIgnorePlugin.json
430
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ProgressPlugin.json
{ "definitions": { "HandlerFunction": { "description": "Function that executes for every progress step", "instanceof": "Function", "tsType": "((percentage: number, msg: string, ...args: string[]) => void)" }, "ProgressPluginOptions": { "type": "object", "additionalProperties": false, "properties": { "activeModules": { "description": "Show active modules count and one active module in progress message", "type": "boolean" }, "entries": { "description": "Show entries count in progress message", "type": "boolean" }, "handler": { "description": "Function that executes for every progress step", "anyOf": [ { "$ref": "#/definitions/HandlerFunction" } ] }, "modules": { "description": "Show modules count in progress message", "type": "boolean" }, "modulesCount": { "description": "Minimum modules count to start with. Only for mode=modules. Default: 500", "type": "number" }, "profile": { "description": "Collect profile data for progress steps. Default: false", "enum": [true, false, null] } } } }, "title": "ProgressPluginArgument", "oneOf": [ { "$ref": "#/definitions/ProgressPluginOptions" }, { "$ref": "#/definitions/HandlerFunction" } ] }
Close