Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
symfony
/
console
/
Descriptor
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ApplicationDescription.php
3.604KB
edt
ren
Descriptor.php
2.594KB
edt
ren
DescriptorInterface.php
0.55KB
edt
ren
JsonDescriptor.php
5.61KB
edt
ren
MarkdownDescriptor.php
6.237KB
edt
ren
ReStructuredTextDescrip
...
10.418KB
edt
ren
TextDescriptor.php
12KB
edt
ren
XmlDescriptor.php
9.481KB
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\Descriptor; use Symfony\Component\Console\Output\OutputInterface; /** * Descriptor interface. * * @author Jean-François Simon <contact@jfsimon.fr> */ interface DescriptorInterface { public function describe(OutputInterface $output, object $object, array $options = []): void; }