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 144c6ae commit c1f612bCopy full SHA for c1f612b
modules/exploits/unix/webapp/wp_wptouch_file_upload.rb
@@ -78,7 +78,7 @@ def check
78
return Msf::Exploit::CheckCode::Detected
79
end
80
81
- print_status("#{peer} - Found version #{version} of the plugin")
+ vprint_status("#{peer} - Found version #{version} of the plugin")
82
83
if Gem::Version.new(version) < Gem::Version.new('3.4.3')
84
return Msf::Exploit::CheckCode::Appears
0 commit comments