lol? skip on error?!

git-svn-id: file:///home/svn/framework3/trunk@11147 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-11-25 07:38:12 +00:00
parent 5b6a08e35c
commit 4c26dfbfd8
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class Metasploit3 < Msf::Auxiliary
if vnc.error =~ /connection has been rejected/ if vnc.error =~ /connection has been rejected/
return :retry return :retry
end end
return :next_user return :fail
end end
print_good("#{target_host}:#{rport}, VNC server password : \"#{pass}\"") print_good("#{target_host}:#{rport}, VNC server password : \"#{pass}\"")