Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
3,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. https://kat.cr/turkish-citizenship-database-t12380931.html#main
  2. Turkish Citizenship Database
  3.  
  4. Who would have imagined that backwards ideologies, cronyism and rising religious extremism in Turkey would lead to a crumbling and vulnerable technical infrastructure?
  5.  
  6. This leak contains the following information for 49,611,709 Turkish citizens: (IN CLEARTEXT)
  7.  
  8. - National Identifier (TC Kimlik No)
  9. - First Name
  10. - Last Name
  11. - Mother's First Name
  12. - Father's First Name
  13. - Gender
  14. - City of Birth
  15. - Date of Birth
  16. - ID Registration City and District
  17. - Full Address
  18.  
  19. Lesson to learn for Turkey:
  20.  
  21. - Bit shifting isn't encryption.
  22. - Index your database. We had to fix your sloppy DB work.
  23. - Putting a hardcoded password on the UI hardly does anything for security.
  24. - Do something about Erdogan! He is destroying your country beyond recognition.
  25.  
  26. Lessons for the US? We really shouldn't elect Trump, that guy sounds like he knows even less about running a country than Erdogan does.
  27.  
  28. Let's take a look at the data:
  29.  
  30. mernis=# SELECT * FROM citizen WHERE last = 'ERDOGAN' AND \
  31. first = 'RECEP TAYYIP' AND \
  32. date_of_birth LIKE '%/%/1954';
  33. -[ RECORD 1 ]------------+-------------------------
  34. uid | 33693950
  35. national_identifier | 17291716060
  36. first | RECEP TAYYIP
  37. last | ERDOGAN
  38. mother_first | TENZILE
  39. father_first | AHMET
  40. gender | E
  41. birth_city | ISTANBUL
  42. date_of_birth | 26/2/1954
  43. id_registration_city | RIZE
  44. id_registration_district | GUNEYSU
  45. address_city | ANKARA
  46. address_district | KECIOREN
  47. address_neighborhood | KAVACIK SUBAYEVLERI MAH.
  48. street_address | KUSADASI SOKAK
  49. door_or_entrance_number | 26
  50. misc |
  51.  
  52. mernis=# SELECT * FROM citizen WHERE last = 'DAVUTOGLU' AND \
  53. first = 'AHMET' AND \
  54. address_city = 'ISTANBUL' AND \
  55. date_of_birth LIKE '%/1959';
  56. -[ RECORD 1 ]------------+------------------
  57. uid | 12409622
  58. national_identifier | 51541376338
  59. first | AHMET
  60. last | DAVUTOGLU
  61. mother_first | MEMNUNE
  62. father_first | MEHMET DURAN
  63. gender | E
  64. birth_city | TASKENT
  65. date_of_birth | 26/2/1959
  66. id_registration_city | KONYA
  67. id_registration_district | TASKENT
  68. address_city | ISTANBUL
  69. address_district | BAHCELIEVLER
  70. address_neighborhood | BAHCELIEVLER MAH.
  71. street_address | ISMAILPASA SOKAK
  72. door_or_entrance_number | 25
  73. misc |
  74.  
  75. mernis=# SELECT * FROM citizen WHERE last = 'GUL' AND \
  76. first = 'ABDULLAH' AND \
  77. mother_first = 'ADVIYE';
  78. -[ RECORD 1 ]------------+--------------------
  79. uid | 47612408
  80. national_identifier | 21353291242
  81. first | ABDULLAH
  82. last | GUL
  83. mother_first | ADVIYE
  84. father_first | AHMET HAMDI
  85. gender | E
  86. birth_city | KAYSERI
  87. date_of_birth | 29/10/1950
  88. id_registration_city | KAYSERI
  89. id_registration_district | KOCASINAN
  90. address_city | ANKARA
  91. address_district | CANKAYA
  92. address_neighborhood | CANKAYA MAH.
  93. street_address | SEHIT ERSAN CADDESI
  94. door_or_entrance_number | 3
  95. misc |
  96.  
  97.  
  98.  
  99. mernis.sql.tar.gz (1.5GB compressed - 6.6GB uncompressed)
  100.  
  101.  
  102.  
  103. SHA512(mernis.sql): b1f61764c44117ae9d11e3a825b34b042e973797b94b29a5b4b65cfc009ea5b49
  104. be7fc5438c2f5fb388b7431c3d967ea959bc976c4bc81123a18dee68a61feba
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement