mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-24 05:15:26 +00:00
BUGFIX: API Payment
This commit is contained in:
parent
9c5eade544
commit
02484cee00
@ -308,11 +308,12 @@ then launch Burp with : java -jar burpsuite_free_v*.jar &
|
|||||||
|
|
||||||
From https://stripe.com/docs/testing#cards : "Use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. Each test card's billing country is set to U.S. "
|
From https://stripe.com/docs/testing#cards : "Use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. Each test card's billing country is set to U.S. "
|
||||||
e.g :
|
e.g :
|
||||||
| NUMBER | BRAND |
|
|
||||||
| :------------- | :------------- |
|
| NUMBER | BRAND |
|
||||||
| 4242424242424242 | Visa |
|
| :------------- | :------------- |
|
||||||
| 4000056655665556 | Visa (debit) |
|
| 4242424242424242 | Visa |
|
||||||
| 5555555555554444 | Mastercard |
|
| 4000056655665556 | Visa (debit) |
|
||||||
|
| 5555555555554444 | Mastercard |
|
||||||
|
|
||||||
## Thanks to
|
## Thanks to
|
||||||
* http://blog.it-securityguard.com/bugbounty-yahoo-phpinfo-php-disclosure-2/
|
* http://blog.it-securityguard.com/bugbounty-yahoo-phpinfo-php-disclosure-2/
|
||||||
|
Loading…
Reference in New Issue
Block a user