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 4b4b24b commit ac526caCopy full SHA for ac526ca
modules/exploits/unix/http/vmturbo_vmtadmin_exec_noauth.rb
@@ -84,9 +84,9 @@ def check
84
version = $2
85
build = $1
86
87
- print_status("#{peer} - VMTurbo Operations Manager version #{version} build #{build} detected")
+ vprint_status("#{peer} - VMTurbo Operations Manager version #{version} build #{build} detected")
88
else
89
- print_status("#{peer} - Unexpected vmtadmin.cgi response")
+ vprint_status("#{peer} - Unexpected vmtadmin.cgi response")
90
return Exploit::CheckCode::Unknown
91
end
92
0 commit comments