Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
Strategy
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Composite.php
0.71KB
edt
ren
Core.php
0.506KB
edt
ren
FixNesting.php
7.38KB
edt
ren
MakeWellFormed.php
26.971KB
edt
ren
RemoveForeignElements.php
8.955KB
edt
ren
ValidateAttributes.php
1.206KB
edt
ren
<?php /** * Core strategy composed of the big four strategies. */ class HTMLPurifier_Strategy_Core extends HTMLPurifier_Strategy_Composite { public function __construct() { $this->strategies[] = new HTMLPurifier_Strategy_RemoveForeignElements(); $this->strategies[] = new HTMLPurifier_Strategy_MakeWellFormed(); $this->strategies[] = new HTMLPurifier_Strategy_FixNesting(); $this->strategies[] = new HTMLPurifier_Strategy_ValidateAttributes(); } } // vim: et sw=4 sts=4
<=Back
Liking