diff --git a/README.md b/README.md index 2f084df..563e1b2 100644 --- a/README.md +++ b/README.md @@ -90,16 +90,68 @@ Transformations: -S, --transform-suffix Append a suffix to each word -C, --transform-capitalize Capitalize each word -Filtering: - -F, --filter-contains Contains the specified string - --filter-starts-with Start with the specified string - --filter-ends-with End with the specified string - --filter-regex Filter out words that match the specified regex - --filter-max-length Maximum length - --filter-min-length Minimum length - --filter-length Exact length +Wordlist Filtering: + --wordlist-filter-contains + Contains the specified string [aliases: wfc] + --wordlist-filter-starts-with + Start with the specified string [aliases: wfs] + --wordlist-filter-ends-with + End with the specified string [aliases: wfe] + --wordlist-filter-regex + Match the specified regex [aliases: wfr] + --wordlist-filter-length + Length range e.g.: 5, 5-10, 5,10,15, >5, <5 [aliases: wfl] + +Response Filtering: + --filter-status-code Reponse status code, e.g.: 200, 200-300, 200,300,400, >200, <200 [aliases: fsc] + --filter-contains Contains the specified string [aliases: fc] + --filter-starts-with Start with the specified string [aliases: fs] + --filter-ends-with End with the specified string [aliases: fe] + --filter-regex Match the specified regex [aliases: fr] + --filter-length Response length e.g.: 100, >100, <100, 100-200, 100,200,300 [aliases: fl] + --filter-time