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\-_\!\$]+["']‘: $json[]['serverUpdatedBy'] = $row['serverUpdatedBy']; $json[]['serverUpdatedDtTm'] = $row['serverUpdatedDtTm']; } $jsonResults = json_encode($json); return $jsonResults; } ?> <?php $host = 'localhost'; $user = 'userName'; $password = 'password'; $database = 'database'; $link = new mysqli($host, $user, $password, $database); if (mysqli_connect_errno()) { exit('Connect failed: '. mysqli_connect_error()); } ?> global $link; function AllServers($link) { $serverInfoQuery = [...]

Viewing all articles
Browse latest Browse all 2663

Trending Articles