File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ def check
102
102
103
103
print_good ( "SPIP version #{ rversion } is vulnerable." )
104
104
plugin_version = spip_plugin_version ( 'bigup' )
105
- print_status ( "Bigup plugin version detected: #{ plugin_version } " )
106
105
107
106
unless plugin_version
108
107
print_warning ( 'Could not determine the version of the bigup plugin.' )
109
108
return CheckCode ::Appears ( "The detected SPIP version (#{ rversion } ) is vulnerable." )
110
109
end
111
110
111
+ print_status ( "Bigup plugin version detected: #{ plugin_version } " )
112
112
if plugin_version < Rex ::Version . new ( '3.2.12' )
113
113
return CheckCode ::Appears ( "Both the detected SPIP version (#{ rversion } ) and bigup version (#{ plugin_version } ) are vulnerable." )
114
114
end
You can’t perform that action at this time.
0 commit comments