Migrate to process what? :-)
git-svn-id: file:///home/svn/framework3/trunk@13883 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
950fb81cf5
commit
460353fec4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue