File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
modules/exploits/unix/webapp Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ class MetasploitModule < Msf::Exploit::Remote
8
8
prepend Msf ::Exploit ::Remote ::AutoCheck
9
9
include Msf ::Exploit ::Remote ::HttpClient
10
10
include Msf ::Exploit ::CmdStager
11
+ include Msf ::Exploit ::Deprecated
12
+
13
+ moved_from 'exploit/multi/http/openmediavault_cmd_exec'
11
14
12
15
def initialize ( info = { } )
13
16
super (
@@ -22,8 +25,8 @@ def initialize(info = {})
22
25
} ,
23
26
'License' => MSF_LICENSE ,
24
27
'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
27
30
] ,
28
31
'References' => [
29
32
[ 'CVE' , '2013-3632' ] ,
You can’t perform that action at this time.
0 commit comments