webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
srmklive
/
paypal
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
.github
--
ren
config
--
ren
lang
--
ren
src
--
ren
tests
--
ren
.coveralls.yml
0.023KB
edt
ren
.gitattributes
0.041KB
edt
ren
.gitignore
0.091KB
edt
ren
.scrutinizer.yml
0.839KB
edt
ren
.travis.yml.bak
0.945KB
edt
ren
Dockerfile
0.418KB
edt
ren
LICENSE
1.055KB
edt
ren
README.md
7.221KB
edt
ren
composer.json
1.441KB
edt
ren
docker-compose.yml
0.173KB
edt
ren
phpstan.neon.dist
0.208KB
edt
ren
phpunit.xml.dist
1.117KB
edt
ren
phpunit.xml.dist.php72
1.161KB
edt
ren
phpunit.xml.dist.php8
1.177KB
edt
ren
supervisor.conf
0.026KB
edt
ren
language: php sudo: false php: - 7.0 - 7.1 - 7.2 - 7.3 - 7.4 env: global: - setup=stable - coverage=no before_script: - composer update --prefer-dist --no-interaction script: - if [[ $coverage = 'yes' ]]; then ./vendor/bin/phpunit $(if [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then echo "-c phpunit.xml.legacy"; fi;) --coverage-clover build/logs/clover.xml; fi - if [[ $coverage = 'no' ]]; then ./vendor/bin/phpunit $(if [ "$TRAVIS_PHP_VERSION" == "7.1" ] || [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then echo "-c phpunit.xml.legacy"; fi;); fi after_script: - if [[ $setup = 'coveralls' ]]; then php vendor/bin/php-coveralls -v; fi matrix: include: - php: 7.0 env: setup=coveralls coverage=yes - php: 7.1 env: setup=coveralls coverage=yes - php: 7.2 env: setup=coveralls coverage=yes - php: 7.3 env: setup=coveralls coverage=yes - php: 7.4 env: setup=coveralls coverage=yes fast_finish: true