No such thing as free lunch?
This level had Stripe implemented in demo mode (no real payments).
Goal is to make payment of ₹1 instead of ₹500.
On making the payment using given fake credit card details, it sent these values to CTF serverdiscount
, amount
, tip
and quantity
Tried modifying the discount to 499. Didn’t work
Tried setting amount to 1. Didn’t work.
Tried setting tip to -499. WORKED and it revealed the flag.
Leave a Reply