Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: function proseslogin(){ if($_POST){ $username = addslashes($_POST['username']); $password = addslashes($_POST['password']); $group = addslashes($_POST['group']); $temp = $this->blog_model->GetUser("where username = '$username' and password = '$password'")->result_array(); if($temp != NULL){ $data = array( 'username' => $temp[0]['username'], 'pengguna' => $temp[0]['nama_lengkap'], 'password' => $temp[0]['password'], 'group' => $temp[0] ['group'] ); $this->sess Source: http://pastebin.com/raw.php?i=iVfp60xm

Viewing all articles
Browse latest Browse all 2663

Trending Articles