Skip to content

KeyPull is a command-line utility to extract keybox/keystore data from your Android phone

License

Notifications You must be signed in to change notification settings

ims0nic/KeyPull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

KeyPull is a command-line utility to extract keybox/keystore data from your Android phone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published