Advertisement
ScottHelme

Top hints for the most common password

Nov 12th, 2013
2,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. mysql> select hint, count(*) from adobe_creds.data where password = 'EQ7fIpT7i/Q=' group by hint order by count(*) desc limit 100;
  2. +-------------------+----------+
  3. | hint | count(*) |
  4. +-------------------+----------+
  5. | | 1419538 |
  6. | 1to6 | 53410 |
  7. | numbers | 25325 |
  8. | numeros | 14877 |
  9. | 123 | 14660 |
  10. | 654321 | 14327 |
  11. | 1-6 | 11874 |
  12. | number | 11432 |
  13. | 1 | 6904 |
  14. | 12 | 4443 |
  15. | num | 4174 |
  16. | 1234567 | 3570 |
  17. | 12345 | 3427 |
  18. | 123456789 | 3399 |
  19. | ?? | 3290 |
  20. | numero | 3064 |
  21. | 16 | 2844 |
  22. | no | 2581 |
  23. | 6 | 2512 |
  24. | 1234 | 2491 |
  25. | count | 2385 |
  26. | zahlen | 1631 |
  27. | ???? | 1490 |
  28. | # | 1474 |
  29. | ??? | 1268 |
  30. | sequencia | 1265 |
  31. | 1 to 6 | 1204 |
  32. | one to six | 1204 |
  33. | hola | 1116 |
  34. | a | 1112 |
  35. | del 1 al 6 | 1088 |
  36. | six | 1060 |
  37. | DOG | 1053 |
  38. | abc | 971 |
  39. | name | 947 |
  40. | 12345678 | 947 |
  41. | abcdef | 899 |
  42. | 111111 | 846 |
  43. | easy | 841 |
  44. | hi | 832 |
  45. | ?????? | 800 |
  46. | none | 778 |
  47. | ????? | 755 |
  48. | ? | 750 |
  49. | lol | 730 |
  50. | Zahl | 719 |
  51. | numbers 1-6 | 705 |
  52. | no. | 693 |
  53. | usual | 689 |
  54. | n | 659 |
  55. | hello | 656 |
  56. | 1a6 | 629 |
  57. | chiffre | 621 |
  58. | 123... | 618 |
  59. | onetosix | 612 |
  60. | asd | 610 |
  61. | 126 | 598 |
  62. | qwerty | 582 |
  63. | same | 564 |
  64. | simple | 561 |
  65. | 456789 | 544 |
  66. | 1 a 6 | 544 |
  67. | seis | 533 |
  68. | nada | 530 |
  69. | test | 524 |
  70. | numeri | 508 |
  71. | 1234567890 | 507 |
  72. | facil | 503 |
  73. | perro | 488 |
  74. | counting | 486 |
  75. | 000000 | 486 |
  76. | normal | 458 |
  77. | 987654 | 452 |
  78. | generic | 440 |
  79. | me | 436 |
  80. | chiffres | 432 |
  81. | del uno al seis | 432 |
  82. | numeric | 431 |
  83. | aaa | 431 |
  84. | sequence | 428 |
  85. | cat | 423 |
  86. | de 1 a 6 | 423 |
  87. | tal | 422 |
  88. | one | 422 |
  89. | nos | 415 |
  90. | 111 | 410 |
  91. | password | 401 |
  92. | Adobe | 399 |
  93. | nombre | 396 |
  94. | numb | 395 |
  95. | hint | 391 |
  96. | love | 389 |
  97. | yo | 386 |
  98. | 6 numbers | 383 |
  99. | la de siempre | 382 |
  100. | seq | 377 |
  101. | First 6 Numbers | 374 |
  102. | 789456 | 371 |
  103. | 789 | 361 |
  104. | first six numbers | 357 |
  105. +-------------------+----------+
  106. 100 rows in set (2 min 4.61 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement