A basic remote access trojan made with jokes and for learning purposes.
KV-RAT-CPP is a remote access trojan (RAT) developed solely for educational and demonstration purposes. Inspired by the famous MEMZ virus, KV-RAT-CPP is designed as a 'joke virus', showcasing programming skills and understanding of computer networks without causing actual harm.
To build this virus, you will need a linux install (WSL or any other distro)
git clone https://github.com/thesaltynewfie/kv-rat-cpp.git
make all
It should now be built.
You will need a server for the client to connect to.
git clone https://github.com/TheSaltyNewfie/kv-rat-cpp-linux-server.git
make all
KV-RAT-CPP is a joke virus created for educational purposes only. It is not intended for illegal use. The developer is not responsible for any misuse of this software. Users are advised to operate it in a controlled and ethical manner, respecting privacy and legal boundaries.