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\-_\!\$]+["']‘: ssage mail = None def configure_mail(app): # EMAIL SETTINGS global mail app.config.update( MAIL_SERVER = 'smtp.gmail.com', MAIL_PORT = 465, MAIL_USE_SSL = True, MAIL_USERNAME = 'blabla@gmail.com', MAIL_PASSWORD = 'mega_password', DEFAULT_MAIL_SENDER = 'blabla@gmail.com', SECRET_KEY = 'abcdefd_thats_a_charming_secret_key', ) mail=Mail(app) def send_email(subject, sender, recipients, text_body, html_body): msg = Message(subject, sender = sender, recipie Source: http://pastebin.com/raw.php?i=b80jGxAF

Viewing all articles
Browse latest Browse all 2663

Trending Articles