Advertisement
AnonopsNet

#OpMazda

Jun 14th, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.45 KB | None | 0 0
  1.  
  2. [*] Target: http://mazda-gh.tw/
  3. [*] Operating System: Windows 2008
  4. [*] Web Server: Microsoft IIS 7.5
  5. [*] DBMS: Microsoft Access 2000
  6. [*] Vulnerability: Blind SQL Injection
  7. [*] Author: Cyber-Terrorist "Anonymous Founder"
  8. [*] Login : cyb3rT~StartX
  9. [*] Database: Microsoft_Access_masterdb
  10.  
  11. Database: Microsoft_Access_masterdb
  12. [5 tables]
  13. +---------+
  14. | account |
  15. | admin   |
  16. | product |
  17. | reguser |
  18. | setting |
  19. +---------+
  20.  
  21. Database: Microsoft_Access_masterdb
  22. Table: account
  23. [4 columns]
  24. +----------+-------------+
  25. | Column   | Type        |
  26. +----------+-------------+
  27. | account  | non-numeric |
  28. | password | non-numeric |
  29. | poster   | non-numeric |
  30. +----------+-------------+
  31.  
  32. Database: Microsoft_Access_masterdb
  33. Table: admin
  34. [4 columns]
  35. +----------+-------------+
  36. | Column   | Type        |
  37. +----------+-------------+
  38. | adminpwd | non-numeric |
  39. | adminuid | non-numeric |
  40. | id       | numeric     |
  41. | poster   | non-numeric |
  42. +----------+-------------+
  43.  
  44. Database: Microsoft_Access_masterdb
  45. Table: account
  46. [1 entry]
  47. +--------+---------+----------+
  48. | poster | account | password |
  49. +--------+---------+----------+
  50. | MAZDA  | adm     | co##ter  |
  51. +--------+---------+----------+
  52.  
  53. Database: Microsoft_Access_masterdb
  54. Table: admin
  55. [1 entry]
  56. +----+----------+--------+----------+
  57. | id | adminuid | poster | adminpwd |
  58. +----+----------+--------+----------+
  59. | 1  | admin    | MAZDA  | a##in    |
  60. +----+----------+--------+----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement