{"id":29027994,"url":"https://github.com/pieroxius/striker","last_synced_at":"2026-05-05T09:31:56.937Z","repository":{"id":300841550,"uuid":"1007348370","full_name":"pieroxius/Striker","owner":"pieroxius","description":"A powerful CLI toolkit for scraping top crypto wallet addresses and performing high-speed private key brute-force checks across multiple blockchains","archived":false,"fork":false,"pushed_at":"2025-06-23T22:08:21.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T22:30:41.774Z","etag":null,"topics":["bitcoin","blockchain","bruteforce","crypto","dash","dogecoin","ethereum","litecoin","mnemonic","research","security","solana"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pieroxius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T21:19:11.000Z","updated_at":"2025-06-23T22:11:14.000Z","dependencies_parsed_at":"2025-06-23T22:31:36.022Z","dependency_job_id":"582bb40e-5b97-410d-b641-50bf3687bd7e","html_url":"https://github.com/pieroxius/Striker","commit_stats":null,"previous_names":["pieroxius/striker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pieroxius/Striker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroxius%2FStriker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroxius%2FStriker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroxius%2FStriker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroxius%2FStriker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pieroxius","download_url":"https://codeload.github.com/pieroxius/Striker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pieroxius%2FStriker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262018773,"owners_count":23245622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","blockchain","bruteforce","crypto","dash","dogecoin","ethereum","litecoin","mnemonic","research","security","solana"],"created_at":"2025-06-26T07:05:16.878Z","updated_at":"2026-05-05T09:31:56.927Z","avatar_url":"https://github.com/pieroxius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Node.js](https://img.shields.io/badge/node-%3E=22.11.0-blue)\n![License: MIT](https://img.shields.io/badge/license-MIT-green)\n![Chains](https://img.shields.io/badge/chains-55%2B-blueviolet)\n\n⚡ **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.\n\nThe 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.\n\n\u003e ⚠️ **Disclaimer**: Striker is intended for **educational**, **audit**, and **research** purposes only.  \n\u003e 🚫 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.\n\nUse Striker to:\n- Audit the strength of your own private keys or mnemonic phrases.\n- Learn how brute-force and seed phrase security work.\n- Study address activity in real time across top blockchain networks.\n\nMake sure to comply with your local laws and only use this tool on assets you legally own or have permission to test.\n---\n\u003ch3 align=\"center\"\u003e🚀 Work Example\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/eyOcxNP.png\" alt=\"Work Example\"\u003e\n\u003c/p\u003e\n\n##  Features\n\n-  **Address Parsers** for:\n  - BitInfoCharts: BTC, DOGE, LTC, DASH\n  - Etherscan: ETH\n  - SolScan: SOL\n-  **Brute-force engines** for multiple blockchains\n-  **Queue-based processing** with concurrency limits\n-  **Clean output** to `.txt` files, one per chain\n-  **Launchable via `.bat`** for Windows automation\n-  **Modular codebase** for extending networks easily\n\n##  Project Structure\n\nThe **Striker** repository is organized to ensure modularity and ease of use:\n\n- `parsers/` — Contains individual scrapers for top wallet addresses (one per chain).\n- `tablet/` — Includes brute-force scripts tailored for each blockchain.\n- `run_parsers.js` — Script that executes all available parsers sequentially.\n- `striker.js` — Launches all brute-force modules in parallel (up to 6 simultaneously).\n- `.bat` files:\n  - `1. Run parsers for create bases.bat` — Launches all parsers and generates address lists.\n  - `2. Start.bat` — Starts all brute-force scripts using the generated address lists.\n- `package.json` — Contains dependencies and project metadata.\n\nThis layout allows quick setup, testing, and extension to new chains with minimal adjustments.\n\n\n\n## 🚀 Striker Pro (Commercial Edition) - I received an order from the authorities - it is no longer possible to sell\n\u003ch3 align=\"center\"\u003e Scripts Main\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co/M5PSNv2B/Screenshot-2.png\" alt=\"Work Example\"\u003e\n\u003c/p\u003e\n**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**.\n\n### Key Features:\n\n- 🔗 **Support for 55+ chains** including rare and non-EVM networks (Kaspa, ZEC, ZIL, SUI, CORE, INJ, etc.)\n- 📦 **300,000 top addresses per chain** — fully pre-indexed and ready to use\n- ⚡ **GPU acceleration (CUDA / OpenCL)** — run on your local GPU or scale with services like Vast.ai\n- 🧠 **Backed by SQLite** for efficient data filtering, indexing, and querying\n- 🖥️ **Native cluster mode** — distribute workloads across multiple GPUs or servers\n- 🧾 **Flexible support for wordlists, masks, and custom patterns**\n- 🤝 **Priority support** with onboarding help and integration assistance\n\n\u003e 💬 **Pricing** depends on configuration, number of chains, and GPU requirements.  \n\u003e 📩 **Contact for access or questions:**  \n\u003e – Telegram: [@tyautyauni](https://t.me/tyautyauni)  \n\u003e – X (Twitter): [@vi_lui40400](https://x.com/vi_lui40400)\n\n\u003ch3 align=\"center\"\u003eResult but i dont touch because not my(((\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.ibb.co/B5s5fqRz/Screenshot-6.png\" alt=\"Work Example\"\u003e\n\u003c/p\u003e\n## ⚙ Installation\n\n\u003e ⚠️ Requires **Node.js 22.11.0 or higher**  \n\u003e ✅ Recommended: Use Node.js version manager like [`nvm`](https://github.com/nvm-sh/nvm)\n\n### 🛠Manual Setup\n\nIf you prefer not to use Git:\n\n1. Download the repository as a `.zip` or copy the project files manually.\n2. Open your terminal in the project folder.\n3. Install dependencies: **npm install**\n\n---\n\n###  Option 1: Clone from GitHub\n\nClone the repository and install dependencies:\n\n```bash\ngit clone https://github.com/pieroxius/Striker.git\ncd Striker\nnpm install\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroxius%2Fstriker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieroxius%2Fstriker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieroxius%2Fstriker/lists"}