no need for VERBOSE using vprint_status
git-svn-id: file:///home/svn/framework3/trunk@13228 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d96ac36dac
commit
6e8992acaf
|
@ -32,8 +32,6 @@ class Metasploit3 < Msf::Post
|
||||||
[
|
[
|
||||||
OptString.new('PROCESS', [true, 'Name of the process to dump memory from', nil]),
|
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]),
|
OptString.new('REGEX', [true, 'Regular expression to search for with in memory', nil]),
|
||||||
OptBool.new('VERBOSE', [false, 'Be verbose?', false]),
|
|
||||||
|
|
||||||
], self.class)
|
], self.class)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue