z######################################################################################## # # Name : z-breaknews 2.0 (single.php) Remote SQL Injection Vulnerability # Author : cOndemned [ Dark-Coders ] # Greetz : Avantura, str0ke, ZaBeaTy, t0pP8uZz, 0in, suN8Hclf & All of my friends # ######################################################################################## source of single.php : [ ... ] 4. @mysql_select_db("$dbName")or die("Íĺ ěîăó âűáđŕňü áŕçó äŕííűő "); 5. $row=mysql_fetch_array(mysql_query("SELECT * FROM $table WHERE id=".$_GET['id'])); 6. echo $row['date'] ?> [ ... ] 36. $row=mysql_fetch_array(mysql_query("SELECT * FROM $table WHERE id=".$_GET['id'])); [ ... ] 41.