mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
CSRF - Fix image
This commit is contained in:
parent
9c878f9b09
commit
9c529535a5
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
## Methodology
|
||||
|
||||
![CSRF_cheatsheet](https://github.com/swisskyrepo/PayloadsAllTheThings/raw/master/CSRF%20injection/Images/CSRF-Cheatsheet.jpg)
|
||||
![CSRF_cheatsheet](https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/CSRF%20injection/Images/CSRF-CheatSheet.png?raw=true)
|
||||
|
||||
## Payloads
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ You can also contribute with a beer IRL or with `buymeacoffee.com`
|
|||
|
||||
[![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/swissky)
|
||||
|
||||
Every section contains:
|
||||
Every section contains the following files, you can use the `_template_vuln` folder to create a new chapter:
|
||||
|
||||
- README.md - vulnerability description and how to exploit it
|
||||
- Intruder - a set of files to give to Burp Intruder
|
||||
|
|
Loading…
Reference in a new issue