Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <? } elseif($login==login) { $username = clean($_POST[username]); $password = md5($_POST[password]); $date = date("Y-m-d"); $time = date("H:i:s"); $sql = mysql_query("select * from usr_users where username = '$username' AND password = '$password'"); $check = mysql_num_rows($sql); if($check!=1) { echo("Usuário ou senha incorretos"); echo('<meta http-equiv="refresh" content="3;url=index.php" />'); $success = "Falhou"; if($content[loginlog]==1) $sqllog = mysql_query("i […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles