C_malware

backdoor.c -> Hacking Windows Machine
server.c -> Setting a server on the Linux Machine
keylogger.h-> Created a Header File for KeyLogging Mechanism\

Compiling the Files

compile server.c using the command "gcc server.c -o server"
compile backdoor.c using the command "i686-w64-mingw32-gcc-o filename.exe backdoor.c"\

Notes

Windows Defender should be off

Features

Persistence, Keylogging,Remote Execution