missing interpolation
parent
c9bd791ff6
commit
6be4d9e583
|
@ -60,7 +60,7 @@ class Metasploit3 < Msf::Post
|
|||
begin
|
||||
print_good("Migrating to #{target_pid}")
|
||||
client.core.migrate(target_pid)
|
||||
print_good("Successfully migrated to process #{}")
|
||||
print_good("Successfully migrated to process #{target_pid}")
|
||||
return true
|
||||
rescue ::Exception => e
|
||||
print_error("Could not migrate in to process.")
|
||||
|
|
Loading…
Reference in New Issue