Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': t[5]; $mail = new \PHPMailer(); $mail->IsSMTP(); $mail->SMTPDebug = 1; $mail->SMTPAuth = true; $mail->SMTPSecure = 'ssl'; $mail->Host = 'smtp.gmail.com'; $mail->Port = 465; $mail->Username = 'donotreply.gtirecovery@gmail.com'; $mail->Password = 'd5YR71bN6HbjKIZ'; $mail->SetFrom('donotreply.gtirecovery@gmail.com', 'GTI Automated Recovery System'); $mail->Subject = 'Grand Theft International'; $mail->Body = 'GTI Account Password Recovery Attempt NOTE: DO NOT close the recovery […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles