Adds autofilter ports to vnc_login.

git-svn-id: file:///home/svn/framework3/trunk@11257 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Tod Beardsley 2010-12-08 22:13:51 +00:00
parent e5dc368b57
commit 0b1e3e12ea
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ class Metasploit3 < Msf::Auxiliary
File.join(Msf::Config.data_directory, "wordlists", "vnc_passwords.txt") ]), File.join(Msf::Config.data_directory, "wordlists", "vnc_passwords.txt") ]),
], self.class) ], self.class)
register_autofilter_ports((5900..5910).to_a) # Each instance increments the port by one.
# We don't currently support an auth mechanism that uses usernames, so we'll ignore any # We don't currently support an auth mechanism that uses usernames, so we'll ignore any
# usernames that are passed in. # usernames that are passed in.
@strip_usernames = true @strip_usernames = true