Message correction

bug/bundler_fix
Meatballs 2014-05-02 14:17:27 +01:00
parent 850f6b0276
commit 69915c0de5
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Metasploit3 < Msf::Exploit::Local
process = client.sys.process.open(notepad_process_pid, PROCESS_ALL_ACCESS)
print_good("Process #{process.pid} launched.")
rescue Rex::Post::Meterpreter::RequestError
print_status("Operation failed. Trying to elevate the current process...")
print_status("Operation failed. Hosting exploit in the current process...")
process = client.sys.process.open
end