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: metasploit-framework.gemspec
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,8 @@ Gem::Specification.new do |spec|
157
157
spec.add_runtime_dependency'net-smtp'
158
158
spec.add_runtime_dependency'net-sftp'
159
159
spec.add_runtime_dependency'winrm'
160
+
# Pinned to avoid WinRM warnings: https://github.com/WinRb/WinRM/issues/355 - if bumping verify windows/winrm/winrm_script_exec works against metasploitable with vagrant/vagrant creds
0 commit comments