Coder Social home page Coder Social logo

3022-2 / raccoon_clipper Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 601 KB

A GUI based program for making customised crypto stealing malware written in python

License: GNU General Public License v3.0

Python 100.00%
bitcoin bitcoin-clipper btc crypto crypto-clipper cryptoclipper cryptocurrency cryptojacking eth ethereum

raccoon_clipper's Introduction

raccoon crypto clipper written in python

supports bitcoin, ethereum, litecoin, monero, solana, dogecoin, ripple, tron

Documentation Maintenance GitHub issues

A GUI based builder for making custom crypto stealing malware

GUI AND MALWARE DESIGNED FOR WINDOWS COMPUTERS - ANY OTHER SYSTEM WONT RUN

video guide - click takes to youtube

video link

features

gui features

  • written with customtkinter, CTkToolTip, CTkMessagebox and hPyT
  • uses pyarmor for obfuscating malware and pyinstaller for compiling to .exe
  • allows setting custom icons to the malware .exe
  • allows setting custom name for the malware .exe
  • has documentation built into the GUI under the documentation tab

malware features

  • supports Bitcoin, Ethereum, Litecoin, Monero, Solana, Dogecoin, Ripple, Tron at the same time
  • three different types of the same malware but using different methods. subprocess, ctypes and pyperclip
    • subprocess uses powershell commands to read and set clipboard - uses python standard libary so no need for the target to install anything
    • ctypes uses ctypes to read clipboard and powerhsell to set clipboard - uses python standard libary so no need for the target to install anything
    • pyperclip uses the pyperclip module to read and set clipboard - requires the target the run the command pip install pyperclip
  • duplicates and adds itself to startup apps (registry) for persistence under a different name
  • has single use method
  • allows discord webhook (whenever a address is detected you get a discord notification which says the computer name and that the address has been changed), doesnt need any installs as uses http.client rather than requests to send POST requests to webhook
  • option to ping @everyone
  • malware saved as .pyw and then compiled to .exe meaning that the malware runs in the background silently

features i will want to add in the future

  • self check to avoid multiple instances
  • file extention spoofer
  • file size pumper
  • code within "" and executed with exec()
  • another obfuscation method and compile method to choose from
  • duplicate file cleaner (when the persistent file is cteated remove its icon to make less obvious in startup apps)
  • anti virus disable/self exclude (no idea if self exclude is even possible lol)
  • anti virtual machine
  • process injection???? - maybe on this one, no idea how it works
  • exclude - (exclude specific computer names and so on)

pictures

Screenshot 2024-06-10 002933 Screenshot 2024-06-10 002933

if discord is being used
Screenshot 2024-06-03 233516

installation

git clone https://github.com/3022-2/raccoon_clipper.git

cd raccoon_clipper

pip install -r requirements.txt

python main.pyw or double click main.pyw

how to uninstall malware

  1. kill the process in task manager and delete .exe
  2. run uninstaller.py in uninstaller folder - if there is an error removing registry entry (cant find path) this is fine it means it isnt in startup anyway

you can also manual uninstall

  1. kill the process in task manager and delete .exe
  2. goto %appdata%
  3. delete storage0 folder and CLPPTH folder
  4. goto Software\Microsoft\Windows\CurrentVersion\Run in registry editor
  5. delete entry named CLPPTH

legal

DISCLAIMER: The code provided in this repository is intended for educational and malware analysis purposes only. Any use of this code for illegal or unethical activities is strictly prohibited. The author of this code shall not be held responsible for any misuse or damage resulting from its use. Users are solely responsible for ensuring compliance with applicable laws and ethical standards.
WARNING: THIS IS MAKES MALWARE DESIGNED FOR STEALING CRYPTOCURRENCY. USE UNINSTALL GUIDE IF UNINSTALL CODE FAILS. (not found error doesn't necessarily mean didnt uninstall)

contact

discord: cumsock0

raccoon_clipper's People

Contributors

3022-2 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

volkankoroglus

raccoon_clipper's Issues

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.