Skip to content

Commit 2175af9

Browse files
committed
update with Msf::Exploit::Deprecated mixin
1 parent b65c7ec commit 2175af9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/exploits/unix/webapp/openmediavault_auth_cron_rce.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ class MetasploitModule < Msf::Exploit::Remote
88
prepend Msf::Exploit::Remote::AutoCheck
99
include Msf::Exploit::Remote::HttpClient
1010
include Msf::Exploit::CmdStager
11+
include Msf::Exploit::Deprecated
12+
13+
moved_from 'exploit/multi/http/openmediavault_cmd_exec'
1114

1215
def initialize(info = {})
1316
super(
@@ -22,8 +25,8 @@ def initialize(info = {})
2225
},
2326
'License' => MSF_LICENSE,
2427
'Author' => [
25-
'h00die-gr3y <h00die.gr3y[at]gmail.com>', # MSF module contributor
26-
'Brandon Perry <bperry.volatile[at]gmail.com>' # Original Discovery
28+
'h00die-gr3y <h00die.gr3y[at]gmail.com>', # Msf module contributor
29+
'Brandon Perry <bperry.volatile[at]gmail.com>' # Original discovery and first msf module
2730
],
2831
'References' => [
2932
['CVE', '2013-3632'],

0 commit comments

Comments
 (0)