Skip to content

Instantly share code, notes, and snippets.

@peterhgombos
Last active July 8, 2019 10:45
Show Gist options
  • Save peterhgombos/4abc4e08733071a6aed12196c7c507c9 to your computer and use it in GitHub Desktop.
Save peterhgombos/4abc4e08733071a6aed12196c7c507c9 to your computer and use it in GitHub Desktop.
He's building a CLR version of Meterpreter. Everything line of code on stream.
Huh? What is that?
CLR is the Common Language Runtime of .NET. Sort of like Java has the JVM, .NET has the CLR. OJ is currently writing it in C#, and targeting .NET 3.5 and 4.5.
No, I meant Meterpreter!
Meterpreter is a RAT (Remote Access Trojan) that is part of the Metasploit framework. It is commonly used by pentesters to test the security of their clients.
Why is he doing this?
I would go back to the start of the series and see this stream: https://vimeo.com/331977092
Or this blog post: https://buffered.io/posts/new-livestream-series/
Short answer: to run meterpreter on many systems without going native.
Where can I learn more?
Check out the github project, where all the code and past streams are located: https://github.com/OJ/clr-meterpreter
Also join the discord to learn, discuss and just be a part of the community: https://discord.gg/mabFmst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment