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\-_\!\$]+["']‘: set_time_limit(0); $hostname = "{localhost:110/pop3/novalidate-cert}INBOX"; $username = 'xxxx'; $password = "xxxx"; $inbox = imap_open($hostname, $username, $password) or die("Cannot connect to pop: " . imap_last_error()); $emails = imap_search($inbox, 'ALL'); if($emails){ $output = ''; rsort($emails); foreach($emails as $key1 => $email_number){ if($key1 Source: http://pastebin.com/raw.php?i=7fvqgMz4

Viewing all articles
Browse latest Browse all 2663

Trending Articles