WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

User interrupt should very quickly stop #50

Closed percepo closed 11 months ago

percepo commented 1 year ago

When a user interrupts the runtime, they are not interested in wenum "finishing remaining requests". They dont care anymore, otherwise they would not have interrupted. Such user interrupts should therefore simply kill open connections instead of waiting for them for up to the request-timeout of time (or plugins running for who knows how long)

percepo commented 1 year ago

That being said, routines such as printers being able to add their footer may still be something that should be respected, even after an interrupt has been registered