# Checking joomla 1.6 - 1.7 Registration Exploit # Coded By : xSecurity # Skype : b0x-sa # 4u : Mr.Dm4r - Lov3rDNS - DamaneDz - r0kin - b0x - FoX HaCkEr @set_time_limit(0); echo "
"; 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} InfectedCoded By : xSecurity - Skype : b0x-sa
4u : Mr.Dm4r - Lov3rDNS - DamaneDz -
r0kin - b0x - FoX HaCkEr