1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00
hacktricks/pentesting-web/bypass-payment-process.md

9 lines
427 B
Markdown
Raw Normal View History

2020-08-06 11:07:38 +02:00
# Bypass Payment Process
2021-11-30 17:46:07 +01:00
1. It is preferable to choose **PayPal** or **CoinPayments** as a payment method
2. Intercept all requests, you may find a parameter called _**Success**_ or _**Referrer**_ or _**Callback**_
3. If the value inside the parameter has a URL like this _**example.com/payment/MD5HASH**_ for example
2020-08-06 11:07:38 +02:00
4. **Copy it, and open it on a new window**, you will find that your payment was successful
@SalahHasoneh1