Python script to discover BTC strings in files
Searches a file or all files within a folder including subfolders for Bitcoin related Base58Check, P2WPKH and P2TR encoded strings.
BTCscan.py [-i/--input=][drive:][path][filename] [args]
-i / --input Specifies drive, directory, and/or files to search
-q / --quick Quick mode, does not search BIP32 HD walllet keys
-u / --unicode Unicode mode, only search for unicoded items
-n / --nonunicode Non-unicode mode, only search for non-unicoded items
-h / --help Prints this page
BTCscan.py -i JED-01.dd
BTCscan.py -input="C:\folder\"
BTCscan.py --quick -u -i memory.dat
Based of the script originally developped by Chris COHEN :
https://gist.github.com/chriswcohen/e9c87a2c5adaa5df1218a399d31cff69
Updated by Seb2lyon with the BTC SegWit format (P2WPKH and P2TR) - Version 1.0