Skip to content

Commit 02fe57e

Browse files
author
Tod Beardsley
committed
Bump out to April, 60ish days
1 parent fd11aff commit 02fe57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/server/pxexploit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Auxiliary
1313
include Msf::Auxiliary::Report
1414
include Msf::Module::Deprecated
1515

16-
deprecated(Date.new(2015, 3, 11), 'auxiliary/server/pxeexploit')
16+
deprecated(Date.new(2015, 4, 11), 'auxiliary/server/pxeexploit')
1717

1818
def initialize
1919
super(

modules/post/windows/manage/pxexploit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Metasploit3 < Msf::Post
1111
include Msf::Auxiliary::Report
1212
include Msf::Module::Deprecated
1313

14-
deprecated(Date.new(2015, 3, 11), 'post/windows/manage/pxeexploit')
14+
deprecated(Date.new(2015, 4, 11), 'post/windows/manage/pxeexploit')
1515

1616
def initialize
1717
super(

0 commit comments

Comments
 (0)