Advertisement
Guest User

Bristol University Hacked by Honey1337 & Haxy (Unkn0wnCrew)

a guest
May 22nd, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.71 KB | None | 0 0
  1. {+} Target: http://www.bristol.ac.uk/
  2. {+} Author: Honey1337 & Haxy (Unkn0wnCrew)
  3. {+} Contact: http://twitter.com/Honey1337 & https://twitter.com/HaxyUnk
  4. --------------------------------------------
  5.  
  6. Server: 10.0.239.91
  7. web application technology: Apache 2.2
  8. Database : Mysql
  9. back-end DBMS: MySQL 5.0
  10. Total Number Of Databses : 2
  11. Name Of Databases : 1. 435350_nails
  12.                     2. information_schema
  13.  
  14.  
  15. Database: information_schema [ 25 Tables ]
  16.  
  17. +---------------------------------------+
  18. | CHARACTER_SETS                        |
  19. | CLIENT_STATISTICS                     |
  20. | COLLATIONS                            |
  21. | COLLATION_CHARACTER_SET_APPLICABILITY |
  22. | COLUMNS                               |
  23. | COLUMN_PRIVILEGES                     |
  24. | INDEX_STATISTICS                      |
  25. | INNODB_BUFFER_POOL_CONTENT            |
  26. | INNODB_IO_PATTERN                     |
  27. | INNODB_RSEG                           |
  28. | KEY_COLUMN_USAGE                      |
  29. | PROCESSLIST                           |
  30. | PROFILING                             |
  31. | ROUTINES                              |
  32. | SCHEMATA                              |
  33. | SCHEMA_PRIVILEGES                     |
  34. | STATISTICS                            |
  35. | TABLES                                |
  36. | TABLE_CONSTRAINTS                     |
  37. | TABLE_PRIVILEGES                      |
  38. | TABLE_STATISTICS                      |
  39. | TRIGGERS                              |
  40. | USER_PRIVILEGES                       |
  41. | USER_STATISTICS                       |
  42. | VIEWS                                 |
  43. +---------------------------------------+
  44.  
  45. Database: 435350_nails [38 tables]
  46.  
  47. +-----------------+
  48. | ad_homepage     |
  49. | articles        |
  50. | ask_the_pro     |
  51. | autos           |
  52. | blog            |
  53. | blog_comments   |
  54. | blog_tags       |
  55. | blog_users      |
  56. | callouts        |
  57. | careers         |
  58. | classes         |
  59. | content         |
  60. | content_sub     |
  61. | embed           |
  62. | events          |
  63. | history         |
  64. | image           |
  65. | image_home      |
  66. | image_product   |
  67. | images          |
  68. | intake          |
  69. | news            |
  70. | news_outside    |
  71. | pdf             |
  72. | people          |
  73. | products        |
  74. | products_brands |
  75. | products_cat    |
  76. | request_info    |
  77. | sets            |
  78. | sketch          |
  79. | slides          |
  80. | specials        |
  81. | testdata        |
  82. | tips            |
  83. | travel360       |
  84. | travel3602      |
  85. | useradmin       |
  86. +-----------------+
  87.  
  88.  
  89. Database: 435350_nails
  90. Table: blog_users [7 columns]
  91.  
  92. +-------------+-----------------+
  93. | Column      | Type            |
  94. +-------------+-----------------+
  95. | bio         | text            |
  96. | create_date | int(11)         |
  97. | id          | int(4) unsigned |
  98. | image       | varchar(50)     |
  99. | live_switch | set('y','n')    |
  100. | name        | varchar(255)    |
  101. | site        | int(3) unsigned |
  102. +-------------+-----------------+
  103.  
  104. Database: 435350_nails
  105. Table: useradmin [6 columns]
  106.  
  107. +------------+--------------+
  108. | Column     | Type         |
  109. +------------+--------------+
  110. | alert_pref | char(1)      |
  111. | email      | varchar(100) |
  112. | level      | varchar(5)   |
  113. | password   | varchar(20)  |
  114. | status     | varchar(50)  |
  115. | user_name  | varchar(15)  |
  116. +------------+--------------+
  117.  
  118. Storage Engine  Description
  119. MEMORY  Hash based, stored in memory, useful for temporary tables
  120. CSV     CSV storage engine
  121. MRG_MYISAM  Collection of identical MyISAM tables
  122. BLACKHOLE   /dev/null storage engine (anything you write to it disappears)
  123. MyISAM  MyISAM storage engine
  124. InnoDB  Supports transactions, row-level locking, and foreign keys
  125. ARCHIVE     Archive storage engine
  126. FEDERATED   Federated MySQL storage engine
  127. PERFORMANCE_SCHEMA  Performance Schema
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement