tiagorlampert / CHAOS

:fire: CHAOS is a free and open-source Remote Administration Tool that allow generate binaries to control remote operating systems.
MIT License
2.35k stars 522 forks source link

Add a plugin system #79

Open PaulDotSH opened 2 years ago

PaulDotSH commented 2 years ago

Hi, instead of having the features "built in", make a plugin system like other rats do, then we can write code for plugins easily without learning the how whole project works

PaulDotSH commented 2 years ago

A rat that uses a plugin system is async rat (https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp) if you want inspiration

tiagorlampert commented 2 years ago

Hello @PaulIRL, Thanks for your idea, sounds really interesting.

I'll take a look and think on some way to implement this. =D