Advertisement
NetBIOS

lehigh.edu

Apr 3rd, 2015
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2.  
  3. '||''|. || ____
  4. || || ... ... || `
  5. ||'''|. || .| '|. ||_
  6. || || || || || |/ \
  7. .||...|' .||. '|..|' ))
  8. //
  9. /'
  10.  
  11. Lehigh University dump
  12.  
  13. web application technology: Apache 2.2.27
  14. back-end DBMS: MySQL 5.0.12
  15.  
  16. hostname:'cpanel.sites.lehigh.edu'
  17.  
  18. available databases [2]:
  19. [*] information_schema
  20. [*] sitesllnotes
  21.  
  22. Database: sitesllnotes
  23. Table: articles
  24. [13 columns]
  25. +------------+--------------+
  26. | Column | Type |
  27. +------------+--------------+
  28. | section | tinyint(4) |
  29. | abstract | text |
  30. | author_id | smallint(6) |
  31. | author_id2 | smallint(6) |
  32. | author_id3 | smallint(6) |
  33. | content | longtext |
  34. | id | smallint(6) |
  35. | issue | smallint(6) |
  36. | num | tinyint(4) |
  37. | pic | varchar(256) |
  38. | pic2 | varchar(256) |
  39. | pic3 | varchar(256) |
  40. | title | varchar(128) |
  41. +------------+--------------+
  42.  
  43. Database: sitesllnotes
  44. Table: users
  45. [4 columns]
  46. +--------+-------------+
  47. | Column | Type |
  48. +--------+-------------+
  49. | access | tinyint(4) |
  50. | id | smallint(6) |
  51. | pass | varchar(32) |
  52. | uname | varchar(16) |
  53. +--------+-------------+
  54.  
  55. Database: sitesllnotes
  56. Table: index_info
  57. [1 column]
  58. +---------------+-------------+
  59. | Column | Type |
  60. +---------------+-------------+
  61. | current_issue | smallint(6) |
  62. +---------------+-------------+
  63.  
  64. Database: sitesllnotes
  65. Table: authors
  66. [4 columns]
  67. +--------+-------------+
  68. | Column | Type |
  69. +--------+-------------+
  70. | first | varchar(20) |
  71. | last | varchar(20) |
  72. | about | text |
  73. | id | smallint(6) |
  74. +--------+-------------+
  75.  
  76. Database: sitesllnotes
  77. Table: events
  78. [4 columns]
  79. +--------+--------------+
  80. | Column | Type |
  81. +--------+--------------+
  82. | id | smallint(6) |
  83. | issue | smallint(6) |
  84. | link | varchar(256) |
  85. | title | varchar(128) |
  86. +--------+--------------+
  87.  
  88. Database: sitesllnotes
  89. Table: issues
  90. [4 columns]
  91. +--------+-------------+
  92. | Column | Type |
  93. +--------+-------------+
  94. | date | timestamp |
  95. | issue | smallint(6) |
  96. | number | smallint(6) |
  97. | volume | smallint(6) |
  98. +--------+-------------+
  99.  
  100. Database: sitesllnotes
  101. Table: users
  102. [2 entries]
  103. +----------------------------------+---------+
  104. | pass | uname |
  105. +----------------------------------+---------+
  106. | 0ab35bfdd4b231e5f70ae607a5b4920d | admin |
  107. | e749097189594af685b70e6874c89203 | llnotes |
  108. +----------------------------------+---------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement