Skip to content

Commit 5459503

Browse files
committed
updated module reference of openmediavault_cmd_exec
1 parent a9f8475 commit 5459503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/openmediavault_auth_cron_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def check
250250
if @version_number.between?(Rex::Version.new('1.0.0'), Rex::Version.new('7.3.1-1'))
251251
return CheckCode::Vulnerable("Version #{@version_number}")
252252
else
253-
return CheckCode::Appears("Version #{@version_number} can be exploited with module exploit/multi/http/openmediavault_cmd_exec") if @version_number < Rex::Version.new('1.0.0')
253+
return CheckCode::Appears("Version #{@version_number} can be exploited with module exploit/unix/webapp/openmediavault_cmd_exec") if @version_number < Rex::Version.new('1.0.0')
254254

255255
return CheckCode::Detected("Version #{@version_number}")
256256
end

0 commit comments

Comments
 (0)