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 : 18.219.203.214
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
pbkdf2 /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
async.js
2.61
KB
-rw-r--r--
1985-10-26 08:15
default-encoding.js
278
B
-rw-r--r--
1985-10-26 08:15
precondition.js
750
B
-rw-r--r--
1985-10-26 08:15
sync-browser.js
2.48
KB
-rw-r--r--
1985-10-26 08:15
sync.js
1.21
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
var MAX_ALLOC = Math.pow(2, 30) - 1 // default in iojs function checkBuffer (buf, name) { if (typeof buf !== 'string' && !Buffer.isBuffer(buf)) { throw new TypeError(name + ' must be a buffer or string') } } module.exports = function (password, salt, iterations, keylen) { checkBuffer(password, 'Password') checkBuffer(salt, 'Salt') if (typeof iterations !== 'number') { throw new TypeError('Iterations not a number') } if (iterations < 0) { throw new TypeError('Bad iterations') } if (typeof keylen !== 'number') { throw new TypeError('Key length not a number') } if (keylen < 0 || keylen > MAX_ALLOC || keylen !== keylen) { /* eslint no-self-compare: 0 */ throw new TypeError('Bad key length') } }