ffuff/pkg/ffuf
Stefan Stojanovski 6a7bdc0f93
Added 405 Method Not Allowed to the list of status codes matched by default (#373)
* Update .ffufrc to match 405 status code responses by default

* Updated README.md with the new default match status codes

* Updated default match codes to include 405 Method Not Allowed

405 Method not Allowed is returned by many api endpoints when accessed via an improper method. ffuf sends GET reqeusts by default and if an endpoint only supports POST it will return 405 and ffuf will not think it's a valid endpoint unless specifically told to match 405 status codes

* Added choket to contributors

* Update CHANGELOG.md
2021-01-24 18:54:30 +02:00
..
config.go Empty filter (#330) 2020-11-23 20:39:06 +02:00
const.go Prepare 1.2.0-git (#268) 2020-07-23 13:49:27 +03:00
interfaces.go Add linter workflow as GitHub action (#325) 2020-10-03 11:29:18 +03:00
job.go Add linter workflow as GitHub action (#325) 2020-10-03 11:29:18 +03:00
multierror.go Get rid of the last external dependency 2018-11-15 00:18:43 +02:00
optionsparser.go Added 405 Method Not Allowed to the list of status codes matched by default (#373) 2021-01-24 18:54:30 +02:00
optrange.go Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02:00
progress.go Throttle rate of requests per second (#287) 2020-08-30 13:51:41 +03:00
rate.go Throttle rate of requests per second (#287) 2020-08-30 13:51:41 +03:00
request.go Add Host information to JSON output file (#223) 2020-04-23 00:53:28 +03:00
response.go Fix crash with 3xx requests without location header (#265) 2020-07-23 13:13:27 +03:00
util.go pkg/ffuf: fix panic in Windows when parsing wordlist flag (#335) 2020-10-26 23:43:09 +02:00
valuerange.go Add linter workflow as GitHub action (#325) 2020-10-03 11:29:18 +03:00