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

Potential leak of data: Simple Password

$
0
0
Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: return EPROT; } else { urlStruct.protocol = url.substr(0, position+3); url.erase(0, position+3); } position = url.find("@"); if(position == string::npos) { urlStruct.username = "anonymous"; urlStruct.password = "secret"; size_t tmp_pos = url.find(":"); string tmp = url.substr(0, position); if(tmp.find(":") != string::npos) return EMISS; } else { string usr_pass = url.substr(0, position); url.erase(0, position+1); position […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles