Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
webmozart
/
assert
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
src
--
ren
.php-cs-fixer.php
0.765KB
edt
ren
CHANGELOG.md
6.151KB
edt
ren
LICENSE
1.059KB
edt
ren
README.md
15.694KB
edt
ren
composer.json
1.587KB
edt
ren
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests') ; return (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, '@Symfony' => true, 'ordered_imports' => true, 'array_syntax' => ['syntax' => 'long'], 'fully_qualified_strict_types' => false, 'global_namespace_import' => true, 'no_superfluous_phpdoc_tags' => false, 'phpdoc_annotation_without_dot' => false, 'phpdoc_types_order' => false, 'phpdoc_separation' => ['skip_unlisted_annotations' => true], 'phpdoc_summary' => false, 'phpdoc_to_comment' => false, 'phpdoc_align' => false, 'yoda_style' => false, ]) ->setFinder($finder) ;
<=Back
Liking