Skip to content

Commit 7d2c06a

Browse files
Update modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb
Co-authored-by: jheysel-r7 <[email protected]>
1 parent cd10c2d commit 7d2c06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def check
105105
version = Rex::Version.new(version_match[1])
106106

107107
if version.between?(Rex::Version.new('12.4'), Rex::Version.new('14.2'))
108-
return CheckCode::Appears("Detected vulnerable AVideo version: #{version}")
108+
return CheckCode::Appears("Detected vulnerable AVideo version: #{version}, with vulnerable plugin WWBNIndex running.")
109109
end
110110

111111
CheckCode::Safe("Detected non-vulnerable AVideo version: #{version}")

0 commit comments

Comments
 (0)