ffuff/pkg/ffuf
Joona Hoikkala bde943cc5d
Add support for configuration files for ffuf (#308)
* Refactor config and job creation

* ConfigOptions defaults

* Structure ConfigOptions for config file parser

* Sort options

* Finalize the configuration file reading and add examples and documentation

* Fix issues with opts -> config translation
2020-09-27 19:24:06 +03:00
..
config.go Add support for configuration files for ffuf (#308) 2020-09-27 19:24:06 +03:00
const.go Prepare 1.2.0-git (#268) 2020-07-23 13:49:27 +03:00
interfaces.go Recursive jobs support (#129) 2019-12-31 14:19:27 +02:00
job.go Make SIGINT more responsive, and handle zombied TCP connections properly (#302) 2020-09-24 12:04:31 +03:00
multierror.go Get rid of the last external dependency 2018-11-15 00:18:43 +02:00
optionsparser.go Add support for configuration files for ffuf (#308) 2020-09-27 19:24:06 +03: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 Fixed behavior of wordlist:keyword separator in Windows (#240) 2020-05-16 15:49:57 +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