Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.93 KB | None | 0 0
  1. #OpAssange
  2. #Ala_Sensei
  3. we are anonymous, we are calling back all our former members to engage on this new Op against ecuadorian government.
  4. we are declaring a cyber war against that piece of shit gov.
  5.  
  6. expect us!!
  7.  
  8. leaked data:
  9.  
  10. www.epn.edu.ec
  11.  
  12. -- Estructura de tabla para la tabla `users`
  13. --
  14.  
  15. CREATE TABLE IF NOT EXISTS `users` (
  16. `user_id` bigint(20) NOT NULL AUTO_INCREMENT,
  17. `username` varchar(32) NOT NULL,
  18. `password` varchar(40) NOT NULL,
  19. `salutation` varchar(40) DEFAULT NULL,
  20. `first_name` varchar(40) NOT NULL,
  21. `middle_name` varchar(40) DEFAULT NULL,
  22. `last_name` varchar(90) NOT NULL,
  23. `gender` varchar(1) DEFAULT NULL,
  24. `initials` varchar(5) DEFAULT NULL,
  25. `email` varchar(90) NOT NULL,
  26. `url` varchar(255) DEFAULT NULL,
  27. `phone` varchar(24) DEFAULT NULL,
  28. `fax` varchar(24) DEFAULT NULL,
  29. `mailing_address` varchar(255) DEFAULT NULL,
  30. `country` varchar(90) DEFAULT NULL,
  31. `locales` varchar(255) DEFAULT NULL,
  32. `date_last_email` datetime DEFAULT NULL,
  33. `date_registered` datetime NOT NULL,
  34. `date_validated` datetime DEFAULT NULL,
  35. `date_last_login` datetime NOT NULL,
  36. `must_change_password` tinyint(4) DEFAULT NULL,
  37. `auth_id` bigint(20) DEFAULT NULL,
  38. `auth_str` varchar(255) DEFAULT NULL,
  39. `disabled` tinyint(4) NOT NULL DEFAULT '0',
  40. `disabled_reason` text,
  41. PRIMARY KEY (`user_id`),
  42. UNIQUE KEY `users_username` (`username`),
  43. UNIQUE KEY `users_email` (`email`)
  44. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;
  45.  
  46. --
  47. -- Volcar la base de datos para la tabla `users`
  48. --
  49.  
  50. INSERT INTO `users` (`user_id`, `username`, `password`, `salutation`, `first_name`, `middle_name`, `last_name`, `gender`, `initials`, `email`, `url`, `phone`, `fax`, `mailing_address`, `country`, `locales`, `date_last_email`, `date_registered`, `date_validated`, `date_last_login`, `must_change_password`, `auth_id`, `auth_str`, `disabled`, `disabled_reason`) VALUES
  51. (1, 'Administrador', 'ac396da0af9a48927fe92d58ea0228d7', '', 'Administrador', '', 'Administrador', '', '', 'davo20019@gmail.com', '', '', '', '', 'EC', 'en_US:es_ES', '2011-08-21 22:41:11', '2011-07-27 11:32:17', NULL, '2012-03-06 07:48:31', 0, NULL, NULL, 0, NULL),
  52. (2, 'rnavarrete', '917308ef9ae40c7995ee66b8585751a5', 'MSc.', 'Rosa', '', 'Navarrete', 'F', 'RN', 'dicc@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-08-21 21:37:49', NULL, '2012-03-06 07:47:46', 0, NULL, NULL, 0, NULL),
  53. (3, 'auno', '4dc30e846d5338a8c809ea4977adb829', 'Ing.', 'Autor', '', 'Uno', 'M', 'AU', 'davo20019@yahoo.com', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-08-21 21:40:13', NULL, '2011-08-22 21:16:33', 0, NULL, NULL, 0, NULL),
  54. (4, 'ados', '729f5b51c7b3a62e8918f09a5683609b', 'Ing.', 'Autor', '', 'Dos', 'M', 'AD', 'davo_20034@yahoo.com', '', '', '', '<span style="white-space: pre;"> </span>', '', 'en_US:es_ES', NULL, '2011-08-21 21:42:14', NULL, '2011-09-04 16:10:42', 0, NULL, NULL, 0, NULL),
  55. (5, 'euno', 'ac29995a2ccf8d14beaecd0ae0eaacc9', 'Ing.', 'Editor', '', 'Uno', 'M', 'EU', 'davo20019@facebook.com', '', '', '', '<span style="white-space: pre;"> </span>', 'EC', 'en_US:es_ES', NULL, '2011-08-21 23:16:34', NULL, '2011-08-22 00:23:31', 0, NULL, NULL, 0, NULL),
  56. (6, 'cmayorga', 'a93abe0771b66b4487b059fc0a48cd35', 'Ing.', 'Cristobal', '', 'Mayorga', 'F', 'cm', 'ckistobal@hotmail.com', '', '', '', '', '', 'en_US:es_ES', NULL, '2011-08-23 21:16:41', NULL, '2011-08-23 21:17:15', 0, NULL, NULL, 1, 'Testing'),
  57. (7, 'dianita', 'a1b713de302884f70febb9b995fcd5d8', '', 'Diana', '', 'Vallejo Ayala', 'F', 'DJVA', 'flakita_djva@hotmail.com', '', '', '', '', '', '', NULL, '2011-08-25 11:36:43', NULL, '2011-08-25 11:36:43', 0, NULL, NULL, 0, NULL),
  58. (8, 'dviera', '36fd3f691ff3a6da2c88d67ddd013fe4', 'nnn', 'dan', 'ben', 'vie', 'M', 'dbv', 'benjamin_patin@hotmail.com', '', '', '', '', '', 'en_US:es_ES', NULL, '2011-10-06 10:00:40', NULL, '2011-10-06 10:00:41', 0, NULL, NULL, 0, NULL),
  59. (9, 'nancy', 'b2b2c7bb2a3eae9b7d9420a1bdf6f60c', 'C.', 'Nancy', '', 'Sg', 'F', 'nsg', 'hiedra_nan@hotmail.com', '', '', '', '', '', 'es_ES', NULL, '2011-10-06 14:05:03', NULL, '2011-10-06 14:05:03', 0, NULL, NULL, 0, NULL),
  60. (10, 'alf', '206a39c50c9b60522a05c726c9b26899', '', 'alfre', '', 'hrn', 'M', 'aph', 'alfuaem2002@hotmail.com', '', '', '', '', 'MX', 'es_ES', NULL, '2011-10-11 15:14:30', NULL, '2011-10-11 15:14:30', 0, NULL, NULL, 0, NULL),
  61. (11, 'hbanda', '4f5905700d0e604293ca55b6a8769bcd', 'PhD', 'Hugo', '', 'Banda', '', '', 'hbanda@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-11-30 22:59:26', NULL, '2011-11-30 23:07:07', 0, NULL, NULL, 0, NULL),
  62. (12, 'msantorum', 'c64f34fbf7f9c6a03948b90c2624e1b3', 'PhD', 'Marco', '', 'Santórum', '', '', 'msantorum@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-11-30 23:00:56', NULL, '2011-12-13 22:02:52', 0, NULL, NULL, 0, NULL),
  63. (13, 'cmontenegro', '18550dbdc42c8133de0b908c0dbaa5fa', 'MSc', 'Carlos', '', 'Montenegro', 'M', '', 'cmontenegro@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-11-30 23:02:39', NULL, '2011-11-30 23:02:39', 0, NULL, NULL, 0, NULL),
  64. (14, 'dflores', '301dd75e1dfca82c5a266ce8ba2b14e7', 'Ing.', 'Denys', '', 'Flores', 'M', 'DAF', 'denys.flores@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2011-12-13 21:08:43', NULL, '2012-03-06 07:47:17', 0, NULL, NULL, 0, NULL),
  65. (15, 'dyacchirema', 'b662070096ed1c979e99847bf387bc27', 'Ing.', 'Diana', '', 'Yacchirema', 'F', 'DY', 'dyacchirema@epn.edu.ec', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2012-01-11 23:32:15', NULL, '2012-01-11 23:37:30', 0, NULL, NULL, 0, NULL),
  66. (16, 'pflores', '5006f839df2039832ae37239c1bec8c2', 'Ing.', 'Pamela', 'Catherine', 'Flores Naranjo', 'F', 'PF', 'pamela.flores.naranjo@alumnos.upm.es', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2012-01-11 23:35:39', NULL, '2012-01-13 00:48:04', 0, NULL, NULL, 0, NULL),
  67. (17, 'nmedinilla', '0a14d16af90883b53ce9bc5893e742f5', 'Ing.', 'Nelson', 'Medinilla', 'Martínez', 'M', '', 'nelson@fi.upm.es', '', '', '', '', 'EC', 'en_US:es_ES', NULL, '2012-01-11 23:37:12', NULL, '2012-01-11 23:37:12', 0, NULL, NULL, 0, NULL),
  68. (18, 'nguayaquil', '4136321920db1cc95ac72af43e0b370b', 'Ing.', 'Nidia', '', 'Guayaquil', 'F', 'NG', 'nidia.guayaquil@epn.edu.ec', '', '', '', '', 'EC', '', NULL, '2012-03-05 15:13:43', NULL, '2012-03-05 15:14:08', 0, NULL, NULL, 0, NULL);
  69.  
  70. -- --------------------------------------------------------
  71.  
  72. --
  73. -- Estructura de tabla para la tabla `user_settings`
  74. --
  75.  
  76. CREATE TABLE IF NOT EXISTS `user_settings` (
  77. `user_id` bigint(20) NOT NULL,
  78. `locale` varchar(5) NOT NULL DEFAULT '',
  79. `setting_name` varchar(255) NOT NULL,
  80. `assoc_type` bigint(20) DEFAULT '0',
  81. `assoc_id` bigint(20) DEFAULT '0',
  82. `setting_value` text,
  83. `setting_type` varchar(6) NOT NULL,
  84. UNIQUE KEY `user_settings_pkey` (`user_id`,`locale`,`setting_name`,`assoc_type`,`assoc_id`),
  85. KEY `user_settings_user_id` (`user_id`)
  86. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  87.  
  88. --
  89. -- Volcar la base de datos para la tabla `user_settings`
  90. --
  91.  
  92. INSERT INTO `user_settings` (`user_id`, `locale`, `setting_name`, `assoc_type`, `assoc_id`, `setting_value`, `setting_type`) VALUES
  93. (2, 'es_ES', 'biography', 0, 0, '<p>Jefe del DICC</p><p>Departamento de Informática y Ciencias de la Computación</p>', 'string'),
  94. (2, 'es_ES', 'signature', 0, 0, 'Msc. Ing. Navarrete', 'string'),
  95. (2, 'es_ES', 'gossip', 0, 0, '', 'string'),
  96. (2, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  97. (3, 'es_ES', 'biography', 0, 0, '<p>Docente</p><p>Departamento de Informática y Ciencias de la Computación</p>', 'string'),
  98. (3, 'es_ES', 'signature', 0, 0, '', 'string'),
  99. (3, 'es_ES', 'gossip', 0, 0, '', 'string'),
  100. (3, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  101. (4, 'es_ES', 'biography', 0, 0, '<p>Docente</p><p>Departamento de Informática y Ciencias de la computación</p>', 'string'),
  102. (4, 'es_ES', 'signature', 0, 0, '', 'string'),
  103. (4, 'es_ES', 'gossip', 0, 0, '', 'string'),
  104. (4, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  105. (5, 'es_ES', 'biography', 0, 0, '<p>Docente</p><p>Departamento de Informática y Ciencias de la computación</p>', 'string'),
  106. (5, 'es_ES', 'signature', 0, 0, '', 'string'),
  107. (5, 'es_ES', 'gossip', 0, 0, '', 'string'),
  108. (5, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  109. (2, '', 'filterEditor', 256, 1, '0', 'int'),
  110. (2, '', 'filterSection', 256, 1, '2', 'int'),
  111. (5, '', 'filterSection', 256, 1, '0', 'int'),
  112. (6, 'es_ES', 'biography', 0, 0, '', 'string'),
  113. (6, 'es_ES', 'signature', 0, 0, '', 'string'),
  114. (6, 'es_ES', 'gossip', 0, 0, '', 'string'),
  115. (6, 'es_ES', 'affiliation', 0, 0, '', 'string'),
  116. (7, 'es_ES', 'biography', 0, 0, '', 'string'),
  117. (7, 'es_ES', 'signature', 0, 0, '', 'string'),
  118. (7, 'es_ES', 'affiliation', 0, 0, '', 'string'),
  119. (8, 'es_ES', 'biography', 0, 0, '', 'string'),
  120. (8, 'es_ES', 'signature', 0, 0, '', 'string'),
  121. (8, 'es_ES', 'affiliation', 0, 0, '', 'string'),
  122. (9, 'es_ES', 'biography', 0, 0, '', 'string'),
  123. (9, 'es_ES', 'signature', 0, 0, 'fvg', 'string'),
  124. (9, 'es_ES', 'affiliation', 0, 0, 'fsfg', 'string'),
  125. (10, 'es_ES', 'biography', 0, 0, '', 'string'),
  126. (10, 'es_ES', 'signature', 0, 0, '', 'string'),
  127. (10, 'es_ES', 'affiliation', 0, 0, '', 'string'),
  128. (1, '', 'profileImage', 256, 0, 'a:5:{s:4:"name";s:13:"thumb_xlg.jpg";s:10:"uploadName";s:18:"profileImage-1.jpg";s:5:"width";i:150;s:6:"height";i:150;s:12:"dateUploaded";s:19:"2011-11-30 22:33:03";}', 'object'),
  129. (1, 'es_ES', 'biography', 0, 0, '', 'string'),
  130. (1, 'es_ES', 'signature', 0, 0, '', 'string'),
  131. (1, 'es_ES', 'affiliation', 0, 0, '', 'string'),
  132. (11, 'es_ES', 'biography', 0, 0, 'Testing this part...!!', 'string'),
  133. (11, 'es_ES', 'signature', 0, 0, '', 'string'),
  134. (11, 'es_ES', 'gossip', 0, 0, '', 'string'),
  135. (11, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  136. (12, 'es_ES', 'biography', 0, 0, '', 'string'),
  137. (12, 'es_ES', 'signature', 0, 0, '', 'string'),
  138. (12, 'es_ES', 'gossip', 0, 0, '', 'string'),
  139. (12, 'es_ES', 'affiliation', 0, 0, 'Departamento de Informática y Ciencias de la Computación\r\nEscuela Politécnica Nacional', 'string'),
  140. (13, 'es_ES', 'biography', 0, 0, '', 'string'),
  141. (13, 'es_ES', 'signature', 0, 0, '', 'string'),
  142. (13, 'es_ES', 'gossip', 0, 0, '', 'string'),
  143. (13, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  144. (11, '', 'profileImage', 256, 0, NULL, 'string'),
  145. (14, 'es_ES', 'biography', 0, 0, '<p>Ingeniero en Sistemas informáticos y de Computación. Se encuentra cursando un Posgrado en Computación Forense y Seguridad en la Universidad de Derby, Inglaterra.</p><p>Sus intereses de investigación actuales son seguridad en redes de datos, crimen informático, e-discovery y computación forense.</p>', 'string'),
  146. (14, 'es_ES', 'signature', 0, 0, '', 'string'),
  147. (14, 'es_ES', 'gossip', 0, 0, '', 'string'),
  148. (14, 'es_ES', 'affiliation', 0, 0, 'Departamento de Informática y Ciencias de la Computación\r\nEscuela Politécnica Nacional', 'string'),
  149. (2, '', 'filterEditor', 256, 2, '0', 'int'),
  150. (2, '', 'filterSection', 256, 2, '0', 'int'),
  151. (15, 'es_ES', 'biography', 0, 0, '', 'string'),
  152. (15, 'es_ES', 'signature', 0, 0, '', 'string'),
  153. (15, 'es_ES', 'gossip', 0, 0, '', 'string'),
  154. (15, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string'),
  155. (16, 'es_ES', 'biography', 0, 0, '', 'string'),
  156. (16, 'es_ES', 'signature', 0, 0, '', 'string'),
  157. (16, 'es_ES', 'gossip', 0, 0, '', 'string'),
  158. (16, 'es_ES', 'affiliation', 0, 0, 'Universidad Politécnica de Madrid', 'string'),
  159. (17, 'es_ES', 'biography', 0, 0, '', 'string'),
  160. (17, 'es_ES', 'signature', 0, 0, '', 'string'),
  161. (17, 'es_ES', 'gossip', 0, 0, '', 'string'),
  162. (17, 'es_ES', 'affiliation', 0, 0, 'Universidad Politécnica de Madrid', 'string'),
  163. (18, 'es_ES', 'biography', 0, 0, '', 'string'),
  164. (18, 'es_ES', 'signature', 0, 0, '', 'string'),
  165. (18, 'es_ES', 'gossip', 0, 0, '', 'string'),
  166. (18, 'es_ES', 'affiliation', 0, 0, 'Escuela Politécnica Nacional', 'string');
  167.  
  168. -- --------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement