KeyPull
KeyPull is a command-line utility to extract keybox/keystore data from your Android phone
Installation & Usage
If you already have Go installed, you can simply pull the latest version and install:
$ go install github.com/EndowTheGreat/keypull/cmd/keypull@latest
Or you can build from source:
$ git clone https://github.com/EndowTheGreat/keypull.git
$ cd keypull
$ make && cd bin
# or: go build -o bin/keypull cmd/keypull/main.go
$ ./keypull
Contributing
Pull requests and contributions are absolutely welcome, feel free to fork or improve upon my work however you wish.