Skip to content

0xS4D/discoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

If this reprository 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

  1. Install Rust
  2. Install the windows toolchain
  3. Install CMake
  4. Make sure CMake is in your PATH

Setup

  1. Get a webhost you can get a free one from here
  2. Go to upload.php and set the webhook
  3. Upload the upload.php which has your webhook to your webhost's public_html folder
  4. Configure the options in constants.rs however you like
  5. Make sure your webhost has /upload.php at the end
  6. Run cargo build --release --target=x86_64-pc-windows-msvc

Contributing

  1. Fork it
  2. Create your branch (git checkout -b my-change)
  3. Commit your changes (git commit -am 'changed something')
  4. Push to the branch (git push origin my-change)
  5. Create new pull request

About

Stealer with webhook protection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 70.4%
  • PHP 21.2%
  • JavaScript 8.4%