Modify fail message when exploitation doen't success

unstable
jvazquez-r7 2013-06-29 10:45:13 -05:00
parent de245113af
commit a2b8daf149
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Metasploit3 < Msf::Exploit::Local
if is_system?
print_good("Exploitation successful!")
else
fail_with(Exploit::Failure::Unknown, "The exploitation wasn't successful")
fail_with(Exploit::Failure::Unknown, "The exploitation wasn't successful but should be safe to try again")
end
if execute_shellcode(payload.encoded)