LeakedIn Logo
Stories About Data Leaks and Related Stuff

Posts Tagged ‘MySQL Table with Interesting Data’

Potential leak of data: Hacking Notification

0 votedvote

Detected 1 occurrence(s) of ‘(h[a4]ck[e3]d|[p0]wn[e3]d|d[e3]f[a4]c[e3]d) by’:

hacked by n4z0y4 
targetsite → http://www.dosgraveyard.com/theme.php?id=48

admin n00b :P
+----+----------+----------------------------------+
| id | username | password                         |
+----+----------+----------------------------------+
| 1  | ab

Detected 1 occurrence(s) of ‘\|\s+Pass(word)*\s+\|’:

hacked by n4z0y4 
targetsite → http://www.dosgraveyard.com/theme.php?id=48

admin n00b :P
+----+----------+----------------------------------+
| id | username | password                         |
+----+----------+----------------------------------+
| 1  | abdalis  | mysecret                         |
| 2  | diggyboy | mysecret                         |
+----+----------+----------------------------------+

sorry admin

Detected 1 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

hacked by n4z0y4 
targetsite → http://www.dosgraveyard.com/theme.php?id=48

admin n00b :P
+----+----------+----------------------------------+
| id | username | password                         |
+----+----------+----------------------------------+
| 1  | abdalis  | mysecret                         |
| 2  | diggyboy | mysecret                         |
+----+----------+----------------------------------+

s

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

Potential leak of data: MySQL Table with Interesting Data

0 votedvote

Detected 3 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

co|
	
SELECT COUNT(`User ID`) as numIDs, GROUP_CONCAT(`User ID`) as IDs, 
       Role, `First Name`, `Last Name`, Email
FROM users_table
GROUP BY Role,`First Name`,`Last Name`,Email
HAVING numIDs > 1
	
numIDs |IDs       | Role | First Name | Last Name | Email |
    2  |0001,0003 |   K  |    John    |   Smith   | e@e.co|
	
select *
  from tb_users
 where (first_name, last_name, email) in
   (select first_name, last_name, email
      from tb_users
     group by first_name, last_name, email
    having count(*) > 

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

Potential leak of data: MySQL Table with Email/Password Dump

0 votedvote

Detected 3 occurrence(s) of ‘(\| [a-z0-9\-\._]+@\S+\.[a-z]{2,4} \| \S+)’:

logy Center | admin_language=
language=
editor=
helpsite=
timezone=-4

                    | 32bb117c9c9c958ad445047479d2d319:kFr0wncyNPObyBAezWT4ETO5LpWQevcw | 2012-02-03 00:26:34 | 0         | itc      | Super Administrator |
| NULL       | 0     | newmedia@ab.gov.ag | 23  | 69 | 2013-05-15 12:59:09 | New Media Unit                | admin_language=
language=
editor=
helpsite=
timezone=-4

                    | f4b7b04614da482c232d0ed7edd41f15:bfxeM4dTPhjCWf8tdsUMsFH5hfgGlpxs | 2012-02-03 00:29:41 | 0         | newmed

Detected 3 occurrence(s) of ‘\|\s+Pass(word)*\s+\|’:

+---------------------+-----------+----------+---------------------+
| activation | block | email              | gid | id | lastvisitDate       | name                          | params                                                                       | password                                                          | registerDate        | sendEmail | username | usertype            |
+------------+-------+--------------------+-----+----+---------------------+-------------------------------+------------------------------------------------------------------------------+

Detected 1 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

          | gid | id | lastvisitDate       | name                          | params                                                                       | password                                                          | registerDate        | sendEmail | username | usertype            |
+------------+-------+--------------------+-----+----+---------------------+-------------------------------+------------------------------------------------------------------------------+---------------------------------------------

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

Potential leak of data: Hacking Notification

0 votedvote

Detected 2 occurrence(s) of ‘(h[a4]ck[e3]d|[p0]wn[e3]d|d[e3]f[a4]c[e3]d) by’:

(250) |
| username | varchar(250) |
+----------+--------------+

password and username:
 
+--------------++--------------+
| username     | Password      |
+--------------+---------------+
+--------------+---------------+
#Hacked By Cyb3rN3xt 
#Hacked By Red Moon Crew

Detected 2 occurrence(s) of ‘\|\s+Pass(word)*\s+\|’:

 |
+----------+--------------+
| id       | int(11)      |
|nominativo| int(11)      |
| password | varchar(250) |
| username | varchar(250) |
+----------+--------------+

password and username:
 
+--------------++--------------+
| username     | Password      |
+--------------+---------------+
+--------------+---------------+
#Hacked By Cyb3rN3xt 
#Hacked By Red Moon Crew

Detected 2 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

       |
|   admin_user            |   
+-------------------------+


admin:
----------+--------------+
| Column   | Type         |
+----------+--------------+
| id       | int(11)      |
|nominativo| int(11)      |
| password | varchar(250) |
| username | varchar(250) |
+----------+--------------+

password and username:
 
+--------------++--------------+
| username     | Password      |
+--------------+---------------+
+--------------+---------------+
#Hacked By Cyb3rN3xt 
#Hacked By Red Moon Cr

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

Potential leak of data: MySQL Table with Interesting Data

0 votedvote

Detected 1 occurrence(s) of ‘\| (user|username|login|password|email|uid) \|’:

id | title     | desc      | start      | deadline   | progress

1  | Project 1 | a project | 1321748906 | 1329847200 | 20
	
id | pid | uid | img | hidden
1  | 1   | 1   | 1   | 0
2  | 1   | 2   | 2   | 0
	
id | pid | desc   | completed
1  | 1   | Task 1 | 1
1  | 1   | Task 2 | 0
	
SELECT p.`id`, p.`title`, p.`desc`, p.`progress`, p.`start`, p.`deadline`, COUNT(m.`id`) as `members`, COUNT(t

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