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 /
http2-wrapper /
[ HOME SHELL ]
Name
Size
Permission
Action
source
[ DIR ]
drwxr-xr-x
index.d.ts
4.27
KB
-rw-r--r--
package.json
1.59
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "http2-wrapper", "version": "2.1.9", "description": "HTTP2 client, just with the familiar `https` API", "main": "source", "types": "index.d.ts", "engines": { "node": ">=10.19.0" }, "scripts": { "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava && tsd" }, "files": [ "source", "index.d.ts" ], "keywords": [ "http2", "https", "http", "request" ], "repository": { "type": "git", "url": "git+https://github.com/szmarczak/http2-wrapper.git" }, "author": "Szymon Marczak", "license": "MIT", "bugs": { "url": "https://github.com/szmarczak/http2-wrapper/issues" }, "homepage": "https://github.com/szmarczak/http2-wrapper#readme", "dependencies": { "quick-lru": "^5.1.1", "resolve-alpn": "^1.2.0" }, "devDependencies": { "@sindresorhus/is": "^4.0.1", "ava": "^3.15.0", "benchmark": "^2.1.4", "get-stream": "^6.0.1", "got": "^11.8.2", "http2-proxy": "^5.0.53", "https-proxy-agent": "^5.0.0", "lolex": "^6.0.0", "many-keys-map": "^1.0.3", "nyc": "^15.1.0", "p-event": "^4.2.0", "tempy": "^1.0.1", "to-readable-stream": "^2.1.0", "tsd": "^0.17.0", "websocket-stream": "^5.5.2", "ws": "^7.5.3", "xo": "0.39.1" }, "ava": { "timeout": "10s" }, "nyc": { "include": [ "source" ] }, "xo": { "rules": { "unicorn/no-for-loop": "off", "unicorn/prefer-module": "off", "comma-dangle": "off", "@typescript-eslint/comma-dangle": "off", "quotes": [ "error", "single", { "avoidEscape": true, "allowTemplateLiterals": true } ], "operator-linebreak": ["error", "before"] } } }
Close