Repository files navigation
SeedScanner scans for plaintext cryptocurrency seed phrases in a filesystem
master for releases (merge development)
development for bugfixes and new features
make build
Build the application
make clean
Clean the build directory
Specify a directory to search
Specify desired extensions to search via configuration file
Search all files of that extension using a regular expression
Report a list of all found seed phrases
Windows
MacOSX
Linux
Raspberry Pi
import seedscanner
scanner = seedscanner.SeedScanner("<directory to search>")
seeds = scanner.scan()
Run python3 seedscannerui.py
Select folder to search by clicking "Choose directory" button and using the file dialog
Run scan by clicking "Scan for seed phrases"
A list of found seeds and the total will populate the text box, or "No seeds found" will be indicated
Configure your own directory for finding seeds
Run python3 seedscannerrpi.py
Run python -m pytest <test file>
WARNING: Do not use the example seed phrases shown in the unit tests. Anyone could steal your coins!
About
SeedScanner scans for plaintext cryptocurrency seed phrases in a filesystem
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.