Advertisement
Guest User

leaked SQL data

a guest
May 16th, 2016
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. LEAKED DATABASE MYSQL. COMPANY KEEPS PASSWORDS UNSECURED IN DATABASE.
  2. THESE PASSWORDS ARE ONLY BASE64 STRINGS.
  3.  
  4. CONVERT THEM BACK WITH THIS:
  5. https://www.base64decode.org/
  6. or
  7. http://www.opinionatedgeek.com/dotnet/tools/base64decode/
  8. of
  9. Google for base64 decode! any of those wil work!
  10.  
  11. ................................................
  12. INSERT INTO `iqcheck` (`id`, `email`, `password`) VALUES
  13. (379, 'vinod-moti@hotmail.com', 'ODg4MjExMg=='),
  14. (7, 'erikvanlohuizen@hotmail.com', 'ZjFkcmliYmVs'),
  15. (8, 'yuenso@live.nl', 'eXVlbmk5OA=='),
  16. (313748, 'loezke@hotmail.com', 'ZWxsZW5zYW5uZQ=='),
  17. (313749, 'wilmabilly@hotmail.com', 'YmlsbHlz'),
  18. (313750, 'wilmajans@hotmail.com', 'cGFzcG9vcjc='),
  19. (313751, 'indianroseblue@hotmail.com', 'c2JoYWd3YW4='),
  20. (313752, 'dafster99@hotmail.com', 'OTk5OTk5'),
  21. (64631, 'wdhonre@hotmail.com', 'U3RhbWluYTE='),
  22. (64632, 'groenelaars@live.nl', 'bGFhcnplbg=='),
  23. (64633, 'nathalie.kerkhof@hotmail.com', 'c3Bpa2V5MXNlbm5h'),
  24. (64634, 'bertjesmitje@hotmail.com', 'cmlhcmlh'),
  25. ................................................
  26.  
  27. Download 34K list: http://goo.gl/S6Ocvl
  28.  
  29. Be the first to explore these accounts!! Valuable data could be inside!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement