Skip to content

Commit 0ba0cd6

Browse files
Update modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb
Co-authored-by: Spencer McIntyre <[email protected]>
1 parent 060e5b1 commit 0ba0cd6

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
@@ -107,7 +107,7 @@ def check
107107
version = Rex::Version.new(version_match[1])
108108

109109
if version.between?(Rex::Version.new('12.4'), Rex::Version.new('14.2'))
110-
return CheckCode::Vulnerable("Detected vulnerable AVideo version: #{version}")
110+
return CheckCode::Appears("Detected vulnerable AVideo version: #{version}")
111111
end
112112

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

0 commit comments

Comments
 (0)