Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosting .NET CLR in the sliver agent #12

Closed
rkervella opened this issue Feb 7, 2019 · 1 comment
Closed

Hosting .NET CLR in the sliver agent #12

rkervella opened this issue Feb 7, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rkervella
Copy link
Member

rkervella commented Feb 7, 2019

It would be nice to be able to load arbitrary and execute .NET assemblies in the sliver agent (a la execute-assembly). There is already some public ground work on this (see here), and after giving it some thoughts, it should be achieved by:

  • compiling the hosting DLL with sRDI
  • inject the shellcode in the current process
  • play with GetProcAddress to retrieve the exported functions
  • profit?

That's the theory, and it still needs to be adapted.

@rkervella rkervella added enhancement New feature or request help wanted Extra attention is needed labels Feb 7, 2019
@rkervella
Copy link
Member Author

Solved in 16b6e40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant