lol? skip on error?!
git-svn-id: file:///home/svn/framework3/trunk@11147 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
5b6a08e35c
commit
4c26dfbfd8
|
@ -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}\"")
|
||||||
|
|
Loading…
Reference in New Issue