Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: = "inloggen.php"; }, 5000); </script> <?php } } if (isset($_POST['inloggen'])) { $encrypt = sha1($_POST['password']); $user = $_POST['user']; $selecteer = "SELECT user FROM users WHERE user = '$user' AND password = '$encrypt'"; $gebruiker = mysqli_query($conn, $selecteer) or die($conn); if (!isset($cookie)) { if ($gebruiker == TRUE) { $tijd = $_POST['tijd']; setcookie('user', '$gebruiker', […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles