You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/exploits/multi/http/spip_bigup_unauth_rce.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ def check
108
108
returnCheckCode::Appears("The detected SPIP version (#{rversion}) is vulnerable.")
109
109
end
110
110
111
-
returnCheckCode::Appears("The detected SPIP version (#{rversion}) and bigup version (#{plugin_version}) are vulnerable.")ifplugin_version < Rex::Version.new('3.1.6')
111
+
returnCheckCode::Appears("Both the detected SPIP version (#{rversion}) and bigup version (#{plugin_version}) are vulnerable.")ifplugin_version < Rex::Version.new('3.1.6')
112
112
113
113
CheckCode::Safe("The detected SPIP version (#{rversion}) is not vulnerable.")
0 commit comments