Update module name to stay consistent
This module is under the windows/gather, so must be named the same way like the rest.bug/bundler_fix
parent
fc14a6c149
commit
ce8b63f240
|
@ -14,7 +14,7 @@ class Metasploit3 < Msf::Post
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'Microsoft Word UNC Path Injector',
|
||||
'Name' => 'Windows Gather Microsoft Office Word UNC Path Injector',
|
||||
'Description' => %q{
|
||||
This module modifies a remote .docx file that will, upon opening, submit
|
||||
stored netNTLM credentials to a remote host. Verified to work with Microsoft
|
||||
|
|
Loading…
Reference in New Issue