Skip to content

Commit c90f9b1

Browse files
Chocapikkjvoisin
andauthored
Update modules/exploits/multi/http/spip_bigup_unauth_rce.rb
Co-authored-by: Julien Voisin <[email protected]>
1 parent 48f8e24 commit c90f9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/spip_bigup_unauth_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def check
9696

9797
vulnerable_ranges.each do |range|
9898
if rversion.between?(range[:start], range[:end])
99-
print_status('SPIP version is in the vulnerable range.')
99+
print_good('SPIP version #{rversion} is vulnerable.')
100100
break
101101
end
102102
end

0 commit comments

Comments
 (0)