You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/auxiliary/fileformat/maldoc_in_pdf_polyglot.rb
+7-21Lines changed: 7 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,15 @@ def initialize(info = {})
34
34
'Notes'=>{
35
35
'Stability'=>[CRASH_SAFE],
36
36
'Reliability'=>[],
37
-
'SideEffects'=>[IOC_IN_LOGS]
37
+
'SideEffects'=>[]
38
38
}
39
39
)
40
40
)
41
41
42
42
register_options(
43
43
[
44
44
OptPath.new('FILENAME',[true,'The input MHT filename with macro embedded']),
45
-
OptPath.new('INJECTED_PDF',[false,'The input PDF filename to be injected (optional)']),
45
+
OptPath.new('INJECTED_PDF',[false,'The input PDF filename to inject in (optional)']),
46
46
OptString.new('MESSAGE_PDF',[false,'The message to display in the local PDF template (if INJECTED_PDF is NOT used)','You must open this document in Microsoft Word'])
0 commit comments