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
- Host: GitHub
- URL: https://github.com/oj/clr-meterpreter
- Owner: OJ
- License: apache-2.0
- Created: 2019-04-23T22:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T12:12:37.000Z (about 5 years ago)
- Last Synced: 2025-03-16T09:11:44.856Z (7 months ago)
- Topics: csharp, live-coding, live-streaming, security-tools
- Language: C#
- Size: 243 KB
- Stars: 150
- Watchers: 14
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)