Skip to content

Commit

Permalink
update with Msf::Exploit::Deprecated mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die-gr3y committed Jul 26, 2024
1 parent b65c7ec commit 2175af9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/exploits/unix/webapp/openmediavault_auth_cron_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ class MetasploitModule < Msf::Exploit::Remote
prepend Msf::Exploit::Remote::AutoCheck
include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::CmdStager
include Msf::Exploit::Deprecated

moved_from 'exploit/multi/http/openmediavault_cmd_exec'

def initialize(info = {})
super(
Expand All @@ -22,8 +25,8 @@ def initialize(info = {})
},
'License' => MSF_LICENSE,
'Author' => [
'h00die-gr3y <h00die.gr3y[at]gmail.com>', # MSF module contributor
'Brandon Perry <bperry.volatile[at]gmail.com>' # Original Discovery
'h00die-gr3y <h00die.gr3y[at]gmail.com>', # Msf module contributor
'Brandon Perry <bperry.volatile[at]gmail.com>' # Original discovery and first msf module
],
'References' => [
['CVE', '2013-3632'],
Expand Down

0 comments on commit 2175af9

Please sign in to comment.