Skip to content

Commit b947dc7

Browse files
author
agix
committed
english :) "must be"
1 parent 60dfece commit b947dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/local/hp_smhstart.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def exploit
8484
exploit_encoded = Rex::Text.encode_base64(exploit) # to not break the shell base64 is better
8585
id=cmd_exec("id -un")
8686
if id!="hpsmh"
87-
fail_with(Exploit::Failure::NoAccess, "You are #{id}, you must to be hpsmh to exploit this")
87+
fail_with(Exploit::Failure::NoAccess, "You are #{id}, you must be hpsmh to exploit this")
8888
end
8989
cmd_exec("export SSL_SHARE_BASE_DIR=$(echo -n '#{exploit_encoded}' | base64 -d)")
9090
cmd_exec("#{datastore['smhstartDir']}/smhstart")

0 commit comments

Comments
 (0)