1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

style compliance fixes

git-svn-id: file:///home/svn/framework3/trunk@10855 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-11-01 21:45:49 +00:00
parent 761acdc419
commit 21f16f63a1
3 changed files with 1 additions and 1 deletions

0
data/exploits/CVE-2010-1297.swf Executable file → Normal file
View File

0
data/exploits/shockwave_rcsl.dir Executable file → Normal file
View File

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Auxiliary
print_status("#{ip}:#{rport} - Starting FTP login sweep")
if check_banner
each_user_pass { |user, pass|
next if user.nil?
next if user.nil?
ret = do_login(user,pass)
ftp_quit if datastore['SINGLE_SESSION']
ret