Checking Registration Exploit



"; if($_POST['scan']) { $site = explode("\r\n",$_POST['sites']); foreach($site as $sites) { $curl = curl_init("{$sites}/index.php?option=com_users&view=registration"); curl_setopt($curl, CURLOPT_FAILONERROR, true); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($curl); if(eregi("jform_email2-lbl",$result)) { echo " {$sites} Infected
"; } else { echo "{$sites} Not Infected
"; } } } echo "

Coded By : xSecurity - Skype : b0x-sa

4u : Mr.Dm4r - Lov3rDNSDamaneDz - r0kin - b0x - FoX HaCkEr

"; ?>