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

Update table

This commit is contained in:
pang9979 2021-07-30 13:34:02 +08:00 committed by GitHub
parent 33cf9fa2d2
commit 7cb359644a
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,10 @@ When ?par1=a&par1=b
| Nodejs |All occurrences |a,b |
| Golang net/http - `r.URL.Query().Get("param")` |First occurrence |a |
| Golang net/http - `r.URL.Query()["param"]` |All occurrences |a,b |
| IBM Lotus Domino |First occurrence |a |
| IBM HTTP Server |First occurrence |a |
| Perl CGI/Apache |First occurrence |a |
| mod_wsgi (Python)/Apache |First occurrence |a |
| Python/Zope |All occurences in array |['a','b'] |
## References