forgot options descriptions
git-svn-id: file:///home/svn/framework3/trunk@12050 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c7989fff39
commit
7648ab6e5f
|
@ -31,8 +31,8 @@ class Metasploit3 < Msf::Post
|
|||
))
|
||||
register_options(
|
||||
[
|
||||
OptBool.new('SPAWN', [ false, 'Description', false]),
|
||||
OptString.new('NAME', [false, 'Description', nil]),
|
||||
OptBool.new('SPAWN', [ false, 'Spawn process to migrate to. If name for process not given notepad.exe used', false]),
|
||||
OptString.new('NAME', [false, 'Name of process to migrate to.', nil]),
|
||||
|
||||
|
||||
], self.class)
|
||||
|
|
Loading…
Reference in New Issue