sshkey-grab
sshkey-grab copied to clipboard
Grab ssh keys from ssh-agent
trying to run the parse_mem.py file and getting these errors trying to see if the script will do what I think it can the question which is the title of...
The redirection in gdb command is most likely mistyped. The was it is written it passes an argument `2` to the `gdb` and it actually produces a file `1`. ```bash...
I attempted to extract my key from my running ssh-agent process. However, upon attempting to use the key: ``` ssh_rsa_sign: RSA_sign failed: error:0306B067:bignum routines:BN_div:div by zero ```
Hi! I accidentally deleted my ssh keys, and I figured I could try to recover them from my ssh-agent. I came across your script, and the output public key I...