Require the deprecation mixin in all modules
Because rememberin to require it, and hoping against a race is not how we roll any more.bug/bundler_fix
parent
761042f14b
commit
76f27ecde8
|
@ -104,6 +104,7 @@ class Module
|
|||
require 'msf/core/module/target'
|
||||
require 'msf/core/module/auxiliary_action'
|
||||
require 'msf/core/module/has_actions'
|
||||
require 'msf/core/module/deprecated'
|
||||
|
||||
#
|
||||
# Creates an instance of an abstract module using the supplied information
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
##
|
||||
|
||||
require 'msf/core'
|
||||
require 'msf/core/module/deprecated'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
##
|
||||
|
||||
require 'msf/core'
|
||||
require 'msf/core/module/deprecated'
|
||||
|
||||
class Metasploit3 < Msf::Exploit::Remote
|
||||
Rank = NormalRanking
|
||||
|
|
Loading…
Reference in New Issue