From 8916365f2cd62db1cd3067bc277b7a4f00873c67 Mon Sep 17 00:00:00 2001 From: Taylor McClure Date: Sun, 7 Nov 2021 21:48:21 -0600 Subject: [PATCH] Update instructions for Kali install hkps://keys.gnupg.net does not resolve any longer. Kali official docs recommend hkps://keys.openpgp.org source: https://www.kali.org/docs/introduction/download-official-kali-linux-images/ --- docs/os/pentesting/kali.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os/pentesting/kali.md b/docs/os/pentesting/kali.md index 08df797..d313d75 100644 --- a/docs/os/pentesting/kali.md +++ b/docs/os/pentesting/kali.md @@ -49,7 +49,7 @@ access can change this configuration in firewall settings for the TemplateVM. 1. Retrieve the Kali Linux PGP key using a DisposableVM. ```shell_session -$ gpg --keyserver hkps://keys.gnupg.net --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 +$ gpg --keyserver hkps://keys.openpgp.org --recv-key 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 $ gpg --list-keys --with-fingerprint 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 $ gpg --export --armor 44C6513A8E4FB3D30875F758ED444FF07D8D0BF6 > kali-key.asc ```