Skip to content

Seb2lyon/BTCscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

BTCscan

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.

Usage

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

Examples

   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

About

Python script to discover BTC strings in files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages