mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 04:33:28 +00:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
3a860831bf
commit
b75da08dd6
2 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
9
pentesting-web/bypass-payment-process.md
Normal file
9
pentesting-web/bypass-payment-process.md
Normal 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
|
||||
|
Loading…
Reference in a new issue