Skip to content
/ gobrute Public

Bitcoin brain wallet brute forcer written in golang

Notifications You must be signed in to change notification settings

0x251/gobrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.