Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
node-braces /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
compile.js
178
B
-rw-r--r--
expand.js
866
B
-rw-r--r--
option-transform.js
545
B
-rw-r--r--
parse.js
799
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parse.js
'use strict'; // const input = 'foo/{a,bar/{b,c},d}'; // const input = 'a/{b,c{x,y}}/d'; // const input = '{{x,y},/{b,c{x,y}d,e}/f}'; // const input = '{{a,b}/{b,c{x,y}d,e}/f,x,z}'; // const input = 'a/{b,c}/d'; // const ast = parse(input); // console.log(ast) // console.log(JSON.stringify(ast.queue)); // console.log('EXPECTED:', [ 'a/b/f', 'a/cxd/f', 'a/cyd/f', 'a/e/f' ]); // console.log(JSON.stringify(ast, null, 2)) // console.log(expand(ast)); // expand(ast); // const sets = parse('foo/{a/b,{c,d,{x..z},e},f}/bar'); // const sets = parse('{a,{c,d}'); // console.log(sets.nodes[2]); // console.log(compile(sets)); // const range = parse(']{a..e,z}'); // console.log(range.nodes[2]); // console.log(braces.expand(']{a..e,z}')) // console.log(compile(range)); // console.log(parse('[abc]'))
Close