fix to make it so there aren't errors with Msf::Payload::Generic
git-svn-id: file:///home/svn/framework3/trunk@3845 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b9b7776f8e
commit
e7ffef974c
|
@ -12,6 +12,7 @@ module Msf
|
|||
class Payload < Msf::Module
|
||||
|
||||
require 'msf/core/payload/single'
|
||||
require 'msf/core/payload/generic'
|
||||
require 'msf/core/payload/stager'
|
||||
|
||||
# Platform specific includes
|
||||
|
|
Loading…
Reference in New Issue