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'])
|
ports = Rex::Socket.portspec_crack(datastore['PORTS'])
|
||||||
|
|
||||||
|
if ports.empty?
|
||||||
|
raise Msf::OptionValidateError.new(['PORTS'])
|
||||||
|
end
|
||||||
|
|
||||||
while(ports.length > 0)
|
while(ports.length > 0)
|
||||||
t = []
|
t = []
|
||||||
r = []
|
r = []
|
||||||
|
|
Loading…
Reference in New Issue