Fix duplicate :ua_maxver key.

bug/bundler_fix
Joe Vennix 2014-12-22 14:57:44 -06:00
parent 58e4d39993
commit 0bf3a9cd55
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
autopwn_info({ autopwn_info({
:ua_name => HttpClients::FF, :ua_name => HttpClients::FF,
:ua_maxver => "22.0", :ua_minver => "22.0",
:ua_maxver => "27.0", :ua_maxver => "27.0",
:javascript => true, :javascript => true,
:rank => ExcellentRanking :rank => ExcellentRanking