diff --git a/modules/post/windows/gather/memory_grep.rb b/modules/post/windows/gather/memory_grep.rb index b2579990d7..a103dbc28d 100644 --- a/modules/post/windows/gather/memory_grep.rb +++ b/modules/post/windows/gather/memory_grep.rb @@ -32,8 +32,6 @@ class Metasploit3 < Msf::Post [ OptString.new('PROCESS', [true, 'Name of the process to dump memory from', nil]), OptString.new('REGEX', [true, 'Regular expression to search for with in memory', nil]), - OptBool.new('VERBOSE', [false, 'Be verbose?', false]), - ], self.class) end