- Create connection with the server
- create a shell function wich will wait for incoming command and iterate over certain options
- Automaticaly start the program when machine targetis rebooted
- Start/spawn other programs
- Navigating thriugh different directories
- Implement keylogger to the backdoor
Compile the server $: gcc server.c -o server
Compile the backdoor $: i686-w64-mingw32-gcc -o malware.exe backdoor.c -lwsock32 -lwininet