Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
symfony
/
console
/
Attribute
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Reflection
--
ren
Argument.php
5.63KB
edt
ren
AsCommand.php
1.652KB
edt
ren
Ask.php
6.006KB
edt
ren
Interact.php
1.443KB
edt
ren
InteractiveAttributeInt
...
0.413KB
edt
ren
MapInput.php
5.664KB
edt
ren
Option.php
7.602KB
edt
ren
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Attribute; /** * @internal */ interface InteractiveAttributeInterface { public function getFunction(object $instance): \ReflectionFunction; }