An open API service indexing awesome lists of open source software.

https://github.com/oj/clr-meterpreter

The full story of the CLR implementation of Meterpreter
https://github.com/oj/clr-meterpreter

csharp live-coding live-streaming security-tools

Last synced: 7 months ago
JSON representation

The full story of the CLR implementation of Meterpreter

Awesome Lists containing this project

README

          

This repository contains all the noise and artifacts surrounding the development of a new implementation of Meterpreter that is intended to run on the CLR. The entire project is being live streamed on [my Twitch channel](https://twitch.tv/ojreeves), and archived on both [Vimeo](https://vimeo.com/album/5934749) and [YouTube](https://www.youtube.com/playlist?list=PLYovnhafVaw-wGlLtQw1N0dHjxkkvc62o).

For the rationale behind this project, please see my [blog post](https://buffered.io/posts/new-livestream-series/), and check out Part 1 below.

This is going to take a long time, and at the moment there's not much to see!

## Repositories to PR from (when finished)

This is just for my own accounting when we're done. I need to remember the things I've modified along the way.

* `metasploit-framework`
* `metasploit-payloads`
* `rex-arch`

## Keen to be involved?

* Submit questions and comments in the suggestions box on my [Twitch](https://twitch.tv/ojreeves) page (and subscribe, if and when I finally make it to affiliate).
* Feel free to submit an issue in this repo if you feel the need, but I'd prefer the suggestion box.
* Hit me up on [Twitter](https://twitter.com/TheColonial).
* Join in on the [Discord channel](https://discord.gg/mabFmst).
* Support me on [Patreon](https://patreon.com/ojreeves).

## Pull Requests

I don't want to sound awful, but please don't submit any. At least not for a very long time. The point of the exercise is to build _everything_ live on stream, and the last thing I want to have happen is to have huge PRs submitted here only for me to reject them.

If you want to get involved with the coding, get in on the streams and participate that way. Thank you!

## Past Streams

* [Parts 1 to 10](../master/Parts-1-to-10.md)
* [Parts 11 to 20](../master/Parts-11-to-20.md)
* [Parts 21 to 30](../master/Parts-21-to-30.md)
* [Parts 31 to 40](../master/Parts-31-to-40.md)