We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176204d commit 457c48bCopy full SHA for 457c48b
modules/auxiliary/gather/dns_reverse_lookup.rb
@@ -61,7 +61,7 @@ def reverselkp(iprange)
61
# Basic Throttling
62
sleep_time = 0.0
63
if (datastore['THROTTLE'] != 0)
64
- sleep_time = (1.0/datastore['THROTTLE'])/datastore['THREADS']
+ sleep_time = (1.0/datastore['THROTTLE'])*datastore['THREADS']
65
print_status("Throttle set to #{datastore['THROTTLE']} queries per seconds")
66
end
67
# Output..
0 commit comments