https://github.com/0x251/gobrute
Bitcoin brain wallet brute forcer written in golang
https://github.com/0x251/gobrute
bitcoin bitcoin-wallet brainwallet bruteforce bruteforce-wallet bruteforcer
Last synced: 5 months ago
JSON representation
Bitcoin brain wallet brute forcer written in golang
- Host: GitHub
- URL: https://github.com/0x251/gobrute
- Owner: 0x251
- Created: 2024-12-17T04:02:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:46:02.000Z (7 months ago)
- Last Synced: 2024-12-24T15:26:00.048Z (7 months ago)
- Topics: bitcoin, bitcoin-wallet, brainwallet, bruteforce, bruteforce-wallet, bruteforcer
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [x] --target scrape: Scrape brain wallet candidates.
- [x] --target checkbalance: Verify wallet balances (--threads 10 is recommended).
- [x] --target localcheck: Check local list of addresses (must run scrape first, on passwordlist)
- [x] --target generate: Generate passwords (multi word, or random)
- [x] --passwordlist: Password list
- [x] Speed: Achieves up to 1,000 CPM.
![]()
![]()
![]()
# 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 gobrutego 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.