Skip to content

Commit 0eccfaf

Browse files
David MaloneyDavid Maloney
authored andcommitted
Add a disclosure date
1 parent 59f5d9b commit 0eccfaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/msf/core/exploit/winrm.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module Exploit::Remote::WinRM
1717
NTLM_CONST ||= Rex::Proto::NTLM::Constants
1818
NTLM_UTILS ||= Rex::Proto::NTLM::Utils
1919
NTLM_XCEPT ||= Rex::Proto::NTLM::Exceptions
20+
2021
def initialize(info = {})
2122
super
2223
register_options(

modules/exploits/windows/winrm/winrm_powershell.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def initialize(info = {})
4646
[ 'Automatic', { } ],
4747
],
4848
'DefaultTarget' => 0,
49+
'DisclosureDate' => 'Nov 01 2012'
4950
))
5051

5152
end

0 commit comments

Comments
 (0)