Skip to content

Commit

Permalink
don't shuffle portscan's incoming queue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jun 18, 2024
1 parent 707bb3a commit b229d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbot/modules/portscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class portscan(BaseModule):
}
deps_shared = ["masscan"]
batch_size = 1000000
_shuffle_incoming_queue = False

async def setup(self):
self.top_ports = self.config.get("top_ports", 100)
Expand Down

0 comments on commit b229d45

Please sign in to comment.