ffuf/pkg/filter
Tapio Vuorinen f5609a2d13 fuzzing input in result, resolves #76 (#124)
* regexp filter had a copy-paste error talking about size filter, fixed

* implement -mr/-fr FUZZ, detecting if fuzzed input is present in response. resolves #76

* quote regexp control characters to obtain exact matches (according to joohoi's comment)

* allow keywords as part of regexp matching/filtering

* updated changelog

Co-authored-by: Joona Hoikkala <joohoi@users.noreply.github.com>
2019-12-23 13:29:24 +02:00
..
filter.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
filter_test.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
lines.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
lines_test.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
regex.go fuzzing input in result, resolves #76 (#124) 2019-12-23 13:29:24 +02:00
regexp_test.go Tests and performance fixes 2018-11-14 22:38:13 +02:00
size.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00
size_test.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00
status.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00
status_test.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00
words.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00
words_test.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00