Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
randomfill /
Delete
Unzip
Name
Size
Permission
Date
Action
.travis.yml
319
B
-rw-r--r--
2022-04-21 14:26
.zuul.yml
9
B
-rw-r--r--
2022-04-21 14:26
LICENSE
1.05
KB
-rw-r--r--
2022-04-21 14:26
README.md
459
B
-rw-r--r--
2022-04-21 14:26
browser.js
2.93
KB
-rw-r--r--
2022-04-21 14:26
index.js
266
B
-rw-r--r--
2022-04-21 14:26
package.json
897
B
-rw-r--r--
2022-04-21 14:26
test.js
821
B
-rw-r--r--
2022-04-21 14:26
Save
Rename
randomfill === [](https://www.npmjs.org/package/randomfill) randomfill from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues ```js var randomFill = require('randomfill'); var buf randomFill.randomFillSync(16);//get 16 random bytes randomFill.randomFill(16, function (err, resp) { // resp is 16 random bytes }); ```