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\-_\!\$]+["']‘: import subprocess import smtplib import socket from email.mime.text import MIMEText import datetime # Change to your own account information to = 'me@example.com' gmail_user = 'test@gmail.com' gmail_password = 'yourpassword' smtpserver = smtplib.SMTP('smtp.gmail.com', 587) smtpserver.ehlo() smtpserver.starttls() smtpserver.ehlo smtpserver.login(gmail_user, gmail_password) today = datetime.date.today() # Very Linux Specific arg='ip route list' p=subprocess.Popen(arg,s Source: http://pastebin.com/raw.php?i=8BF36AuP

Viewing all articles
Browse latest Browse all 2663

Trending Articles