Add a comma

bug/bundler_fix
William Vu 2015-07-23 17:12:17 -05:00
parent ebdbb179ce
commit 06ed7ba574
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Metasploit4 < Msf::Post
register_options([
OptEnum.new('TARGET', [true, 'The target binary to add the exploit to.', 'SETHC', ['SETHC', 'UTILMAN', 'OSK', 'DISP']]),
OptString.new('EXE', [true, 'Executable to execute when the exploit is triggered', '%SYSTEMROOT%\system32\cmd.exe'])
OptString.new('EXE', [true, 'Executable to execute when the exploit is triggered.', '%SYSTEMROOT%\system32\cmd.exe'])
], self.class)
end