missing include, fixes stack trace when running checkvm on a physical victim machine
git-svn-id: file:///home/svn/framework3/trunk@12976 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
0b30256203
commit
2217a454a9
|
@ -19,6 +19,7 @@ class Metasploit3 < Msf::Post
|
||||||
include Msf::Post::Common
|
include Msf::Post::Common
|
||||||
include Msf::Post::File
|
include Msf::Post::File
|
||||||
include Msf::Post::Priv
|
include Msf::Post::Priv
|
||||||
|
include Msf::Post::System
|
||||||
|
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
|
|
Loading…
Reference in New Issue