fix 1.8/1.9 compat issue
git-svn-id: file:///home/svn/framework3/trunk@8960 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
477a424cab
commit
aaee658c3c
|
@ -62,7 +62,8 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
ver = sock.get_once
|
ver = sock.get_once
|
||||||
|
|
||||||
ver[27,2000].each do | info |
|
info = ver[27,2000]
|
||||||
|
if (info.length > 0)
|
||||||
puts "[*] #{info}"
|
puts "[*] #{info}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue