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

Potential leak of data: Simple Password

$
0
0
Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: CKEND = 'django.core.mail.backends.smtp.EmailBackend' [Errno 10051] A socket operation was attempted to an unreachable network ## Email ## GMail EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = 'your-email@gmail.com' EMAIL_HOST_PASSWORD = 'your-password' EMAIL_PORT = 587 EMAIL_FROM = 'your-email@gmail.com' from django.core.mail import send_mail send_mail('Subject here', 'Here is the message.', 'your-email@example.com', ['to@example.com'], fail_silently=False) Source: […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles