Skip to content

Commit 840da8d

Browse files
sfewer-r7dledda-r7
andauthored
explicitly register an Opt::Proxies option
Co-authored-by: Diego Ledda <[email protected]>
1 parent 8422b4c commit 840da8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/gather/progress_moveit_sftp_fileread_cve_2024_5806.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def initialize(info = {})
4949
Opt::RPORT(22),
5050
OptBool.new('STORE_LOOT', [false, 'Store the target file as loot', true]),
5151
OptString.new('TARGETUSER', [true, 'A valid username to authenticate as.', nil]),
52-
OptString.new('TARGETFILE', [true, 'The full path of a target file or directory to read.', '/'])
52+
OptString.new('TARGETFILE', [true, 'The full path of a target file or directory to read.', '/']),
53+
Opt::Proxies
5354
]
5455
)
5556
end

0 commit comments

Comments
 (0)