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:
parent
761acdc419
commit
21f16f63a1
0
data/exploits/CVE-2010-1297.swf
Executable file → Normal file
0
data/exploits/CVE-2010-1297.swf
Executable file → Normal file
0
data/exploits/shockwave_rcsl.dir
Executable file → Normal file
0
data/exploits/shockwave_rcsl.dir
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user