Migrate to process what? :-)

git-svn-id: file:///home/svn/framework3/trunk@13883 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-10-12 00:01:25 +00:00
parent 950fb81cf5
commit 460353fec4
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ class Metasploit3 < Msf::Post
begin
print_good("Migrating to #{target_pid}")
session.core.migrate(target_pid)
print_good("Successfully migrated to process #{}")
print_good("Successfully migrated to process #{target_pid}")
rescue ::Exception => e
print_error("Could not migrate in to process.")
print_error(e)
@ -79,4 +79,4 @@ class Metasploit3 < Msf::Post
proc = session.sys.process.execute(cmd, nil, {'Hidden' => true })
return proc.pid
end
end
end