Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
spatie
/
laravel-data
/
src
/
RuleInferrers
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
AttributesRuleInferrer.php
1.297KB
edt
ren
BuiltInTypesRuleInferre
...
1.533KB
edt
ren
NullableRuleInferrer.php
0.626KB
edt
ren
RequiredRuleInferrer.php
1.432KB
edt
ren
RuleInferrer.php
0.352KB
edt
ren
SometimesRuleInferrer.php
0.63KB
edt
ren
<?php namespace Spatie\LaravelData\RuleInferrers; use Spatie\LaravelData\Support\DataProperty; use Spatie\LaravelData\Support\Validation\PropertyRules; use Spatie\LaravelData\Support\Validation\ValidationContext; interface RuleInferrer { public function handle(DataProperty $property, PropertyRules $rules, ValidationContext $context): PropertyRules; }