mirror of
https://github.com/qazbnm456/awesome-web-security.git
synced 2024-10-01 03:15:46 -04:00
Add the 'Web Cache Poisoning' section
This commit is contained in:
parent
d3d6f43968
commit
f2d104f626
@ -31,6 +31,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
- [CSRF](#csrf---cross-site-request-forgery)
|
- [CSRF](#csrf---cross-site-request-forgery)
|
||||||
- [SSRF](#ssrf---server-side-request-forgery)
|
- [SSRF](#ssrf---server-side-request-forgery)
|
||||||
- [Web Cache Poisoning](#web-cache-poisoning)
|
- [Web Cache Poisoning](#web-cache-poisoning)
|
||||||
|
- [Relative Path Overwrite](#relative-path-overwrite)
|
||||||
- [Open Redirect](#open-redirect)
|
- [Open Redirect](#open-redirect)
|
||||||
- [Upload](#upload)
|
- [Upload](#upload)
|
||||||
- [Rails](#rails)
|
- [Rails](#rails)
|
||||||
@ -188,6 +189,12 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
|
|
||||||
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
||||||
|
|
||||||
|
<a name="relative-path-overwrite"></a>
|
||||||
|
### Relative Path Overwrite
|
||||||
|
|
||||||
|
- [Large-scale analysis of style injection by relative path overwrite](https://blog.acolyer.org/2018/05/28/large-scale-analysis-of-style-injection-by-relative-path-overwrite/) - Written by [The Morning Paper](https://blog.acolyer.org/).
|
||||||
|
- [MBSD Technical Whitepaper - A few RPO exploitation techniques](https://www.mbsd.jp/Whitepaper/rpo.pdf) - Written by [Mitsui Bussan Secure Directions, Inc.](https://www.mbsd.jp/).
|
||||||
|
|
||||||
<a name="open-redirect"></a>
|
<a name="open-redirect"></a>
|
||||||
### Open Redirect
|
### Open Redirect
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
- [CSRF](#csrf---cross-site-request-forgery)
|
- [CSRF](#csrf---cross-site-request-forgery)
|
||||||
- [SSRF](#ssrf---server-side-request-forgery)
|
- [SSRF](#ssrf---server-side-request-forgery)
|
||||||
- [Web Cache Poisoning](#web-cache-poisoning)
|
- [Web Cache Poisoning](#web-cache-poisoning)
|
||||||
|
- [Relative Path Overwrite](#relative-path-overwrite)
|
||||||
- [Open Redirect](#open-redirect)
|
- [Open Redirect](#open-redirect)
|
||||||
- [Upload](#upload)
|
- [Upload](#upload)
|
||||||
- [Rails](#rails)
|
- [Rails](#rails)
|
||||||
@ -202,6 +203,13 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
|
|
||||||
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
||||||
|
|
||||||
|
<a name="relative-path-overwrite"></a>
|
||||||
|
### Relative Path Overwrite
|
||||||
|
|
||||||
|
- [Large-scale analysis of style injection by relative path overwrite](https://blog.acolyer.org/2018/05/28/large-scale-analysis-of-style-injection-by-relative-path-overwrite/) - Written by [The Morning Paper](https://blog.acolyer.org/).
|
||||||
|
- [MBSD Technical Whitepaper - A few RPO exploitation techniques](https://www.mbsd.jp/Whitepaper/rpo.pdf) - Written by [Mitsui Bussan Secure Directions, Inc.](https://www.mbsd.jp/).
|
||||||
|
- [RPO攻击方式的探究](https://www.freebuf.com/articles/web/166731.html) - Written by [K0rz3n](https://www.freebuf.com/author/K0rz3n).
|
||||||
|
|
||||||
<a name="open-redirect"></a>
|
<a name="open-redirect"></a>
|
||||||
### Open Redirect
|
### Open Redirect
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
- [CSRF](#csrf---cross-site-request-forgery)
|
- [CSRF](#csrf---cross-site-request-forgery)
|
||||||
- [SSRF](#ssrf---server-side-request-forgery)
|
- [SSRF](#ssrf---server-side-request-forgery)
|
||||||
- [Web Cache Poisoning](#web-cache-poisoning)
|
- [Web Cache Poisoning](#web-cache-poisoning)
|
||||||
|
- [Relative Path Overwrite](#relative-path-overwrite)
|
||||||
- [Open Redirect](#open-redirect)
|
- [Open Redirect](#open-redirect)
|
||||||
- [Upload](#upload)
|
- [Upload](#upload)
|
||||||
- [Rails](#rails)
|
- [Rails](#rails)
|
||||||
@ -185,6 +186,12 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
|
|||||||
|
|
||||||
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
- [Practical Web Cache Poisoning](https://portswigger.net/blog/practical-web-cache-poisoning) - Written by [@albinowax](https://twitter.com/albinowax).
|
||||||
|
|
||||||
|
<a name="relative-path-overwrite"></a>
|
||||||
|
### Relative Path Overwrite
|
||||||
|
|
||||||
|
- [Large-scale analysis of style injection by relative path overwrite](https://blog.acolyer.org/2018/05/28/large-scale-analysis-of-style-injection-by-relative-path-overwrite/) - Written by [The Morning Paper](https://blog.acolyer.org/).
|
||||||
|
- [MBSD Technical Whitepaper - A few RPO exploitation techniques](https://www.mbsd.jp/Whitepaper/rpo.pdf) - Written by [Mitsui Bussan Secure Directions, Inc.](https://www.mbsd.jp/).
|
||||||
|
|
||||||
<a name="open-redirect"></a>
|
<a name="open-redirect"></a>
|
||||||
### Open Redirect
|
### Open Redirect
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user