LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: MySQL Connect Information

1 votedvote

Detected 1 occurrence(s) of ‘mysql_[p]*connect\([\w"'.]+’:

<?php

header("Location: http://labs.dinb.org/buch");

mysql_connect("195.42.114.62","web2500_11","darfstdunichtwissen");
mysql_select_db("usr_web2500_11");

$titel = addslashes($_POST["Titel"]);
$titel = mysql_escape_string($titel);
$autor = addslashes($_POST["Autor"]);
$autor = mysql_escape_string($autor);


$eintrag = "INSERT 

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

Tags: ,

Comments are closed.