Fix `check` to use all the IP addresses passed
parent
3871e45196
commit
3aea9bc477
|
@ -126,7 +126,7 @@ module ModuleCommandDispatcher
|
|||
return
|
||||
end
|
||||
|
||||
ip_range_arg = args.shift || mod.datastore['RHOSTS'] || framework.datastore['RHOSTS'] || ''
|
||||
ip_range_arg = args.join(' ') || mod.datastore['RHOSTS'] || framework.datastore['RHOSTS'] || ''
|
||||
opt = Msf::OptAddressRange.new('RHOSTS')
|
||||
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue