Advertisement
Mspony

@Ms_Pony_Tut1

Jun 30th, 2011
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. |###############################################################
  2. |
  3. | __ __ ______ __ ____
  4. | _\ \\ \__ /\ _ \ /\ \__ __/\ _`\
  5. |/\__ _ _\\ \ \L\ \ ___\ \ ,_\/\_\ \,\L\_\ __ ___
  6. |\/_L\ \\ \L_\ \ __ \ /' _ `\ \ \/\/\ \/_\__ \ /'__`\ /'___\
  7. | /\_ _ _\\ \ \/\ \/\ \/\ \ \ \_\ \ \/\ \L\ \/\ __//\ \__/
  8. | \/_/\_\\_\/ \ \_\ \_\ \_\ \_\ \__\\ \_\ `\____\ \____\ \____\
  9. | \/_//_/ \/_/\/_/\/_/\/_/\/__/ \/_/\/_____/\/____/\/____/
  10. |
  11. |###############################################################
  12. |
  13. | Become Anonymous, Join the revolution
  14. | Written, upped by @Ms_Pony (mspony@hush.com)
  15. |
  16. |###############################################################
  17.  
  18. Welcome to this simple tutorial that reveals a simple and stupid basic web
  19. design flaw.
  20. If you have ever wanted to download those ebooks on website design, marketing,
  21. generating traffic and making money on-line then this tut is most likely for you.
  22.  
  23. Yes its old, public information and any respectable site will have fixed
  24. this but there are still tons of shitty sites out there that just for
  25. whatever reason figured it wasn't in there best interest to fix.
  26.  
  27. So what we are going to do is use this simple JavaScript line to bypass the
  28. checkout system on websites that use JavaScript buttons to take payments.
  29. Most of them use a basic Paypal checkout but the websites forward you to the
  30. "payment completed" page after payment is accepted.
  31.  
  32. To use just paste into the browser address bar and hit enter:
  33.  
  34. ##################################################################
  35. The code:
  36.  
  37. javascript:top.location=document.getElementsByName('return')[0].value; javascript:void(0);
  38. ##################################################################
  39.  
  40. Now for the vulnerable sites, Google is your best friend!
  41.  
  42. Do a search for something like:
  43.  
  44. this-order-button-requires-a-javascript-enabled-browser
  45.  
  46. You will know if it works as you will immediately be forwarded to a new web
  47. page, if not then basically nothing will happen.
  48.  
  49. The best sites to try are the ones that look like hugh walls of text trying to
  50. sell you some shitty ebook or money making website.
  51.  
  52. Who knows what you will find, Maybe in the hugh piles of crap people
  53. try to sell there may be something interesting.
  54.  
  55. ##################################################################
  56. Sample Sites:
  57.  
  58. http://www.magictrickcollection.com
  59. http://www.businesslistsforsale.com
  60. http://www.orderproductsdirect.com/Instantdownload.htm
  61. ##################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement