We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673e21c commit 8becf41Copy full SHA for 8becf41
lib/rex/post/meterpreter/client.rb
@@ -128,7 +128,7 @@ def init_meterpreter(sock,opts={})
128
129
# The SSL certificate is being passed down as a file path
130
if opts[:ssl_cert]
131
- if ! File.exists? opts[:ssl_cert]
+ if ! ::File.exists? opts[:ssl_cert]
132
elog("SSL certificate at #{opts[:ssl_cert]} does not exist and will be ignored")
133
else
134
# Load the certificate the same way that SslTcpServer does it
0 commit comments