Giter VIP home page Giter VIP logo

discoon-malware's Introduction

Discoon

Fully undetectable malware with a backend written in Rust

Educational purposes only

Only use this on your own machine and do not use it maliciously.

Terms

  • You're free to use this code if you credit the original repository
  • I'm not responsible for anything you do with this

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.

Features

  • Grab IP Address (backend grabs the IP address)
  • Anti analysis (detects some malware analysis environments)
  • Webhook protection (sends to webhook through a backend making your webhook protected)
  • Trace token (sends new user token when they change user data also steals credit cards and login information)
  • Steal discord tokens (steal and decrypt discord tokens)
  • Steal browser passwords (steals browser passwords)
  • Steal browser cookies (steals browser cookies)
  • Steal browsing history (steals browsing history)
  • Take screenshot (takes a screenshot)
  • Take webcam image (takes a webcam image)
  • Fully undetectable (this is fully undetectable by antiviruses for now)

How to use

  1. Open it in VS Code or your preferred IDE
  2. Goto constants.rs and find the WEBHOOK field
  3. Set the webhook to your webhook
  4. Make sure to change the encryption key and iv in encryption-macro/src/lib.rs and the upload.php on your backend
  5. Make sure to change the backend since the default one will probably get banned at some point
  6. Set the options in constants.rs
  7. Run (x64) cargo build --release or (x86) cargo build --release --target=i686-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

discoon-malware's People

Contributors

radoncoding avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.