From a3c390ee9dc8a5cdaba19af7cc092dbf4ea2a28f Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Thu, 7 Apr 2016 17:11:08 -0500 Subject: [PATCH] Change class name to MetasploitModule --- modules/post/windows/gather/make_csv_orgchart.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/windows/gather/make_csv_orgchart.rb b/modules/post/windows/gather/make_csv_orgchart.rb index 59b4e3d71b..5dab9a6135 100644 --- a/modules/post/windows/gather/make_csv_orgchart.rb +++ b/modules/post/windows/gather/make_csv_orgchart.rb @@ -6,7 +6,7 @@ require 'rex' require 'msf/core' -class Metasploit3 < Msf::Post +class MetasploitModule < Msf::Post include Msf::Auxiliary::Report include Msf::Post::Windows::LDAP