From 166ee2a23d9b005c2a914fc0da60ffdabbf8f012 Mon Sep 17 00:00:00 2001 From: Diego Ledda Date: Fri, 27 Mar 2026 14:44:46 +0100 Subject: [PATCH] Change MALLEABLEC2 option type to OptPath --- modules/payloads/singles/windows/meterpreter_reverse_https.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/singles/windows/meterpreter_reverse_https.rb b/modules/payloads/singles/windows/meterpreter_reverse_https.rb index e931b4377e..4e48e5249d 100644 --- a/modules/payloads/singles/windows/meterpreter_reverse_https.rb +++ b/modules/payloads/singles/windows/meterpreter_reverse_https.rb @@ -28,7 +28,7 @@ module MetasploitModule ) register_options([ - OptString.new('MALLEABLEC2', [false, 'Path to a file containing the malleable C2 profile']), + OptPath.new('MALLEABLEC2', [false, 'Path to a file containing the malleable C2 profile']), OptString.new('EXTENSIONS', [false, 'Comma-separate list of extensions to load']), OptString.new('EXTINIT', [false, 'Initialization strings for extensions']) ])