We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c05515c + 9f98498 commit c54f06cCopy full SHA for c54f06c
2 files changed
lib/metasploit/credential.rb
@@ -10,7 +10,8 @@
10
require 'metasploit/concern'
11
require 'metasploit_data_models'
12
require 'metasploit/model'
13
-require 'zip'
+
14
+autoload :Zip, 'zip'
15
16
#
17
# Project
lib/metasploit/credential/creation.rb
@@ -1,4 +1,6 @@
1
-require 'rex/socket'
+module Rex
2
+ autoload :Socket, 'rex/socket'
3
+end
4
5
# Implements a set of "convenience methods" for creating credentials and related portions of the object graph. Creates
6
# {Metasploit::Credential::Core} objects and their attendant relationships as well as {Metasploit::Credential::Login}
0 commit comments