We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fabb0 commit 59faa1bCopy full SHA for 59faa1b
modules/exploits/multi/http/spip_connect_exec.rb
@@ -77,7 +77,7 @@ def initialize(info = {})
77
end
78
79
def check
80
- rversion = spip_version
+ rversion = spip_version || spip_plugin_version('spip')
81
return Exploit::CheckCode::Unknown('Unable to determine the version of SPIP') unless rversion
82
83
print_status("SPIP Version detected: #{rversion}")
modules/exploits/multi/http/spip_rce_form.rb
@@ -75,7 +75,7 @@ def initialize(info = {})
75
76
0 commit comments