Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Potential leak of data: Default Credentials

$
0
0
Detected 2 occurrence(s) of ‘default\s*credentials’: string bound = "----------------------------" + DateTime.Now.Ticks.ToString("x"); hr.ContentType = "multipart/form-data; boundary=" + bound; hr.Method = "POST"; hr.KeepAlive = true; hr.Credentials = CredentialCache.DefaultCredentials; byte[] boundBytes = Encoding.ASCII.GetBytes("rn--" + bound + "rn"); string formDataTemplate = "rn--" + bound + "rnContent-Disposition: form-data; name="{0}";rnrn{1}"; //add fields + a boundary MemoryStream fieldData = ne Source: http://pastebin.com/raw.php?i=szRqLW5h

Viewing all articles
Browse latest Browse all 2834

Trending Articles