webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
doctrine
/
inflector
/
lib
/
Doctrine
/
Inflector
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Rules
--
ren
CachedWordInflector.php
0.499KB
edt
ren
GenericLanguageInflecto
...
1.636KB
edt
ren
Inflector.php
12.547KB
edt
ren
InflectorFactory.php
1.389KB
edt
ren
Language.php
0.42KB
edt
ren
LanguageInflectorFactor
...
0.786KB
edt
ren
NoopWordInflector.php
0.196KB
edt
ren
RulesetInflector.php
1.323KB
edt
ren
WordInflector.php
0.14KB
edt
ren
<?php declare(strict_types=1); namespace Doctrine\Inflector; interface WordInflector { public function inflect(string $word): string; }