LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Command Line Password

0 votedvote

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

Drupal Password set
drush upwd admin --password="newpassword"
	
cd <drupal root directory>
php scripts/password-hash.sh 'myPassword'
	
update users set name='admin', pass='pasted_big_hash_from_above' where uid=1;
	
<?php
if (isset($_GET['p'])) {
  require_once dirname(__FILE__) . '/includes/bootstr

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

Tags: ,

Comments are closed.