Skip to content

Commit 484cdc9

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

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
@@ -108,7 +108,7 @@ def check
108108
return CheckCode::Appears("The detected SPIP version (#{rversion}) is vulnerable.")
109109
end
110110

111-
return CheckCode::Appears("The detected SPIP version (#{rversion}) and bigup version (#{plugin_version}) are vulnerable.") if plugin_version < Rex::Version.new('3.1.6')
111+
return CheckCode::Appears("Both the detected SPIP version (#{rversion}) and bigup version (#{plugin_version}) are vulnerable.") if plugin_version < Rex::Version.new('3.1.6')
112112

113113
CheckCode::Safe("The detected SPIP version (#{rversion}) is not vulnerable.")
114114
end

0 commit comments

Comments
 (0)