Skip to content

Commit 58c3592

Browse files
authored
Merge pull request rapid7#19796 from h00die/move_acronis
move acronis_cyber_protect_unauth_rce_cve_2022_3405 inside the http folder
2 parents 45fb4a7 + 1aba532 commit 58c3592

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

modules/exploits/multi/acronis_cyber_protect_unauth_rce_cve_2022_3405.rb renamed to modules/exploits/multi/http/acronis_cyber_protect_unauth_rce_cve_2022_3405.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ class MetasploitModule < Msf::Exploit::Remote
1010
include Msf::Auxiliary::Report
1111
include Msf::Exploit::Remote::HTTP::AcronisCyber
1212
prepend Msf::Exploit::Remote::AutoCheck
13+
include Msf::Exploit::Deprecated
14+
15+
moved_from 'exploits/multi/acronis_cyber_protect_unauth_rce_cve_2022_3405'
1316

1417
def initialize(info = {})
1518
super(

0 commit comments

Comments
 (0)