Mayk0

#; Hackeada a la Nasa 3 - Mayk0

Apr 24th, 2013 (edited)
59
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 | [email protected] |
  160. | Gqwang | George | [email protected] |
  161. | Steves | Steve Smith | [email protected] |
  162. | Kuiper | Tom Kuiper | [email protected] |
  163. | Asoni cdscc | Ashish Soni | [email protected] |
  164. | Lgreenhill | lincoln greenhill | [email protected] |
  165. | Soriano | Melissa Soriano | [email protected] |
  166. | Daytonjones | Dayton Jones | [email protected] |
  167. | Stevesmith | stevesmith | [email protected] |
  168. | Jamar39rosario | Jamar Rosario | [email protected] |
  169. | Jamar22rosario | Jamar Rosario | [email protected] |
  170. | Rnavarro | Robert Navarro-102398 | [email protected] |
  171. | Mmfranco | Manuel M Franco | [email protected] |
  172. | Garciami | Cristina Garcia-Miro-115194 | [email protected] |
  173. | Wrheuser | Randy Heuser | [email protected] |
  174. | Masilva | Marc Silva | [email protected] |
  175. | Elorriag | Ioana Sotuela | [email protected] |
  176. | Tamppari | Leslie Tamppari | [email protected] |
  177. | Smartinez | Santa Martinez | [email protected] |
  178. | Wam | Walid Majid | [email protected] |
  179. | Majid | Walid A Majid | [email protected] |
  180. | Shoriuchi | Shinji Horiuchi | [email protected] |
  181. | RWL | Roger Lighty | [email protected] |
  182. | Lazio | Joe Lazio | [email protected] |
  183. +----------------+-----------------------------+--------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment