Skip to content

Commit 335cc13

Browse files
author
Austin
authored
remove option, advanced Message seems to break it.
1 parent 7bdc99a commit 335cc13

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/exploits/windows/fileformat/office_dde_delivery.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def initialize(info = {})
4848
OptString.new("FILENAME", [true, "Filename to save as, or inject", "msf.rtf"]),
4949
OptString.new("FOLDER_PATH", [false, "Path to file to inject", nil])
5050
])
51-
52-
register_advanced_options([
53-
OptString.new("MESSAGE", [true, "Message to output in remote data field", "MSF EXECUTABLE"])
54-
])
5551
end
5652

5753
def gen_psh(url, *method)

0 commit comments

Comments
 (0)