Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ield is Empty"; if(isset($_POST['submit'])) { $user = $_POST['username']; $pass = $_POST['password']; if($user == "" || $pass == "") { $errorlogin; } else { $result = mysql_query("select * from register where BINARY username='$user' and BINARY password='$pass'",$con) or die("Could not execute the select query."); $row = mysql_fetch_assoc($result); if(is_array($row) && !empty($row)) { $validuser […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles