https://github.com/melardev/xeytanpy-rat
WORK IN PROGRESS. RAT written in Python
https://github.com/melardev/xeytanpy-rat
backdoor desktop malware networking python rat remote-administration-tool sockets trojan
Last synced: 7 months ago
JSON representation
WORK IN PROGRESS. RAT written in Python
- Host: GitHub
- URL: https://github.com/melardev/xeytanpy-rat
- Owner: melardev
- Created: 2019-09-12T14:38:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T14:57:57.000Z (about 6 years ago)
- Last Synced: 2025-01-25T23:36:18.460Z (8 months ago)
- Topics: backdoor, desktop, malware, networking, python, rat, remote-administration-tool, sockets, trojan
- Language: Python
- Homepage: http://melardev.com
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
**UNDER DEVELOPMENT**
RAT application written in Python, this is still in the early development phase. It was never and will never be meant
for production use, it is only coded for educational purposes and hence will never be production ready.
At this moment in time, it does not have a GUI, everything is done in the command line.
I try to write code compatible with Python 3 and Python 2 as much as I can, but I focus on version 3 right now,
in the future I will make it 100% compatible with version 2.The features implemented at this time are:
- Reverse Shell
- List Processes
- Download Files
- Upload Files
- List files from directory
- Desktop streamingThis uses the socket API in blocking mode. This RAT is also implemented in other programming languages:
Java, C++, etc. If you are interested on them, look at my Github repositories.# TODO
- GUI
- Check if a packet is expected or not
- In ConsoleMediator when I receive a packet from a client
I have to make sure the current_view is still pointing to the appropiate one
otherwise app may crash if user has changed the view to let's say camera
but received Filesystem info
- Synchronization: read-write locks in UiMediator for active client, Server for list of clients
- Handling commands in an insensitive way
- Camera
- Encryption