https://github.com/pieroxius/striker
A powerful CLI toolkit for scraping top crypto wallet addresses and performing high-speed private key brute-force checks across multiple blockchains
https://github.com/pieroxius/striker
bitcoin blockchain bruteforce crypto dash dogecoin ethereum litecoin mnemonic research security solana
Last synced: 3 months ago
JSON representation
A powerful CLI toolkit for scraping top crypto wallet addresses and performing high-speed private key brute-force checks across multiple blockchains
- Host: GitHub
- URL: https://github.com/pieroxius/striker
- Owner: pieroxius
- License: mit
- Created: 2025-06-23T21:19:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T22:08:21.000Z (about 1 year ago)
- Last Synced: 2025-06-23T22:30:41.774Z (about 1 year ago)
- Topics: bitcoin, blockchain, bruteforce, crypto, dash, dogecoin, ethereum, litecoin, mnemonic, research, security, solana
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



β‘ **Striker** is a powerful and modular CLI toolkit designed for researchers, developers, and cybersecurity enthusiasts to analyze and audit blockchain address activity. It allows users to scrape the most active wallet addresses from public blockchain explorers and test private key combinations against them using high-speed brute-force scripts.
The toolkit supports major networks including **Bitcoin (BTC)**, **Ethereum (ETH)**, **Solana (SOL)**, **Dogecoin (DOGE)**, **Litecoin (LTC)**, and **Dash (DASH)**. With a queue-based system, concurrency management, and `.bat` launcher support, Striker offers flexibility for both single-chain and multi-chain operations.
> β οΈ **Disclaimer**: Striker is intended for **educational**, **audit**, and **research** purposes only.
> π« Attempting to access or use wallets that you do not own is illegal and unethical. The authors of this tool do **not** endorse or support any malicious use, and take no responsibility for misuse of this software.
Use Striker to:
- Audit the strength of your own private keys or mnemonic phrases.
- Learn how brute-force and seed phrase security work.
- Study address activity in real time across top blockchain networks.
Make sure to comply with your local laws and only use this tool on assets you legally own or have permission to test.
---
π Work Example
## Features
- **Address Parsers** for:
- BitInfoCharts: BTC, DOGE, LTC, DASH
- Etherscan: ETH
- SolScan: SOL
- **Brute-force engines** for multiple blockchains
- **Queue-based processing** with concurrency limits
- **Clean output** to `.txt` files, one per chain
- **Launchable via `.bat`** for Windows automation
- **Modular codebase** for extending networks easily
## Project Structure
The **Striker** repository is organized to ensure modularity and ease of use:
- `parsers/` β Contains individual scrapers for top wallet addresses (one per chain).
- `tablet/` β Includes brute-force scripts tailored for each blockchain.
- `run_parsers.js` β Script that executes all available parsers sequentially.
- `striker.js` β Launches all brute-force modules in parallel (up to 6 simultaneously).
- `.bat` files:
- `1. Run parsers for create bases.bat` β Launches all parsers and generates address lists.
- `2. Start.bat` β Starts all brute-force scripts using the generated address lists.
- `package.json` β Contains dependencies and project metadata.
This layout allows quick setup, testing, and extension to new chains with minimal adjustments.
## π Striker Pro (Commercial Edition) - I received an order from the authorities - it is no longer possible to sell
Scripts Main
**Striker Pro** is a premium extended version of the Striker toolkit, supporting over **58 blockchains** including ADA, ATOM, DOT, KASPA, XTZ, XMR, and many others. Designed for high-performance private key brute-force attacks using **GPU acceleration** (local or via [Vast.ai](https://vast.ai)), it also supports **multi-GPU and multi-server clustering**.
### Key Features:
- π **Support for 55+ chains** including rare and non-EVM networks (Kaspa, ZEC, ZIL, SUI, CORE, INJ, etc.)
- π¦ **300,000 top addresses per chain** β fully pre-indexed and ready to use
- β‘ **GPU acceleration (CUDA / OpenCL)** β run on your local GPU or scale with services like Vast.ai
- π§ **Backed by SQLite** for efficient data filtering, indexing, and querying
- π₯οΈ **Native cluster mode** β distribute workloads across multiple GPUs or servers
- π§Ύ **Flexible support for wordlists, masks, and custom patterns**
- π€ **Priority support** with onboarding help and integration assistance
> π¬ **Pricing** depends on configuration, number of chains, and GPU requirements.
> π© **Contact for access or questions:**
> β Telegram: [@tyautyauni](https://t.me/tyautyauni)
> β X (Twitter): [@vi_lui40400](https://x.com/vi_lui40400)
Result but i dont touch because not my(((
## β Installation
> β οΈ Requires **Node.js 22.11.0 or higher**
> β
Recommended: Use Node.js version manager like [`nvm`](https://github.com/nvm-sh/nvm)
### π Manual Setup
If you prefer not to use Git:
1. Download the repository as a `.zip` or copy the project files manually.
2. Open your terminal in the project folder.
3. Install dependencies: **npm install**
---
### Option 1: Clone from GitHub
Clone the repository and install dependencies:
```bash
git clone https://github.com/pieroxius/Striker.git
cd Striker
npm install