Skip to content

Commit 4d3e786

Browse files
authored
Update invision_customcss_rce.rb
1 parent e5bbc01 commit 4d3e786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/invision_customcss_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def check
8282
print_status("Detected IPS version: #{version}")
8383

8484
if version.between?(Rex::Version.new('5.0.0'), Rex::Version.new('5.0.6'))
85-
CheckCode::Vulnerable("IPS version #{version} is vulnerable (≤ 5.0.6)")
85+
CheckCode::Appears("IPS version #{version} is vulnerable (≤ 5.0.6)")
8686
else
8787
CheckCode::Safe("IPS version #{version} is not vulnerable")
8888
end

0 commit comments

Comments
 (0)