This is my first time posting here. I’ve noticed that many platforms like Twitter (X), Facebook, and Reddit often lack the depth of discussion around cybersecurity topics that I’m interested in, so I thought I'd give this community a try.
I’m currently an undergraduate student studying cybersecurity, and while learning about the field, I noticed that many popular RATs (Remote Access Trojans), like AsyncRAT and Quasar RAT, are no longer actively maintained. Inspired by other tools like njRAT, I decided to develop my own C#-based RAT.
This tool integrates several advanced features, including: DLL and shellcode injector and loader, Fileless execution via another side project I created, plugin support.
I’m currently handling all quality assurance myself, so there may still be some bugs or unfinished features. If you encounter any issues or have feedback, please feel free to open an issue on GitHub.
If you find the project helpful or informative, I would truly appreciate a star on the repository!
Thank you for your time!
GitHub repository: https://github.com/iss4cf0ng/DuplexSpyCS dotNetPELoader: https://github.com/iss4cf0ng/dotNetPELoader