joemccray

Having fun with NewEgg

Mar 27th, 2019
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. Step 1: Browse to NewEgg.com
  2. -------------------------Paste this into Firefox-----------------------------------
  3. https://secure.newegg.com/
  4. ----------------------------------------------------------------------------------
  5.  
  6.  
  7. Step 2: Browse to the shopping cart page NewEgg.com
  8. -------------------------Paste this into Firefox-----------------------------------
  9. https://secure.newegg.com/Shopping/ShoppingCart.aspx?Submit=view
  10. ----------------------------------------------------------------------------------
  11.  
  12.  
  13. Step 3: View the current session ID
  14. -------------------------Paste this into Firefox-----------------------------------
  15. javascript:void(document.write(document.cookie))
  16. ------------------------------------------------------------------------------------
  17.  
  18. Step 4: Go back to the shopping cart page (click the back button)
  19. ---------------------------------------------------------------------------------
  20. https://secure.newegg.com/Shopping/ShoppingCart.aspx?Submit=view
  21. ---------------------------------------------------------------------------------
  22.  
  23.  
  24. Step 5: Now let's modify the session ID
  25. -------------------------Paste this into Firefox-----------------------------------
  26. javascript:void(document.cookie="PHPSessionID=wow-this-is-fun")
  27. ------------------------------------------------------------------------------------
  28.  
  29.  
  30.  
  31. Step 6: Go back to the shopping cart page (click the back button)
  32. ---------------------------------------------------------------------------------
  33. https://secure.newegg.com/Shopping/ShoppingCart.aspx?Submit=view
  34. ---------------------------------------------------------------------------------
  35.  
  36.  
  37.  
  38. Step 7: View the current session ID
  39. -------------------------Paste this into Firefox-----------------------------------
  40. javascript:void(document.write(document.cookie))
  41. ------------------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment