Turns out that we dont need the report or accounts includes in there, so removing them for tidyness
parent
c11c0ca7e0
commit
3a89d3cc70
|
@ -8,9 +8,7 @@ require 'msf/core'
|
||||||
require 'sqlite3'
|
require 'sqlite3'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Post
|
class Metasploit3 < Msf::Post
|
||||||
include Msf::Auxiliary::Report
|
|
||||||
include Msf::Post::Windows::LDAP
|
include Msf::Post::Windows::LDAP
|
||||||
include Msf::Post::Windows::Accounts
|
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(
|
super(update_info(
|
||||||
|
|
Loading…
Reference in New Issue