Quantcast
Channel: LeakedIn
Viewing all articles
Browse latest Browse all 5503

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘^\s*pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+$': LoadUserProfile = true, UseShellExecute = false, CreateNoWindow = true, RedirectStandardError = true, RedirectStandardInput = true, RedirectStandardOutput = true, Domain = accountDomain, UserName = accountName, Password = password }; StringWriter outWriter = new StringWriter(), errWriter = new StringWriter(); proc.OutputDataReceived += (o, e) => outWriter.Write(e.Data); proc.ErrorDataReceived += (o, e) => errWriter.Write(e.Data); […]

Viewing all articles
Browse latest Browse all 5503

Trending Articles