From 6be4d9e583672b86a6cb32d2f7cdc07b4ac1befd Mon Sep 17 00:00:00 2001 From: David Maloney Date: Tue, 13 Aug 2013 13:52:44 -0500 Subject: [PATCH] missing interpolation --- modules/post/windows/manage/smart_migrate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/windows/manage/smart_migrate.rb b/modules/post/windows/manage/smart_migrate.rb index c020000d3d..632656ad22 100644 --- a/modules/post/windows/manage/smart_migrate.rb +++ b/modules/post/windows/manage/smart_migrate.rb @@ -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.")