Quantcast
Channel: Simple Password – LeakedIn
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPDebug = 1; $mail->SMTPSecure = 'ssl'; $mail->SMTPAuth = true; $mail->Host = "smtp.gmail.com"; $mail->Port = 465; $mail->Username = "username@gmail.com"; $mail->Password = "password"; $webmaster_email = "username@gmail.com"; $email=$_POST['email']; $name=$_POST['email']; $mail->From = "username@gmail.com"; $mail->FromName = "User Name"; $mail->AddAddress($_POST['email'],$_POST['email']); $mail->AddReplyTo Source: http://pastebin.com/raw.php?i=mCX0qiwV

Viewing all articles
Browse latest Browse all 2663

Trending Articles