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 60dfece commit b947dc7Copy full SHA for b947dc7
modules/exploits/linux/local/hp_smhstart.rb
@@ -84,7 +84,7 @@ def exploit
84
exploit_encoded = Rex::Text.encode_base64(exploit) # to not break the shell base64 is better
85
id=cmd_exec("id -un")
86
if id!="hpsmh"
87
- 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")
88
end
89
cmd_exec("export SSL_SHARE_BASE_DIR=$(echo -n '#{exploit_encoded}' | base64 -d)")
90
cmd_exec("#{datastore['smhstartDir']}/smhstart")
0 commit comments