From d0273ef44c636ba63d06f5618f54842ad953c715 Mon Sep 17 00:00:00 2001 From: qubenix Date: Mon, 20 Aug 2018 18:45:42 +0000 Subject: [PATCH] Replace kali key short id with fingerprint --- managing-os/pentesting/kali.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/managing-os/pentesting/kali.md b/managing-os/pentesting/kali.md index e169c9d3..7d4cc774 100644 --- a/managing-os/pentesting/kali.md +++ b/managing-os/pentesting/kali.md @@ -214,9 +214,9 @@ access can change this configuration in firewall settings for the TemplateVM. 1. Retrive the Kali Linux GPG key using a DispVM. - [user@xxxx-dvm ~]$ gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6 - [user@xxxx-dvm ~]$ gpg --list-keys --with-fingerprint 7D8D0BF6 - [user@xxxx-dvm ~]$ gpg --export --armor 7D8D0BF6 > kali-key.asc + [user@xxxx-dvm ~]$ gpg --keyserver hkp://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 + [user@xxxx-dvm ~]$ gpg --list-keys --with-fingerprint 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 + [user@xxxx-dvm ~]$ gpg --export --armor 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 > kali-key.asc 2. **DO NOT TURN OFF** the DispVM, the `kali-key.asc` file will be copied to the Kali Linux template in a further step. @@ -492,9 +492,9 @@ access can change this configuration in firewall settings for the TemplateVM. 1. Retrive the Kali Linux GPG key using a DispVM. - [user@xxxx-dvm ~]$ gpg --keyserver hkp://keys.gnupg.net --recv-key 7D8D0BF6 - [user@xxxx-dvm ~]$ gpg --list-keys --with-fingerprint 7D8D0BF6 - [user@xxxx-dvm ~]$ gpg --export --armor 7D8D0BF6 > kali-key.asc + [user@xxxx-dvm ~]$ gpg --keyserver hkp://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 + [user@xxxx-dvm ~]$ gpg --list-keys --with-fingerprint 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 + [user@xxxx-dvm ~]$ gpg --export --armor 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 > kali-key.asc 2. **DO NOT TURN OFF** the DispVM, the `kali-key.asc` file will be copied to the Kali Linux template in a further step.