Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
AttrDef
/
HTML
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Bool.php
0.853KB
edt
ren
Class.php
1.45KB
edt
ren
Color.php
1.167KB
edt
ren
ContentEditable.php
0.406KB
edt
ren
FrameTarget.php
0.814KB
edt
ren
ID.php
3.129KB
edt
ren
Length.php
1.221KB
edt
ren
LinkTypes.php
1.634KB
edt
ren
MultiLength.php
1.301KB
edt
ren
Nmtokens.php
2.095KB
edt
ren
Pixels.php
1.684KB
edt
ren
<?php class HTMLPurifier_AttrDef_HTML_ContentEditable extends HTMLPurifier_AttrDef { public function validate($string, $config, $context) { $allowed = array('false'); if ($config->get('HTML.Trusted')) { $allowed = array('', 'true', 'false'); } $enum = new HTMLPurifier_AttrDef_Enum($allowed); return $enum->validate($string, $config, $context); } }