06-13-2025, 07:42 PM
Yo, we’ve got everything you need for top-tier crypto scams: Smart Contracts, Drainers, Sniper Bots, MEV Bots, and, of course, Web3 Development
We’re also testing a new direction—driving traffic to your project, whether it’s phishing or fully legit, we’ll pour traffic 100%. If you’re interested, hit up our manager in the channel with your proposal right away
Channel Link![[Image: ?u=https%3A%2F%2Fstatic.cracked.sh%2Fima...2Fspin.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic.cracked.sh%2Fimages%2Fsmilies%2Fspin.gif)
____________________________________________________________________________________
We’re also testing a new direction—driving traffic to your project, whether it’s phishing or fully legit, we’ll pour traffic 100%. If you’re interested, hit up our manager in the channel with your proposal right away
Channel Link
![[Image: ?u=https%3A%2F%2Fstatic.cracked.sh%2Fima...2Fspin.gif]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic.cracked.sh%2Fimages%2Fsmilies%2Fspin.gif)
____________________________________________________________________________________
Main objectives of the article: to systematize information about seed phrases, to demonstrate to newcomers (in this topic) what unconventional approaches to obtaining balances can be, and to raise the issue of the quality of data processing.
Tasks: to review methods for obtaining additional seed phrases, keys, and balances from existing mnemonics with examples, as well as some issues related to the classification and validation of seed phrases.
Newcomers often wonder - is it possible to profit from public data?
Although everything written below is not intended for public data, conclusions can be drawn at the end of the article
Tasks: to review methods for obtaining additional seed phrases, keys, and balances from existing mnemonics with examples, as well as some issues related to the classification and validation of seed phrases.
Newcomers often wonder - is it possible to profit from public data?
Although everything written below is not intended for public data, conclusions can be drawn at the end of the article
1. BIP-39 and the concept of seed phrase validity
The majority of generated phrases consist of 12 words, less commonly 24, and much less frequently 15 words in the BIP-39 format, which is the most popular today. Let's take a look at the software for searching seed phrases - (click the spoiler)
[spoiler]https://github.com/xssis/seed-parser
The program performs a recursive search for cryptocurrency wallet passphrase phrases within files, checks their validity (i.e., outputs only those phrases that comply with the BIP-39 standard), and displays the passphrase along with the path to the file where it was found. Validation of phrases for compliance with the BIP-39 standard is carried out using a library from the repository of the Trezor hardware cryptocurrency wallet.
Or you can purchase the professional version from us - link (click)
[/spoiler]
The majority of generated phrases consist of 12 words, less commonly 24, and much less frequently 15 words in the BIP-39 format, which is the most popular today. Let's take a look at the software for searching seed phrases - (click the spoiler)
[spoiler]https://github.com/xssis/seed-parser
The program performs a recursive search for cryptocurrency wallet passphrase phrases within files, checks their validity (i.e., outputs only those phrases that comply with the BIP-39 standard), and displays the passphrase along with the path to the file where it was found. Validation of phrases for compliance with the BIP-39 standard is carried out using a library from the repository of the Trezor hardware cryptocurrency wallet.
Or you can purchase the professional version from us - link (click)
[/spoiler]
A fairly standard solution. The author's seed phrases are considered valid only if they comply with BIP-39. It's clear why:
a) simpler validation code, with many implementation variants available in the public domain,
b) most wallets indeed use BIP-39,
c) filtering in this format avoids producing tons of garbage from random word sets, which some file-grabbing software often struggles with.
a) simpler validation code, with many implementation variants available in the public domain,
b) most wallets indeed use BIP-39,
c) filtering in this format avoids producing tons of garbage from random word sets, which some file-grabbing software often struggles with.
There is much less competition and a higher chance of finding significant sums if you work with invalid phrases, which are less appealing to those who focus on profits from EVM networks and discard phrases whose balance checks are challenging.
![[Image: jo.gif]](https://i.postimg.cc/Hk3sXFp2/jo.gif)
Distributed seed phrases. The goal of profiting is to catch noobs by charging for gas fees (auto-withdrawal)
The check will show invalidity with respect to BIP-39. Others will be discussed below.
Variants of brainwallets in one form or another are still used, where the source phrase can be anything, not just words from a strictly approved list
![[Image: bb.jpg]](https://i.postimg.cc/9FzQH2K2/bb.jpg)
Seed phrase from arbitrary words
"QWERTY ..." has become a working seed phrase for a modern wallet on a popular layer-2 blockchain, meaning the addresses linked to it in blockchains (BTC, ETH, ATOM, etc.) are generated and displayed in the interface. Here's another example:
![[Image: dac.jpg]](https://i.postimg.cc/6p4YvxLs/dac.jpg)
A mnemonic of even 26 words, or even 29.
What does this mean in practice? If the checker is "standard," it will consider all the listed mnemonics invalid and discard them (as described above).
Conclusions: (1) Invalid phrases should be set aside in a separate folder for further processing; (2) Phrases that are invalid under BIP-39 but resemble mnemonics need their own classification (yes, there’s plenty of outright garbage that can simply be deleted).
If you want to continue, your activity is the best motivation![[Image: heart5.png]](https://static.cracked.sh/images/smilies/heart5.png)
![[Image: jo.gif]](https://i.postimg.cc/Hk3sXFp2/jo.gif)
Distributed seed phrases. The goal of profiting is to catch noobs by charging for gas fees (auto-withdrawal)
The check will show invalidity with respect to BIP-39. Others will be discussed below.
Variants of brainwallets in one form or another are still used, where the source phrase can be anything, not just words from a strictly approved list
![[Image: bb.jpg]](https://i.postimg.cc/9FzQH2K2/bb.jpg)
Seed phrase from arbitrary words
"QWERTY ..." has become a working seed phrase for a modern wallet on a popular layer-2 blockchain, meaning the addresses linked to it in blockchains (BTC, ETH, ATOM, etc.) are generated and displayed in the interface. Here's another example:
![[Image: dac.jpg]](https://i.postimg.cc/6p4YvxLs/dac.jpg)
A mnemonic of even 26 words, or even 29.
What does this mean in practice? If the checker is "standard," it will consider all the listed mnemonics invalid and discard them (as described above).
Conclusions: (1) Invalid phrases should be set aside in a separate folder for further processing; (2) Phrases that are invalid under BIP-39 but resemble mnemonics need their own classification (yes, there’s plenty of outright garbage that can simply be deleted).
If you want to continue, your activity is the best motivation
![[Image: heart5.png]](https://static.cracked.sh/images/smilies/heart5.png)