Blank-c / Umbral-Stealer

Umbral Stealer is a fast, lightweight stealer written in C#. The collected data is transferred through discord webhooks.
Apache License 2.0
141 stars 42 forks source link

Encrypt payloads in builder #13

Closed ghost closed 1 year ago

ghost commented 1 year ago

Wondering if there is any plan for supporting obfuscation/crypting the payload in the builder.

If not I am willing to implement it and make a PR.

Blank-c commented 1 year ago

It already obfuscates the payload to some extent and encrypts the webhook (at least better than plaintext). It uses the same method that Quasar use to obfuscates the payload.

I am not much familiar with C#. So if you can help with obfuscation, I'd be glad.