Change class name to MetasploitModule
parent
0f56dbd858
commit
0d3eb4f055
|
@ -7,7 +7,7 @@ require 'rex'
|
||||||
require 'msf/core'
|
require 'msf/core'
|
||||||
require 'sqlite3'
|
require 'sqlite3'
|
||||||
|
|
||||||
class Metasploit3 < Msf::Post
|
class MetasploitModule < Msf::Post
|
||||||
include Msf::Post::Windows::LDAP
|
include Msf::Post::Windows::LDAP
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
|
|
Loading…
Reference in New Issue