|
6 | 6 |
|
7 | 7 | </p> |
8 | 8 |
|
9 | | -A piece of C++ malware, grabs discord tokens and numerous other things. |
| 9 | +A piece of C++ malware, grabs discord tokens and numerous other things. |
10 | 10 |
|
11 | | -#### Notice: This project is now private, this has been swiftly discontinued for the general public. |
12 | | -#### Why? Because with great power comes great responsibility. a lot of people on here should not have access to anything like this. |
| 11 | +<img src="https://img.shields.io/github/stars/Passive/Cleo?style=for-the-badge"> |
| 12 | + |
| 13 | +# Update notes |
| 14 | + - Used to contain a monero miner but has since been removed due to lack of purpose. |
| 15 | + - Now uses obfuscation from https://github.com/adamyaxley/Obfuscate in order to hide your webhook upon disassembly. |
| 16 | + - Made some code cleaner |
| 17 | + - Added more comments |
| 18 | + - Made a couple new files |
| 19 | + - Updated antivm.h |
13 | 20 |
|
14 | 21 | # Features |
15 | 22 |
|
16 | 23 | Features | Description |
17 | 24 | -------- | ----------- |
18 | | -Silence | Completely silent data collection |
| 25 | +Silence | Completely silent, out of sight, out of mind. |
19 | 26 | Persistence | Virus is persistent |
20 | | -Browser collection | Collect from browsers |
21 | | -Made in C++ | Made using C++ |
22 | | -Updateable | Fully open source |
23 | | - |
24 | | -# Compilation |
25 | | - |
26 | | -You will need **Visual Studio 2019** and Visual C++ SDK installed. |
27 | | - |
28 | | -Download the .zip archive from releases, extract it to a folder `e.g: MyProjectFolder` |
29 | | -Next, open the .sln file and once loaded go to the `Source.cpp` file, then find the webhook link |
30 | | -inside of the sprintf call and change it to desired link. |
31 | | - |
32 | | -**Make sure you are using "Release" not "Debug" when compiling!** |
33 | | - |
34 | | -Press ctrl + b and enjoy! |
| 27 | +Browser collection | Collect auth tokens from browsers |
| 28 | +Transparent | Fully open source |
| 29 | +Obfuscation | Automatic compile-time obfuscation |
| 30 | +AntiVM | Prompts an error when executing on a VM |
35 | 31 |
|
36 | 32 | # Contributing |
37 | 33 |
|
|
0 commit comments