load extapi in domain_hashdump
domain hashdump always needs to load extapi to workMS-2855/keylogger-mettle-extension
parent
ad98c9c156
commit
7162765b57
|
@ -12,6 +12,7 @@ class MetasploitModule < Msf::Post
|
||||||
include Msf::Post::Windows::Priv
|
include Msf::Post::Windows::Priv
|
||||||
include Msf::Post::Windows::ShadowCopy
|
include Msf::Post::Windows::ShadowCopy
|
||||||
include Msf::Post::File
|
include Msf::Post::File
|
||||||
|
include Msf::Post::Windows::ExtAPI
|
||||||
|
|
||||||
def initialize(info={})
|
def initialize(info={})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
|
@ -115,6 +116,7 @@ class MetasploitModule < Msf::Post
|
||||||
unless session_compat?
|
unless session_compat?
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
load_extapi
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue