webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
php-http
/
discovery
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
src
--
ren
.php-cs-fixer.php
0.247KB
edt
ren
CHANGELOG.md
9.421KB
edt
ren
LICENSE
1.057KB
edt
ren
README.md
3.684KB
edt
ren
composer.json
1.859KB
edt
ren
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->name('*.php') ; $config = (new PhpCsFixer\Config()) ->setRiskyAllowed(true) ->setRules([ '@Symfony' => true, ]) ->setFinder($finder) ; return $config;