thanks guys! im interested in trying this out
yeah it was me xd
Hey can you help me fix i am getting a ton of warnings when compiling and it doesnt send logs..yeah it was me xd
eh, u are doing sth wrong learn rustHey can you help me fix i am getting a ton of warnings when compiling and it doesnt send logs..
wow really sherlock thanks!eh, u are doing sth wrong learn rust
Hello,
I have updated this cool application cuz I started to learn rust!
Here is what I have changed, my main goal was to make it safer for user, and more undetected for victim.
- Fixed compilation error.
- Generated files will automatically be deleted from temp folder (out.zip, sensfiles.zip).
- Now API, and CHANNEL ID are encrypted in XOR, just run Python script that will encrypt API, and CHANNEL ID, put encrypted strings in main.rs, and everything will be working. In this way, during static analysis, you can't find normal API, and CHANNEL ID, you can only find encrypted API, and CHANNEL ID. Ofc you can still get these strings during debugging, but in next update, I'll add detection for tools that are being used to analyze file activity including network activity, so your API, and CHANNEL ID will be even safer!
If you need any help, write below
Hope u will like it DoKitO

this was ??- Snip
it should work, it was working for me on win11, at least old version maybe I fucked sth, cuz before pushing any update I was testing it only on win10this thing doesn't work on windows 11 , are there any solutions
I tested it on windows 10 and it was working, but with windows 11 I got an error with compatibility.it should work, it was working for me on win11, at least old version maybe I fucked sth, cuz before pushing any update I was testing it only on win10
don't do anything about thisLots of unused import Warning. Could anyone tell me what could be wrong?
VS Studio + Desktop Development C++ is already installed on my PC.
tested again with the latest version, it was workingI tested it on windows 10 and it was working, but with windows 11 I got an error with compatibility.
It works Perfectly now! Thanx brodon't do anything about this
yes, and yes but second point is a bit hard to do imo idk how to do it, but I know it is possibleIt works Perfectly now! Thanx bro
I have 2 questions :
1. Can we work with any native cryptor ?
2. The process shows in the task manager, is there any option in the main rust project to keep it hidden or maybe bind with the system process?