Skip to content
/ adopt Public

Spawns a process from a process. Can sometimes be used to run a session > 0 process from session 0.

Notifications You must be signed in to change notification settings

xct/adopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Adopt

This tool can run a process from another process. This is useful when you are running in session 0 (e.g. WinRM) and can't start any session > 0 processes. If there is another process running as the same user in a higher session, we can use it to run any binary in that session.

In 99% of cases you want to use explorer.exe as the target process (it requires the target process to have ShellExecuteExW imported, which explorer does).

Usage

Example Usage:
adopt.exe explorer.exe C:\\windows\\system32\\cmd.exe

References

About

Spawns a process from a process. Can sometimes be used to run a session > 0 process from session 0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages