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\-_\!\$]+[“‘]': ; using Poco::Net::SMTPException; using Poco::Net::NetException; using Poco::Crypto::OpenSSLInitializer; using Poco::SharedPtr; std::string host = "smtp_host.com"; int port = 465; std::string user = "smtp-user"; std::string password = "smtp-password"; std::string to = "email-recipient@example.com"; std::string from = "email-sender@example.com"; std::string subject = "This is the subject"; subject = Poco::Net::MailMessage::encodeWord(subject, "UTF-8"); std::string content = "This is Source: […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles