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

Potential leak of data: Simple Password

$
0
0
Detected 3 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?xml version="1.0" encoding="utf-8" ?> <department> <store departmentid="62" user="abc" password="abc123" store_name="abc"/> <store departmentid="63" user="bcd" password="bcd123" store_name="bcd"/> <store departmentid="65" user="xyz" password="xyz123" store_name="xyz"/> </department> var xdoc = XDocument.Load(path_to_xml); var storeName = xdoc.Root.Elements() .Where(s => (int)s.Attribute("departmenid") == id) .Select(s => (string)s.Attribute("store_name")) Source: http://pastebin.com/raw.php?i=KPj1DcuH

Viewing all articles
Browse latest Browse all 2834

Trending Articles