WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
11 stars 5 forks source link

SeedQueue should use a pause event instead of that poor block #56

Closed percepo closed 9 months ago

percepo commented 1 year ago

If possible, SeedQueue should be refactored to utilize that signal. Before creating more requests, it should check if its true. That flag should be set to False by RoutingQueue if it has a lot to do right now.

percepo commented 1 year ago

Check e.g. HttpQueue for a similar implementation