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\-_\!\$]+["']‘: ->IsSMTP(); // telling the class to use SMTP $mail->Mailer = "smtp"; $mail->Host = "ssl://smtp.gmail.com"; $mail->Port = 465; $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "yourusername@gmail.com"; // SMTP username $mail->Password = "yourpassword"; // SMTP password $mail->From = "email address sender"; $mail->AddAddress("email address receiver"); $mail->Subject = "First PHPMailer Message"; […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles