Releases: pablocorbalann/trj
Releases · pablocorbalann/trj
pre-alpha[0.0.1]
Although the trj Trojan is not advanced enough to publish a stable version, I wanted to publish this little pre-alpha so that everyone could see how it is.
In this version of trj the Trojan is not fully functional, since the only functional part of the code is the malicious part of trj (the part that is responsible for connecting to an external socket on the server, receiving commands from it and then executing them on the system)
Right now the code is not hidden in any way and can be seen by any victim. In fact this version could even be considered "a test".
There are no executable files generated yet. To use this version of trj you will need:
Name | Tested on | Links |
---|---|---|
Python | 3.6, 3.7, 3.8 | python.org |
C compiler | gcc, cc | gcc.gnu.org |
Running the server
python server/server <ip> <port>
Running the client
NOTE: In this pre-alpha of trj you can't run all the client code, just the trojan code part. You should use:
cd client/trojan
make
./trojan-code
Features
- Simple server in Python
- This server can handle more than one target at the same time
- Clients for the targets
- This clients connects with the server
- TCP communication between the server and the clients
- The clients execute the commands in his own system.