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\-_\!\$]+["']‘: $mail->Host = 'smtp.gmail.com'; // Specify main and backup server $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'test1'; // SMTP username $mail->Password = 'PASSWORD'; // SMTP password $mail->SMTPSecure = 'tls'; // Enable encryption, 'ssl' also accepted $mail->From = ''test1@gmail.com"; $mail->AddAddress('test1@gmail.com', $name); // Add a recipient Source: http://pastebin.com/raw.php?i=wtw87z22

Viewing all articles
Browse latest Browse all 2663

Trending Articles