GithubHelp home page GithubHelp logo

mzollin / qr-pirate Goto Github PK

View Code? Open in Web Editor NEW
69.0 7.0 35.0 259 KB

crawl QR-codes from search engines and look for bitcoin private keys

License: MIT License

Python 82.73% Shell 17.27%
bitcoin qrcode qr-code qrcode-reader private-key crawler python cryptocurrency bitcoin-wallet

qr-pirate's Introduction

qr-pirate

qr-pirate logo crawl QR-codes from search engines and look for Bitcoin wallet private keys
License: MIT Updates Python3

Disclaimer: You probably won't find any private keys of wallets that still contain Bitcoins. If you do, please leave them where they are, this tool is for demonstration purposes only. Also don't put photos of your private keys on the internet.


Setup and usage:

  • sudo apt install python3-dev python3-setuptools python3-pip libzbar0 libzbar-dev
  • pip3 install -r requirements.txt

example usage: ./qrpirate.sh "bitcoin qr"
output: keylist_unique.txt
The balance of the wallet associated with each found private key will be output on the terminal.

Details

You can use the qrpirate.sh bash script to automate the whole process from search keyword input to private key output, or use the qrcrawler.py and qr2key.py tools on their own. The bash script automates the following steps:

  1. Calls qrcrawler.py with the provided search keywords as an argument to crawl google, bing and baidu for images. They will be downloaded to a qrbooty folder with subfolders for every search engine.

  2. Renames and moves the files up from the subfolders to the qrbooty folder with unique names.

  3. Calls qr2key.py to scan the downloaded images in the qrbooty folder for QR-codes and checks if they contain Bitcoin wallet private keys. The keys will be saved in a keylist.txt file.

  4. Removes duplicates in keylist.txt and outputs the unique keys to a keylist_unique.txt file

Python dependencies:

  • icrawler
  • pillow
  • zbarlight
  • pycoin

qr-pirate's People

Contributors

dependabot[bot] avatar mzollin avatar pyup-bot avatar the-compiler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

qr-pirate's Issues

restore python3 compatibility

Some dependencies required for the automated wallet balance checking are not compatible with python3. These should be ported, or different packages that are python3 compatible have to be found.

Initial Update

Hi ๐Ÿ‘Š

This is my first visit to this fine repo, but it seems you have been working hard to keep all dependencies updated so far.

Once you have closed this issue, I'll create separate pull requests for every update as soon as I find one.

That's it for now!

Happy merging! ๐Ÿค–

check wallets for non-zero balance

Use some python module (pybitcointools?) to check if the wallets belonging to the found private keys contain bitcoins (non-zero balance).

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.