Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.5 KB

gobrute

Bitcoin brain wallet brute forcer written in Golang

Overview

gobrute is a high-performance Bitcoin brain wallet brute-forcing tool written in Go. It allows you to target and brute-force brain wallet addresses efficiently while providing options to scrape and verify wallet balances at an impressive speed.

Features

  • --target scrape: Scrape brain wallet candidates.
  • --target checkbalance: Verify wallet balances (--threads 10 is recommended).
  • --target localcheck: Check local list of addresses (must run scrape first, on passwordlist)
  • --target generate: Generate passwords (multi word, or random)
  • --passwordlist: Password list
  • Speed: Achieves up to 1,000 CPM.

gobrute

check

checking

check

Commands


gobrute --target scrape --passwordlist password_list.txt (Will make a private_keys.json, with the password & address & private key)

To check wallet balances

gobrute --target checkbalance --threads 15

Installation

To build and run gobrute, ensure you have Go installed. Then follow these steps:

cd gobrute

go build .

./gobrute --target [scrape|checkbalance, localcheck, generate]

Disclaimer

This tool is provided for educational and research purposes only. Using it to target unauthorized wallets or engage in malicious activity is illegal and unethical.