We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bbc01 commit 4d3e786Copy full SHA for 4d3e786
modules/exploits/multi/http/invision_customcss_rce.rb
@@ -82,7 +82,7 @@ def check
82
print_status("Detected IPS version: #{version}")
83
84
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)")
+ CheckCode::Appears("IPS version #{version} is vulnerable (≤ 5.0.6)")
86
else
87
CheckCode::Safe("IPS version #{version} is not vulnerable")
88
end
0 commit comments