Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $username = $_POST['user']; $password = $_POST['pass']; if($username=="admin" && $password="hunter2") { include "page.html"; }else{ echo "<script>alert('Incorrect username or Password!');</script>"; } ?> Source: http://pastebin.com/raw.php?i=ZKwatZP8
↧