KeyPull is a command-line utility to extract keybox/keystore data from your Android phone
If you already have Go installed, you can simply pull the latest version and install:
$ go install github.com/EndowTheGreat/keypull/cmd/keypull@latestOr 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
$ ./keypullPull requests and contributions are absolutely welcome, feel free to fork or improve upon my work however you wish.