Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
public-encrypt /
[ HOME SHELL ]
Name
Size
Permission
Action
browser.js
327
B
-rw-r--r--
index.js
552
B
-rw-r--r--
mgf.js
423
B
-rw-r--r--
package.json
915
B
-rw-r--r--
privateDecrypt.js
2.37
KB
-rw-r--r--
publicEncrypt.js
2.27
KB
-rw-r--r--
withPublic.js
275
B
-rw-r--r--
xor.js
129
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mgf.js
var createHash = require('create-hash') var Buffer = require('safe-buffer').Buffer module.exports = function (seed, len) { var t = Buffer.alloc(0) var i = 0 var c while (t.length < len) { c = i2ops(i++) t = Buffer.concat([t, createHash('sha1').update(seed).update(c).digest()]) } return t.slice(0, len) } function i2ops (c) { var out = Buffer.allocUnsafe(4) out.writeUInt32BE(c, 0) return out }
Close