Modify fail message when exploitation doen't success
parent
de245113af
commit
a2b8daf149
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue