Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
image
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Drivers
--
ren
Enums
--
ren
Exceptions
--
ren
Image.php
10.361KB
edt
ren
Point.php
0.254KB
edt
ren
Size.php
6.288KB
edt
ren
<?php namespace Spatie\Image; class Point { public function __construct(public int $x = 0, public int $y = 0) {} public function setCoordinates(int $x, int $y): self { $this->x = $x; $this->y = $y; return $this; } }
<=Back
Liking