fix check method

git-svn-id: file:///home/svn/framework3/trunk@11526 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-01-09 23:33:53 +00:00
parent db1f63eb1a
commit 1e951f6245
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ class Metasploit3 < Msf::Exploit::Remote
def check
# NOTE: We don't care if the login failed here...
ret = connect
banner = sock.get_once
# We just want the banner to check against our targets..
print_status("FTP Banner: #{banner.strip}")