LeakedIn Logo
Stories About Data Leaks and Related Stuff

Posts Tagged ‘Command Line Password’

Potential leak of data: Command Line Password

0 votedvote

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

use [your database name];
select now(); source /path/to/yourSqlFile.sql; select now();
	
mysql --host=blink10.cfti81qgpnos.us-east-1.rds.amazonaws.com 
  --password=XXXXXXX --user=bill < /data/tt.sql

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

Potential leak of data: Command Line Password

0 votedvote

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

mysql --host=dbbackend --user=stack --password=overflow dbname -e 'source file1.sql'
	
<apply executable="mysql" dir="." failonerror="true">
      <arg value="--host=dbbackend"></arg>
      <arg value="--user=stack"></arg>
      <arg value="--password=overflow"></arg>
      <arg value="mydbname"></arg>
      <arg value="--e source dummy.sql"></arg>
      <fileset dir="${db.dump.location.data}" casesensitive="no" description="take all sql files">
          <patternset>
              <include name="**/*.sq

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

Potential leak of data: Command Line Password

0 votedvote

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

mysql --host=dbbackend --user=stack --password=overflow dbname -e 'source file1.sql'
	
<apply executable="mysql" dir="." failonerror="true">
      <arg value="--host=dbbackend"></arg>
      <arg value="--user=stack"></arg>
      <arg value="--password=overflow"></arg>
      <arg value="mydbname"></arg>
      <arg value="--e source dummy.sql"></arg>
      <fileset dir="${db.dump.location.data}" casesensitive="no" description="take all sql files">
          <patternset>
              <include name="**/*.sq

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

Potential leak of data: Command Line Password

0 votedvote

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

mysqldump -h 10.124.2.34 bank --password='' --user='root' | mysql bank --password='' --user='root'

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

Potential leak of data: Command Line Password

0 votedvote

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

subprocess.Popen(['xterm', '-e', '~/Downloads/pjproject-2.1.0/pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu', '--registrar=sip:10.129.119.10', '--id=sip:203 --realm=*', '--username=203', '--password=xxxxx', '--local-port=51063'], shell=True)

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