Change class name to MetasploitModule

bug/bundler_fix
wchen-r7 2016-04-07 12:15:32 -05:00
parent 0f56dbd858
commit 0d3eb4f055
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {})