LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Command Line Password

0 votedvote

Detected 2 occurrence(s) of ‘\-\-[pP]assword\=[^%^\$]‘:

EY ('id')
)
	
CREATE TABLE IF NOT EXISTS db1(
  id int(255) NOT NULL auto_increment,
  `date` date NOT NULL,
  title varchar(255) NOT NULL,
  introtext text NOT NULL,
  maintext text NOT NULL,
  PRIMARY KEY (id)
) ;
	
. query.sql
	
mysql --user=root --password=admin --database=zero < query.sql

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

Tags: ,

Comments are closed.