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

Potential leak of data: Simple Password

$
0
0
Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: IMIT 1"); $result = mysqli_query($db, $query); while($row = mysqli_fetch_array($result)) { ?> PROFILE VIEW <br>Name: <?php echo $row['nombre']?> ID: <?php echo $row['Age']?> <br /> <?php } ?> <?php $host = "localhost"; $username = "db_user"; $password = "db_pass"; $dbname = "db_name"; $db = mysqli_connect($host, $username, $password, $dbname); if(mysqli_connect_errno()) { die("Connection could not […]

Viewing all articles
Browse latest Browse all 2834

Trending Articles