Skip to content

Commit eaf5661

Browse files
committed
Lint
1 parent f65ccbe commit eaf5661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/spip_porte_plume_previsu_rce.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ def check
8989
print_status("SPIP Version detected: #{version}")
9090

9191
if Rex::Version.new(version) > Rex::Version.new('4.2.12')
92-
return CheckCode::Safe("The detected SPIP version (#{version}) is not vulnerable.")
92+
return CheckCode::Safe("The detected SPIP version (#{version}) is not vulnerable.")
9393
end
94-
94+
9595
return CheckCode::Appears("The detected SPIP version (#{version}) is vulnerable.")
9696
end
9797

0 commit comments

Comments
 (0)