This software is intended to be a Remote Administration Tool developed in C for a Windows Agent and a Linux Server. (Work In Progress) It is intended to have some personalized commands and execute commands on powershell by the argument personalized command exec and then the powershell command you want to execute on the agent.
Last agent is inside the dir "bichito".
Usable commands:
cd directory
pwd - Shows the full path of the current directory
ls - Just like a Dir or an ls on a Linux Machine
put local_file - Upload a file to the server
get remote_file - Download a file from the server
key - Runs a keylogger
per - Enables persistence
exit - Exits the client
Compilation:
You need to compile the agent on a Windows machine and need MinGW and GCC installed.
Latest compiled version of agent1.exe will always be on the repo.
gcc agent1.c -o agent1.exe -lws2_32and to compile the client on linux just
gcc linux_server.c -o serverand to run
./server <agent_IP>Working Tests:
How to steganography the agent.

