Fix `check` to use all the IP addresses passed

master
Adam Cammack 2019-02-28 10:52:26 -06:00
parent 3871e45196
commit 3aea9bc477
No known key found for this signature in database
GPG Key ID: C9378BA088092D66
1 changed files with 1 additions and 1 deletions

View File

@ -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