artilleryio / artillery-plugin-fuzzer

Fuzz testing for HTTP APIs with Artillery.io 🌪
59 stars 7 forks source link

Generate scenario for each string? #3

Open ben-eb opened 6 years ago

ben-eb commented 6 years ago

Currently the plugin selects strings at random from the list, which does not guarantee that any particular string is sent to the server, and could result in a few thousand runs where not all of the strings end up being sent. I'm not exactly sure how it should be implemented but I'd like to see a mode where this plugin could run all of the strings against an endpoint.

hassy commented 6 years ago

Good idea, cheers. It could be done with a loop if the plugin exported a list with all naughty strings.