From cba7353e1d701a274f0293926b74aea558e602da Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Thu, 7 Apr 2016 17:12:11 -0500 Subject: [PATCH] Fix another typo? --- 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 7ede7b3d90..3e7e35e884 100644 --- a/modules/post/windows/gather/make_csv_orgchart.rb +++ b/modules/post/windows/gather/make_csv_orgchart.rb @@ -29,7 +29,7 @@ class MetasploitModule < Msf::Post register_options([ OptBool.new('WITH_MANAGERS_ONLY', [true, 'Only users with managers', false]), OptBool.new('ACTIVE_USERS_ONLY', [true, 'Only include active users (i.e. not disabled ones)', true]), - OptBool.new('STORE_LOOT', [true, 'Store the organisational chart information in CSV format in loot', true]), + OptBool.new('STORE_LOOT', [true, 'Store the organizational chart information in CSV format in loot', true]), OptString.new('FILTER', [false, 'Additional LDAP filter to use when searching for users', '']) ], self.class) end