Squash another rogue 5009

bug/bundler_fix
Jon Hart 2015-01-13 10:36:43 -08:00
parent 5cc7d5d1a8
commit b7eb4d24aa
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Auxiliary
'USER_AS_PASS'
)
register_autofilter_ports([5009])
register_autofilter_ports([Rex::Proto::ACPP::DEFAULT_PORT])
end
def run_host(ip)