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 @@ -91,13 +91,13 @@ def check
91
91
92
92
print_good ( "SPIP version #{ rversion } is vulnerable." )
93
93
plugin_version = spip_plugin_version ( 'porte_plume' )
94
- print_status ( "Porte plume plugin version detected: #{ plugin_version } " )
95
94
96
95
unless plugin_version
97
96
print_warning ( 'Could not determine the version of the porte_plume plugin.' )
98
97
return CheckCode ::Appears ( "The detected SPIP version (#{ rversion } ) is vulnerable." )
99
98
end
100
99
100
+ print_status ( "Porte plume plugin version detected: #{ plugin_version } " )
101
101
if plugin_version < Rex ::Version . new ( '3.1.6' )
102
102
return CheckCode ::Appears ( "Both the detected SPIP version (#{ rversion } ) and porte_plume version (#{ plugin_version } ) are vulnerable." )
103
103
end
You can’t perform that action at this time.
0 commit comments