Skip to content

Commit a173fcf

Browse files
committed
Flash detection for firefox_svg_plugin
Good test case
1 parent 07ab05c commit a173fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/browser/firefox_svg_plugin.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def initialize(info = {})
7575
'BrowserRequirements' => {
7676
:source => 'script',
7777
:ua_name => HttpClients::FF,
78-
:ua_ver => /17\..*/
78+
:ua_ver => /17\..*/,
79+
:flash => /[\d.]+/
7980
}
8081
))
8182

0 commit comments

Comments
 (0)