-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The script currently iterates through a whole CIDR block in order and launches queries against them in parallel, using the requested amount of concurrency. This means that the order will be largely deterministic.
There was a request in a blog comment to make the order random.
I don't think that change would be very difficult, but I don't want to make that change myself at this time because I struggle to see what the purpose of it would be besides using this script as a malicious tool that tries to avoid triggering IDSes, etc.
If someone else were to submit a pull request for this though, I would likely merge it.
Reactions are currently unavailable