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.135.246.88
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 /
math-random /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
15
B
-rw-r--r--
2017-07-13 07:43
.travis.yml
65
B
-rw-r--r--
2017-07-13 07:43
browser.js
503
B
-rw-r--r--
2017-07-13 08:34
node.js
236
B
-rw-r--r--
2017-07-13 05:17
package.json
1.46
KB
-rw-r--r--
2021-02-04 21:24
readme.md
590
B
-rw-r--r--
2017-07-13 07:46
test.js
707
B
-rw-r--r--
2017-07-13 07:43
Save
Rename
module.exports = (function (global) { var uint32 = 'Uint32Array' in global var crypto = global.crypto || global.msCrypto var rando = crypto && typeof crypto.getRandomValues === 'function' var good = uint32 && crypto && rando if (!good) return Math.random var arr = new Uint32Array(1) var max = Math.pow(2, 32) function random () { crypto.getRandomValues(arr) return arr[0] / max } random.cryptographic = true return random })(typeof self !== 'undefined' ? self : window)