Skip to content

Commit d23a1c4

Browse files
committed
Bump deprecation date
1 parent 60bee16 commit d23a1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MetasploitModule < Msf::Exploit::Remote
1616
include Msf::Exploit::Powershell
1717
include Msf::Module::Deprecated
1818

19-
deprecated(Date.new(2016, 1, 1), 'exploit/windows/smb/psexec')
19+
deprecated(Date.new(2016, 4, 30), 'exploit/windows/smb/psexec')
2020

2121
def initialize(info = {})
2222
super(update_info(info,

0 commit comments

Comments
 (0)