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.1
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
/
var /
www /
html /
amatya /
node_modules /
mdn-data /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
at-rules.json
13.79
KB
-rw-r--r--
at-rules.schema.json
3.02
KB
-rw-r--r--
definitions.json
1.59
KB
-rw-r--r--
index.js
240
B
-rw-r--r--
properties.json
195.43
KB
-rw-r--r--
properties.schema.json
11.9
KB
-rw-r--r--
readme.md
1.52
KB
-rw-r--r--
selectors.json
14.27
KB
-rw-r--r--
selectors.schema.json
570
B
-rw-r--r--
syntaxes.json
23.5
KB
-rw-r--r--
syntaxes.schema.json
230
B
-rw-r--r--
types.json
2.45
KB
-rw-r--r--
types.schema.json
502
B
-rw-r--r--
units.json
2.75
KB
-rw-r--r--
units.schema.json
502
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : at-rules.schema.json
{ "definitions": { "stringOrPropertyList": { "oneOf": [ { "type": "string" }, { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "type": "string", "property-reference": { "comment": "property-reference is an extension to the JSON schema validator. Here it jumps 3 levels up in the hierarchy and tests if a value is an existing key in descriptors. See test/validate-schema.js for implementation details.", "$data": "3" } } } ] } }, "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "syntax": { "type": "string" }, "interfaces": { "type": "array", "items": { "type": "string" } }, "groups": { "type": "array", "minitems": 1, "uniqueItems": true, "items": { "$ref": "definitions.json#/groupList" } }, "descriptors": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": false, "properties": { "syntax": { "type": "string" }, "media": { "oneOf": [ { "type": "string", "enum": [ "all", "continuous", "paged", "visual" ] }, { "type": "array", "minItems": 2, "uniqueItems": true, "items": { "type": "string", "enum": [ "continuous", "paged", "visual" ] } } ] }, "initial": { "$ref": "#/definitions/stringOrPropertyList" }, "percentages": { "$ref": "#/definitions/stringOrPropertyList" }, "computed": { "$ref": "#/definitions/stringOrPropertyList" }, "order": { "enum": [ "orderOfAppearance", "uniqueOrder" ] }, "status": { "enum": [ "standard", "nonstandard", "experimental" ] } }, "required": [ "syntax", "media", "initial", "percentages", "computed", "order", "status" ] } }, "status": { "enum": [ "standard", "nonstandard", "experimental" ] } }, "required": [ "syntax", "groups", "status" ] } }
Close