Skip to content

Commit d5c61c0

Browse files
committed
Land rapid7#4694, uninit Rex::OLE fix
2 parents 26a836f + 9112e70 commit d5c61c0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/exploits/windows/fileformat/ms14_060_sandworm.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
##
55

66
require 'msf/core'
7+
require 'rex/ole'
78

89
class Metasploit3 < Msf::Exploit::Remote
910
Rank = ExcellentRanking

modules/exploits/windows/fileformat/ms14_064_packager_python.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
##
55

66
require 'msf/core'
7+
require 'rex/ole'
78

89
class Metasploit3 < Msf::Exploit::Remote
910
Rank = ExcellentRanking

modules/exploits/windows/fileformat/ms14_064_packager_run_as_admin.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
##
55

66
require 'msf/core'
7+
require 'rex/ole'
78

89
class Metasploit3 < Msf::Exploit::Remote
910
Rank = ExcellentRanking

0 commit comments

Comments
 (0)