Premium
Interested in a more powerful stealer? Check out Lunar Reborn.
Note
If this repository is useful to you in in any shape or form please give it a star.
Educational purposes only
Don't use this project maliciously.
How it works
This is a malware written in Rust that steals the information the attacker chooses to steal and sends that through a server to the attacker's webhook.
Info
This is a lot faster than other grabbers due to not using regex to find tokens and due to rust being a faster language overall. This grabber also keeps your webhook secure from any reverse engineers preventing it from being deleted.
Features
- Grab IP Address
- Anti analysis
- Webhook protection
- Auto spread
- Site blocker
- Self-delete
- Copy to temp
- Trace token
- Steal discord tokens
- Steal browser passwords
- Steal browser cookies
- Steal browsing history
- Steal credit cards
- Take screenshot
- Take webcam image
Prerequisites
Setup
- Get a webhost you can get a free one from here
- Go to upload.php and set the webhook
- Upload the upload.php which has your webhook to your webhost's
public_html
folder - Configure the options in constants.rs however you like
- Make sure your webhost has
/upload.php
at the end - Run
cargo build --release --target=x86_64-pc-windows-msvc
- The stub will be in
/target/x86_64-pc-windows-msvc/release
Contributing
- Fork it
- Create your branch (
git checkout -b my-change
) - Commit your changes (
git commit -am 'changed something'
) - Push to the branch (
git push origin my-change
) - Create new pull request