Merge branch 'poisonivyscanner' of github.com:SeawolfRN/metasploit-framework into poisonivyscanner
commit
bf2dc97595
|
@ -42,6 +42,10 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
ports = Rex::Socket.portspec_crack(datastore['PORTS'])
|
||||
|
||||
if ports.empty?
|
||||
raise Msf::OptionValidateError.new(['PORTS'])
|
||||
end
|
||||
|
||||
while(ports.length > 0)
|
||||
t = []
|
||||
r = []
|
||||
|
|
Loading…
Reference in New Issue