Skip to content

0xCyberBerserker/Remote-Admin-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_32

and to compile the client on linux just

gcc linux_server.c -o server

and to run

./server <agent_IP>

Working Tests:

https://github.com/JohnMorgan1234/Remote-Admin-Tool/blob/main/bichito/GIFs/agent2_test.gif

How to steganography the agent.

https://github.com/JohnMorgan1234/Remote-Admin-Tool/blob/main/bichito/GIFs/Bishito2.gif

About

Remote Admin Tool Test

Resources

Stars

Watchers

Forks

Contributors