Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Repositories
/
Integrations
/
Interfaces
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Dto.php
6.402KB
edt
ren
IntegrationInterface.php
0.554KB
edt
ren
OpenApiPaginatedRespons
...
0.896KB
edt
ren
ResponseDto.php
1.147KB
edt
ren
<?php namespace App\Repositories\Integrations\Interfaces; interface IntegrationInterface { public function createDataInAccountDb($modelId, $data); public function createDataInCounterpartyDb($modelId, $data); public function createDataInOrganizationsDb($modelId, $data); public function createDataInPaymentsDb($modelId, $data); public function getOrganizationId($modelId, $organizationExternalId); public function getCounterpartyId($modelId, $counterpartyExternalId); public function getAccountId($modelId, $accountExternalId); }