ffuff/pkg/ffuf
Tapio Vuorinen 918d5dcc8f count also 429 response codes if -sa (stop on all error cases) is used (#113)
* count also 429 response codes if -sa (stop on all error cases) is used. resolves #83

* Update README.md

Co-Authored-By: Joona Hoikkala <joohoi@users.noreply.github.com>

* Update main.go

Co-Authored-By: Joona Hoikkala <joohoi@users.noreply.github.com>

* lowered the 429 threshold to 20%

Co-authored-by: Joona Hoikkala <joohoi@users.noreply.github.com>
2019-12-20 20:23:54 +02:00
..
config.go Implement -v (verbose) flag (#100) 2019-11-16 16:32:11 +02:00
const.go Prepare 1.0 (#105) 2019-11-16 18:34:58 +02:00
interfaces.go Fix the multi wordlist bug and add a new mode of operation (#93) 2019-11-16 00:40:04 +02:00
job.go count also 429 response codes if -sa (stop on all error cases) is used (#113) 2019-12-20 20:23:54 +02:00
multierror.go Get rid of the last external dependency 2018-11-15 00:18:43 +02:00
progress.go Refactor progress functionality to correct modules (#33) 2019-04-28 01:08:09 +03:00
request.go Multiple wordlist support (#79) 2019-11-10 23:30:54 +02:00
response.go Added lines count to filter/matcher and stdout + csv + json (#71) 2019-11-09 22:09:12 +02:00
util.go Refactor calibration and filter addition / removal to correct modules. (#34) 2019-04-28 19:36:48 +03:00
valuerange.go Added support for using ranges in size, word count or status code matching/filtering (#47) 2019-06-27 18:26:19 +03:00