webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
stripe
/
stripe-php
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
data
--
ren
lib
--
ren
.gitignore
0.672KB
edt
ren
CHANGELOG.md
97.374KB
edt
ren
LICENSE
1.073KB
edt
ren
OPENAPI_VERSION
0.004KB
edt
ren
README.md
12.567KB
edt
ren
VERSION
0.007KB
edt
ren
composer.json
0.826KB
edt
ren
init.php
15.821KB
edt
ren
{ "name": "stripe/stripe-php", "description": "Stripe PHP Library", "keywords": [ "stripe", "payment processing", "api" ], "homepage": "https://stripe.com/", "license": "MIT", "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "require": { "php": ">=5.6.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^9.0", "friendsofphp/php-cs-fixer": "3.5.0", "phpstan/phpstan": "^1.2" }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "autoload-dev": { "psr-4": { "Stripe\\": [ "tests/", "tests/Stripe/" ] } }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }