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.