ffuff/pkg/ffuf
DoI 9aeae16a08
Add Sniper Mode (#469)
* Modify SimpleRunner to take a Request parameter, add base and copy functions for Requests

* Add Request structs to run queues

* Implemented sniper mode

* Added request and optionsparser tests for sniper mode

* Removed unneccesary print statements

* Updated readme.md and terminal output

* Enabled command inputs for sniper mode

* correctly initialize validmode in optionsparser

* Remove unnecessary print data in TestScrubTemplates

* Use InputProvider for sniper template characters

* Add a sniper-mode specific queue job execution log
2022-03-06 16:14:45 +02:00
..
config.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
interfaces.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
job.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
multierror.go Get rid of the last external dependency 2018-11-15 00:18:43 +02:00
optionsparser_test.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
optionsparser.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +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_test.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
request.go Add Sniper Mode (#469) 2022-03-06 16:14:45 +02:00
response.go Response time logging and filtering (#433) 2021-05-17 00:10:56 +03:00
util_test.go Add some tests (#479) 2022-01-22 19:52:27 +02:00
util.go Move version output to a function (#407) 2021-03-04 22:04:04 +02:00
valuerange.go Add linter workflow as GitHub action (#325) 2020-10-03 11:29:18 +03:00
version.go Prepare for release v1.3.1 (#439) 2021-04-27 23:33:55 +03:00