Skip to content

A Python script designed to brute force all specified permutations in order to check the balance or attempt to recover an address.

License

Notifications You must be signed in to change notification settings

xxlongzaixx/Mnemonic-Passphrase-Brute-Force-Recovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mnemonic-Passphrase-Brute-Force-Recovery

A Python script designed to brute force all specified permutations in order to check the balance or attempt to recover an address.

Requirement

  • python

Dependencies

pip install -r requirements.txt

Usage

Step 1: Navigate to the source directory.

cd src

Step 2 : Run the following command will output all possible permutations of the passphrase to phrase.txt, it will screen through and removed the invalid ones.

py screen.py

Step 3: Run the following command to check the balance of each mnemonic passphrase account and stop when it finds a balance greater than 0.

py balance.py

About

A Python script designed to brute force all specified permutations in order to check the balance or attempt to recover an address.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages