fix 1.8/1.9 compat issue

git-svn-id: file:///home/svn/framework3/trunk@8960 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-03-30 17:00:39 +00:00
parent 477a424cab
commit aaee658c3c
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class Metasploit3 < Msf::Auxiliary
ver = sock.get_once
ver[27,2000].each do | info |
info = ver[27,2000]
if (info.length > 0)
puts "[*] #{info}"
end