Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
gems /
3.0.0 /
gems /
rbs-1.0.4 /
schema /
Delete
Unzip
Name
Size
Permission
Date
Action
annotation.json
350
B
-rw-r--r--
2021-07-07 19:08
comment.json
492
B
-rw-r--r--
2021-07-07 19:08
decls.json
7.98
KB
-rw-r--r--
2021-07-07 19:08
function.json
2.03
KB
-rw-r--r--
2021-07-07 19:08
location.json
1.01
KB
-rw-r--r--
2021-07-07 19:08
members.json
5.91
KB
-rw-r--r--
2021-07-07 19:08
methodType.json
879
B
-rw-r--r--
2021-07-07 19:08
types.json
6.45
KB
-rw-r--r--
2021-07-07 19:08
Save
Rename
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "point": { "type": "object", "properties": { "line": { "type": "integer" }, "column": { "type": "integer" } }, "required": ["line", "column"] }, "buffer": { "type": "object", "properties": { "name": { "oneOf": [ { "type": "string" }, { "type": "null" } ] } }, "required": ["name"] }, "location": { "type": "object", "properties": { "start": { "$ref": "#/definitions/point" }, "end": { "$ref": "#/definitions/point" }, "buffer": { "$ref": "#/definitions/buffer" } }, "required": ["start", "end", "buffer"] } }, "oneOf": [ { "$ref": "#/definitions/location" }, { "type": "null" } ] }