GitBook: [master] 2 pages modified

This commit is contained in:
CPol 2020-08-06 09:07:38 +00:00 committed by gitbook-bot
parent 3a860831bf
commit b75da08dd6
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 10 additions and 0 deletions

View File

@ -247,6 +247,7 @@
* [2FA Bypass](pentesting-web/2fa-bypass.md)
* [Abusing hop-by-hop headers](pentesting-web/abusing-hop-by-hop-headers.md)
* [Bypass Payment Process](pentesting-web/bypass-payment-process.md)
* [Captcha Bypass](pentesting-web/captcha-bypass.md)
* [Cache Poisoning and Cache Deception](pentesting-web/cache-deception.md)
* [Clickjacking](pentesting-web/clickjacking.md)

View File

@ -0,0 +1,9 @@
# Bypass Payment Process
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
4. **Copy it, and open it on a new window**, you will find that your payment was successful
@SalahHasoneh1