Skip to content

Commit ae5aa8f

Browse files
committed
No FILE_CONTENTS option
1 parent 0105309 commit ae5aa8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/windows/fileformat/ms15_100_mcl_exe.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ def initialize(info={})
5252
OptString.new('FILENAME', [true, 'The MCL file', 'msf.mcl']),
5353
OptString.new('FILE_NAME', [ false, 'The name of the malicious payload to execute', 'msf.exe'])
5454
], self.class)
55+
56+
deregister_options('FILE_CONTENTS')
5557
end
5658

5759
def generate_mcl

0 commit comments

Comments
 (0)