Skip to content

Commit

Permalink
Support Vista as per target comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jun 29, 2015
1 parent 8fd0ef0 commit 3f28c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/browser/mozilla_reduceright.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def on_request_uri(cli, request)
if my_target.name == 'Automatic'
if agent =~ /NT 5\.1/ and agent =~ /Firefox\/3\.6\.16/
my_target = targets[1]
elsif agent =~ /NT 6\.1/ and agent =~ /Firefox\/3\.6\.16/
elsif agent =~ /NT 6\.[01]/ and agent =~ /Firefox\/3\.6\.16/
my_target = targets[2]
else
print_error("This browser is not supported: #{agent.to_s}")
Expand Down

0 comments on commit 3f28c57

Please sign in to comment.