Skip to content

Commit ce594a3

Browse files
author
jvazquez-r7
committed
Deprecate modules/exploits/windows/http/sap_mgmt_con_osexec_payload
1 parent 495f1e5 commit ce594a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/exploits/windows/http/sap_mgmt_con_osexec_payload.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
require 'msf/core'
99

1010
class Metasploit4 < Msf::Exploit::Remote
11+
12+
require 'msf/core/module/deprecated'
13+
include Msf::Module::Deprecated
14+
deprecated Date.new(2013, 12, 1), "exploit/multi/sap/sap_mgmt_con_osexec_payload"
15+
1116
Rank = ExcellentRanking
1217

1318
HttpFingerprint = { :pattern => [ /gSOAP\/2.7/ ] }

0 commit comments

Comments
 (0)