Skip to content

Commit 439fa6e

Browse files
authored
Update README.md
1 parent 56dcf20 commit 439fa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Ponieproxy applies a filter to ease the use of the [HUNT Methodology](https://gi
1818

1919
A valid question is - **What's the difference with the Burp and ZAP plugins that are already present?**
2020

21-
The answer is that you have a bit more control over the type of matching that it does. It always matches params case insensitively. The default matching style is exact (using `==`).
21+
The answer is that you have a bit more control over the type of matching that it does. It always matches params case insensitively. The default matching style is exact (using `==`). For example if the filter is searching for `id`, it will match `id`, `Id`, `ID`, but not `userId` etc.
2222

2323
If you set `-hem` to `false`, it will look for a substring within the param. Foe example if the filter is searching for `id`, it will positively match the following `userId`, `identification`, `ID`. With `-hem` set to the default `true`, it will only match `id`, `Id`, etc.
2424

0 commit comments

Comments
 (0)