Skip to content

Commit 9af8868

Browse files
author
Tod Beardsley
committed
Move deprecation out 60 days
1 parent 8b0f221 commit 9af8868

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/scanner/http/epmp1000_cmd_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MetasploitModule < Msf::Auxiliary
1010
include Msf::Auxiliary::Scanner
1111
include Msf::Module::Deprecated
1212

13-
deprecated(Date.new(2017, 12, 29), 'auxiliary/scanner/admin/http/epmp1000_ping_cmd_exec')
13+
deprecated(Date.new(2018, 2, 24), 'auxiliary/scanner/admin/http/epmp1000_ping_cmd_exec')
1414

1515
def initialize(info={})
1616
super(update_info(info,

modules/auxiliary/scanner/snmp/cambium_snmp_loot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class MetasploitModule < Msf::Auxiliary
99
include Msf::Auxiliary::Scanner
1010
include Msf::Module::Deprecated
1111

12-
deprecated(Date.new(2017, 12, 29), 'auxiliary/scanner/snmp/epmp1000_snmp_loot')
12+
deprecated(Date.new(2018, 2, 24), 'auxiliary/scanner/snmp/epmp1000_snmp_loot')
1313

1414
def initialize
1515
super(

0 commit comments

Comments
 (0)