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
/
home /
amatya /
quiz1 /
node_modules /
fast-uri /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitkeep
0
B
-rw-rw-rw-
ajv.test.js
737
B
-rw-rw-rw-
compatibility.test.js
4.02
KB
-rw-rw-rw-
equal.test.js
3.22
KB
-rw-rw-rw-
parse.test.js
13.54
KB
-rw-rw-rw-
resolve.test.js
3.71
KB
-rw-rw-rw-
serialize.test.js
5.75
KB
-rw-rw-rw-
uri-js.test.js
40.15
KB
-rw-rw-rw-
util.test.js
572
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.test.js
'use strict' const test = require('tape') const { stringArrayToHexStripped } = require('../lib/utils') test('stringArrayToHexStripped', (t) => { const testCases = [ [[['0', '0', '0', '0']], ''], [[['0', '0', '0', '0'], false], ''], [[['0', '0', '0', '0'], true], '0'], [[['0', '1', '0', '0'], false], '100'], [[['1', '0', '0', '0'], false], '1000'], [[['1', '0', '0', '0'], true], '1000'] ] t.plan(testCases.length) testCases.forEach(([input, expected]) => { t.same(stringArrayToHexStripped(input[0], input[1]), expected) }) })
Close