mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 19:06:12 +00:00
Added Golang information
This commit is contained in:
parent
20da830ac1
commit
a6727e8305
@ -35,6 +35,9 @@ When ?par1=a&par1=b
|
|||||||
| Python Flask |First occurrence |a |
|
| Python Flask |First occurrence |a |
|
||||||
| Python Django |Last occurrence |b |
|
| Python Django |Last occurrence |b |
|
||||||
| Nodejs |All occurrences |a,b |
|
| Nodejs |All occurrences |a,b |
|
||||||
|
| Golang-`r.URL.Query().Get("param")` |First occurrence |a |
|
||||||
|
| Golang-`r.URL.Query()["param"]` |All occurrences |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