Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <? $db_host = "localhost"; $db_username = "USER"; $db_password = "PASS"; $db_name = "DB"; //connect to the database server $connection = mysql_connect($db_host, $db_username, $db_password) or die(mysql_error()); //select database $db = mysql_select_db($db_name, $connection); $epoch = date(u); ?> Source: http://pastebin.com/raw.php?i=8rMu09rx
↧