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\([^\$]‘:

act</a></li>
	<li><a href="About Us.html">About Us</a></li>
	<li><a href="Staff.html">Staff</a></li>
	<li><a href="New_Products.xml">New Products</a></li>
	<li><a href="orderform.html">Order Form</a></li>
</ul>

<div id="divorder">

<?php
$con = mysql_connect("zim.cs.uow.edu.au","nh391","ongaicoi");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("nh391", $con);

mysql_query("INSERT INTO order_table (lastname, firstname, street, city, state, telephone, 
payment, postcod

Source: pastebin.com/raw.php?i=RetCxHBw

Tags: ,

Comments are closed.