ffuff/pkg/filter
Tapio Vuorinen 08c4cb4f6f Added support for using ranges in size, word count or status code matching/filtering (#47)
* allow ranges on response size matching/filtering

* allow ranges on word count matching/filtering

* allow ranges on http status matching/filtering

* documentation update about using ranges in size, word count and status code filtering/matching

* moved valuerange code to ffuf main package
2019-06-27 18:26:19 +03:00
..
filter_test.go Tests and performance fixes 2018-11-14 22:38:13 +02:00
filter.go Refactor calibration and filter addition / removal to correct modules. (#34) 2019-04-28 19:36:48 +03:00
regex.go Make regex filter match headers too 2019-03-30 01:38:37 +02: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 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
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
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 Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00