ffuff/pkg/filter
M. Ángel Jimeno 8156fd1917
pkg: use {strings,bytes}.ReplaceAll when possible (#320)
Use the ReplaceAll helper from the standard library in order to make the
code easier to read. Requires Go 1.12 or higher.

Fixes #301

Signed-off-by: Miguel Ángel Jimeno <miguelangel4b@gmail.com>
2020-10-02 17:12:40 +03:00
..
filter_test.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
filter.go Add support for configuration files for ffuf (#308) 2020-09-27 19:24:06 +03:00
lines_test.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
lines.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02:00
regex.go pkg: use {strings,bytes}.ReplaceAll when possible (#320) 2020-10-02 17:12:40 +03:00
regexp_test.go Tests and performance fixes 2018-11-14 22:38:13 +02: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
size.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02: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
status.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02: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
words.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02:00