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
print_status('SPIP version is in the vulnerable range.')
90
+
91
+
plugin_version=spip_plugin_version('porte_plume')
92
+
93
+
unlessplugin_version
94
+
print_warning('Could not determine the version of the porte_plume plugin.')
88
95
returnExploit::CheckCode::Appears("The detected SPIP version (#{rversion}) is vulnerable.")
89
96
end
97
+
98
+
returnExploit::CheckCode::Appears("The detected SPIP version (#{rversion}) and porte_plume version (#{plugin_version}) are vulnerable.")ifplugin_version < Rex::Version.new('3.1.6')
90
99
end
91
100
92
101
returnExploit::CheckCode::Safe("The detected SPIP version (#{rversion}) is not vulnerable.")
0 commit comments