Skip to content

Commit

Permalink
Require rex/socket/ssl in framework.rb
Browse files Browse the repository at this point in the history
Add an explicit require for the new socket/ssl.rb in framework.rb
in case it has not yet been loaded.

This should address the Travis failure on initial PR, although the
gem version in socket has not been updated, so this might take a
bit to propagate. In the end, if the dependency already gives us
this functionality by the time we call Rex::Socket::Ssl then this
commit can safely be dropped
  • Loading branch information
RageLtMan committed Dec 29, 2017
1 parent 18f3815 commit f7fc409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/msf/core/framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module Offspring
require 'msf/core/db_manager'
require 'msf/core/event_dispatcher'
require 'rex/json_hash_file'
require 'rex/socket/ssl'

#
# Creates an instance of the framework context.
Expand Down

0 comments on commit f7fc409

Please sign in to comment.