Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melardev/xeytanwxcpp-rat
Work in Progress. RAT written in C++ using wxWidgets
https://github.com/melardev/xeytanwxcpp-rat
backdoor cpp desktop malware networking poc rat remote-administration-tool sockets trojan wx wxwidgets
Last synced: about 2 months ago
JSON representation
Work in Progress. RAT written in C++ using wxWidgets
- Host: GitHub
- URL: https://github.com/melardev/xeytanwxcpp-rat
- Owner: melardev
- Created: 2019-09-13T08:14:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T08:29:09.000Z (over 5 years ago)
- Last Synced: 2024-05-18T14:32:29.960Z (8 months ago)
- Topics: backdoor, cpp, desktop, malware, networking, poc, rat, remote-administration-tool, sockets, trojan, wx, wxwidgets
- Language: C++
- Homepage: http://melardev.com
- Size: 35.2 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WARNING
THIS PROJECT IS STILL IN THE EARLY PHASES OF DEVELOPMENT.
AT THIS MOMENT IN TIME, THE APPLICATION LOOKS HORRIBLE, THERE IS AN ODD BUG (FIRST TODO POINT, SEE BELOW)
THAT HAS TO BE FIXED ASAP.# Introduction
RAT application written in C++ using wxWidgets framework.# Features
- Get client's system information.
- Process List
- Reverse Shell
- Explore FileSystem# TODO
- There is a weird bug, I don't know how to fix, while stepping, it is not triggered, but if
I just launch the app it does, this is a typical sign of a race condition bug but I don't know
how to fix, the bug can be inspected in evtloopconsole.cpp:GetNextMessageTimeout::MsgWaitForMultipleObjects
It gets stuck, even with a message being sent ...
- Graphical User Interface
- Syncrhonization with locks
- Improve Error Handling
- Implement FileSystem - cd command.
- Desktop streaming
- Camera Streaming
- Encryption