Skip to content

Commit

Permalink
change enqueue message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Oct 31, 2020
1 parent b6429c4 commit 5f04595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wfuzz/fuzzqueues.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def process_results(self, res, plugins_res_queue):
self.stats.backfeed.inc()
self.stats.pending_fuzz.inc()
self.send(item._seed)
enq_item[item.source]["request"] += 1
enq_item[item.source]["request enqueued"] += 1
elif item.issue:
enq_item[item.source][item.itype] += 1
res.plugins_res.append(item)
Expand Down

0 comments on commit 5f04595

Please sign in to comment.