mirror of
https://github.com/weyne85/PayloadsAllTheThings.git
synced 2025-10-29 16:57:02 +00:00
Merge pull request #602 from Kawsay/master
Add RubyOnRails HTTP Parameter Pollution
This commit is contained in:
commit
4ca065f8ed
@ -42,6 +42,7 @@ When ?par1=a&par1=b
|
|||||||
| Perl CGI/Apache |First occurrence |a |
|
| Perl CGI/Apache |First occurrence |a |
|
||||||
| mod_wsgi (Python)/Apache |First occurrence |a |
|
| mod_wsgi (Python)/Apache |First occurrence |a |
|
||||||
| Python/Zope |All occurrences in array |['a','b'] |
|
| Python/Zope |All occurrences in array |['a','b'] |
|
||||||
|
| Ruby on Rails |Last occurrence |b |
|
||||||
|
|
||||||
## References
|
## References
|
||||||
- [HTTP Parameter Pollution - Imperva](https://www.imperva.com/learn/application-security/http-parameter-pollution/)
|
- [HTTP Parameter Pollution - Imperva](https://www.imperva.com/learn/application-security/http-parameter-pollution/)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user