LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: MySQL Connect Information

0 votedvote

Detected 1 occurrence(s) of ‘mysql_[p]*connect\([^\$]‘:

<?php

/**
 * 
 * Разработчик Vinni 
 * icq: 5071066
 * skype: rscxottab
 * email: vinnizp@gmail.com
 * 
 */
mysql_connect('server', 'login', 'password');
mysql_select_db('database');

$limit = 10;

if (isset($_GET['per'])) {
    $per = $_GET['per']*$limit;
    include_once 'email.class.php';
    $q = mysql_query('SELECT * FROM `user_emails` LIMIT '.$per.','.$limit);

Source: http://pastebin.com/raw.php?i=xDt9Uy0M

Tags: ,

Comments are closed.