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
/
usr /
lib /
ruby /
gems /
3.0.0 /
gems /
rbs-1.0.4 /
schema /
[ HOME SHELL ]
Name
Size
Permission
Action
annotation.json
350
B
-rw-r--r--
comment.json
492
B
-rw-r--r--
decls.json
7.98
KB
-rw-r--r--
function.json
2.03
KB
-rw-r--r--
location.json
1.01
KB
-rw-r--r--
members.json
5.91
KB
-rw-r--r--
methodType.json
879
B
-rw-r--r--
types.json
6.45
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : function.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "param": { "title": "Function parameter with type and optional name: `Integer size`, `::String name`, `untyped`, ...", "type": "object", "properties": { "type": { "$ref": "types.json" }, "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "required": ["type", "name"] } }, "properties": { "required_positionals": { "title": "Required positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "optional_positionals": { "title": "Optional positional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "rest_positionals": { "title": "Rest parameter", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "trailing_positionals": { "title": "Trailing potisional parameters", "type": "array", "items": { "$ref": "#/definitions/param" } }, "required_keywords": { "title": "Required keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "optional_keywords": { "title": "Optional keyword parameters", "additionalProperties": { "$ref": "#/definitions/param" } }, "rest_keywords": { "title": "Rest keyword parameters", "oneOf": [ { "$ref": "#/definitions/param" }, { "type": "null" } ] }, "return_type": { "title": "Return type of a function", "$ref": "types.json" } }, "required": ["required_positionals", "optional_positionals", "rest_positionals", "trailing_positionals", "required_keywords", "optional_keywords", "rest_keywords", "return_type"] }
Close