Land #11011, Fix capitalization of datastore option

GSoC/Meterpreter_Web_Console
Brendan Coles 2018-11-25 01:13:32 +00:00
commit 8b719b823e
No known key found for this signature in database
GPG Key ID: 3EB700FCFBA899B5
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class MetasploitModule < Msf::Auxiliary
@queue << c
end
datastore['Threads'].times {
datastore['THREADS'].times {
@threads << framework.threads.spawn("scanner", false) { scan }
}