Skip to content

Commit 3b5eb42

Browse files
author
HD Moore
committed
Switch to Msf::OperatingSystems::Match::WINDOWS
1 parent 878f3d1 commit 3b5eb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/samples/modules/exploits/ie_browser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Metasploit4 < Msf::Exploit::Remote
2929
:ua_minver => "8.0",
3030
:ua_maxver => "10.0",
3131
:javascript => true,
32-
:os_name => /^Windows/,
32+
:os_name => OperatingSystems::Match::WINDOWS,
3333
:rank => NormalRanking
3434
})
3535

0 commit comments

Comments
 (0)