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

Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': o direct script access allowed'); class SMTPMail extends CI_Controller { /** * @author Praneeth Nidarshan * @see git@gist.github.com:8d54499e903d35155af6.git */ public function index() { $sender_email = "someone@gmail.com"; $user_password = "password"; $username = "Howdy"; $receiver_email = "hody@gmail.com"; $subject = "Sample"; $message = "Hello"; $this->emailConfig(); // Sender email address $this->email->from($sender_email, $username); // Receiver […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles