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