Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <form method="post">
  2. <input type="hidden" name="token" value="4363629858">
  3. <input type="hidden" name="amount" value="1">
  4. <input type="hidden" name="to" value="400552">
  5. <input type="hidden" name="type" value="2">
  6. <input type="hidden" name="note" value="">
  7. <input type="hidden" name="confirm" value="1">
  8. Are you sure you want to send 1 coins to <a href="prof.php?user=AoS">AoS</a>?
  9. <br><br>
  10. <input type="submit" name="submit" value="Send Coins" class="button">
  11. </form>
  12.  
  13. After going to inspect element and changing "post" to "get", I clicked on the Submit button and got this url: http://domain.net/send.php?token=4363&amount=1000&to=400&type=2&note=&confirm=1&submit=Send+Coins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement