Advertisement
Mayk0

#; Hackeada a la Nasa 3 - Mayk0

Apr 24th, 2013 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1.  
  2. Target : http://www.nasa.gov/
  3. IP : 137.78.99.23
  4. Web Server : Apache/2.2.22 (Unix)
  5. Db : MySQL
  6.  
  7.  
  8. mysql> SHOW DATABASES;
  9.  
  10. +--------------------+
  11. | Database |
  12. +--------------------+
  13. | information_schema |
  14. | wikidb |
  15. +--------------------+
  16.  
  17.  
  18.  
  19. mysql> help contents
  20.  
  21.  
  22. categories:
  23. Account Management
  24. Administration
  25. Data Definition
  26. Data Manipulation
  27. Data Types
  28. Functions
  29. Functions and Modifiers for Use with GROUP BY
  30. Geographic Features
  31. Language Structure
  32. Storage Engines
  33. Stored Routines
  34. Table Maintenance
  35. Transactions
  36. Triggers
  37.  
  38.  
  39.  
  40.  
  41. mysql> help Account Management
  42.  
  43.  
  44. topics:
  45. CREATE USER
  46. DROP USER
  47. GRANT
  48. RENAME USER
  49. REVOKE
  50. SET PASSWORD
  51.  
  52.  
  53.  
  54. Administration
  55. List Users
  56.  
  57.  
  58. mysql> show databases;
  59.  
  60. +--------------------+
  61. | Database |
  62. +--------------------+
  63. | information_schema |
  64. | dsn |
  65. | dss13 |
  66. | engwiki |
  67. | mysql |
  68. | performance_schema |
  69. | test |
  70. | venus |
  71. | wikidb |
  72. +--------------------+
  73.  
  74.  
  75. mysql> use engwiki;
  76.  
  77.  
  78.  
  79. mysql> show table
  80.  
  81. +-------------------+
  82. | Tables_in_engwiki |
  83. +-------------------+
  84. | archive |
  85. | category |
  86. | categorylinks |
  87. | change_tag |
  88. | externallinks |
  89. | filearchive |
  90. | hitcounter |
  91. | image |
  92. | imagelinks |
  93. | interwiki |
  94. | ipblocks |
  95. | job |
  96. | langlinks |
  97. | logging |
  98. | math |
  99. | objectcache |
  100. | oldimage |
  101. | page |
  102. | page_props |
  103. | page_restrictions |
  104. | pagelinks |
  105. | protected_titles |
  106. | querycache |
  107. | querycache_info |
  108. | querycachetwo |
  109. | recentchanges |
  110. | redirect |
  111. | revision |
  112. | searchindex |
  113. | site_stats |
  114. | tag_summary |
  115. | templatelinks |
  116. | text |
  117. | trackbacks |
  118. | transcache |
  119. | updatelog |
  120. | user |
  121. | user_groups |
  122. | user_newtalk |
  123. | valid_tag |
  124. | watchlist |
  125. +-------------------+
  126.  
  127.  
  128.  
  129. mysql>
  130.  
  131.  
  132. +--------------------------+------------------+------+-----+----------+----------------+
  133. | Field | Type | Null | Key | Default | Extra |
  134. +--------------------------+------------------+------+-----+----------+----------------+
  135. | user_id | int(10) unsigned | NO | PRI | NULL | auto_increment |
  136. | user_name | varbinary(255) | NO | UNI | | |
  137. | user_real_name | varbinary(255) | NO | | | |
  138. | user_password | tinyblob | NO | | NULL | |
  139. | user_newpassword | tinyblob | NO | | NULL | |
  140. | user_newpass_time | binary(14) | YES | | NULL | |
  141. | user_email | tinyblob | NO | | NULL | |
  142. | user_options | blob | NO | | NULL | |
  143. | user_touched | binary(14) | NO | | | |
  144. | user_token | binary(32) | NO | | | |
  145. | user_email_authenticated | binary(14) | YES | | NULL | |
  146. | user_email_token | binary(32) | YES | MUL | NULL | |
  147. | user_email_token_expires | binary(14) | YES | | NULL | |
  148. | user_registration | binary(14) | YES | | NUL | |
  149. | user_editcount | int(11) | YES | | NULL | |
  150. +--------------------------+------------------+------+-----+---------+----------------+
  151.  
  152.  
  153. mysql>
  154.  
  155. +----------------+-----------------------------+--------------------------------+
  156. | user_name | user_real_name | user_email |
  157. +----------------+-----------------------------+--------------------------------+
  158. | WikiEng | | |
  159. | Failsafe2 | Marc Silva | masilva@gdscc.nasa.gov |
  160. | Gqwang | George | gqwang@s383.jpl.nasa.gov |
  161. | Steves | Steve Smith | steves@caltech.edu |
  162. | Kuiper | Tom Kuiper | kuiper@jpl.nasa.gov |
  163. | Asoni cdscc | Ashish Soni | asoni@cdscc.nasa.gov |
  164. | Lgreenhill | lincoln greenhill | greenhill@cfa.harvard.edu |
  165. | Soriano | Melissa Soriano | Melissa.A.Soriano@jpl.nasa.gov |
  166. | Daytonjones | Dayton Jones | dayton.jones@jpl.nasa.gov |
  167. | Stevesmith | stevesmith | steves@caltech.edu |
  168. | Jamar39rosario | Jamar Rosario | jamar35rosario@yahoo.co.uk |
  169. | Jamar22rosario | Jamar Rosario | jamar35rosario@yahoo.co.uk |
  170. | Rnavarro | Robert Navarro-102398 | Robert.Navarro@jpl.nasa.gov |
  171. | Mmfranco | Manuel M Franco | Manuel.M.Franco@jpl.nasa.gov |
  172. | Garciami | Cristina Garcia-Miro-115194 | cgmiro@mdscc.nasa.gov |
  173. | Wrheuser | Randy Heuser | wrheuser@gdscc.nasa.gov |
  174. | Masilva | Marc Silva | masilva@gdscc.nasa.gov |
  175. | Elorriag | Ioana Sotuela | isotuela@mdscc.nasa.gov |
  176. | Tamppari | Leslie Tamppari | leslie.tamppari@jpl.nasa.gov |
  177. | Smartinez | Santa Martinez | santa.martinez@sciops.esa.int |
  178. | Wam | Walid Majid | walid.a.majid@jpl.nasa.gov |
  179. | Majid | Walid A Majid | Walid.A.Majid@jpl.nasa.gov |
  180. | Shoriuchi | Shinji Horiuchi | shoriuchi@cdscc.nasa.gov |
  181. | RWL | Roger Lighty | roger.a.lighty@jpl.nasa.gov |
  182. | Lazio | Joe Lazio | Joseph.Lazio@jpl.nasa.gov |
  183. +----------------+-----------------------------+--------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement