1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-04-24 09:15:05 +02:00

Add RubyOnRails HTTP Parameter Pollution

This commit is contained in:
Clément COQUILLE 2022-11-08 19:06:51 +01:00
parent b7f6f72d09
commit 6f265dedd6

View File

@ -42,6 +42,7 @@ When ?par1=a&par1=b
| Perl CGI/Apache |First occurrence |a |
| mod_wsgi (Python)/Apache |First occurrence |a |
| Python/Zope |All occurrences in array |['a','b'] |
| Ruby on Rails |Last occurrence |b |
## References
- [HTTP Parameter Pollution - Imperva](https://www.imperva.com/learn/application-security/http-parameter-pollution/)