mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
Add one technology to the table
This commit is contained in:
parent
ce14006be0
commit
33cf9fa2d2
@ -37,7 +37,7 @@ When ?par1=a&par1=b
|
|||||||
| Nodejs |All occurrences |a,b |
|
| Nodejs |All occurrences |a,b |
|
||||||
| Golang net/http - `r.URL.Query().Get("param")` |First occurrence |a |
|
| Golang net/http - `r.URL.Query().Get("param")` |First occurrence |a |
|
||||||
| Golang net/http - `r.URL.Query()["param"]` |All occurrences |a,b |
|
| Golang net/http - `r.URL.Query()["param"]` |All occurrences |a,b |
|
||||||
|
| Python/Zope |All occurences in array |['a','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…
Reference in New Issue
Block a user