Change MALLEABLEC2 option type to OptPath

This commit is contained in:
Diego Ledda
2026-03-27 14:44:46 +01:00
committed by GitHub
parent a14b98f7a6
commit 166ee2a23d
@@ -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'])
])