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