Skip to content

Commit 493a45e

Browse files
committed
add in net-sftp as a required Gem, we need this to exploit CVE-2024-5806
1 parent 4c81b39 commit 493a45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metasploit-framework.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Gem::Specification.new do |spec|
152152
spec.add_runtime_dependency 'net-imap' # Used in Postgres auth for its SASL stringprep implementation
153153
spec.add_runtime_dependency 'net-ldap'
154154
spec.add_runtime_dependency 'net-smtp'
155+
spec.add_runtime_dependency 'net-sftp'
155156
spec.add_runtime_dependency 'winrm'
156157

157158
#

0 commit comments

Comments
 (0)