@dookie2000ca @offsectraining Awesome , Any plans to make an online version for the advanced web attacks course ? (1 month ago)
List all available secret keys
exploit ~#gpg --list-secret-keys
Export Private/Secret Key for a specific id
exploit ~#gpg --export-secret-key --armor pgp@exploit.co.il
List Public keys
exploit ~#gpg --list-keys
Export public key for a specific id
exploit ~#gpg --export --armor pgp@exploit.co.il
Comments are closed on this post.