JJ / 2020-WCCI-variable-attack-surface

Paper on optimal nginx configuration for generating variable attack surfaces
GNU General Public License v3.0
3 stars 1 forks source link

Speed up evaluation #17

Open JJ opened 4 years ago

JJ commented 4 years ago

Evaluation may take up to 20 seconds for a single configuration. Try to change the tool, understand the tool better so that it can be sped up to the max, with a target being being able to evaluate a configuration (for juice shop) on average in 1 second. Alternatively, set up different nginx in different ports so that they can be evaluated in parallel. Right now all of them are using the same port so it can't be done in parallel.