no need for VERBOSE using vprint_status

git-svn-id: file:///home/svn/framework3/trunk@13228 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-07-19 17:40:19 +00:00
parent d96ac36dac
commit 6e8992acaf
1 changed files with 0 additions and 2 deletions

View File

@ -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