Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Simple Password

$
0
0
Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: mysql_connect($server , $uid , $pwd) or die ("server not found"); mysql_select_db($schema) or die ("Database not found"); $sql = "SELECT User_ID, Username, Password, User_Level FROM Account WHERE Username = '$username' AND Password = '$password'"; $record = mysql_query($sql); $row = mysql_fetch_array($record); print_r($row); Array ( [0] => 16 [User_ID] => 16 [1] => […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles