Erro após executar o comando de atualização do Kali Linux

Erro após executar o comando de atualização do Kali Linux

Baixei a imagem do Kali Linux e a imagem da VM do Kali Linux mais de 7 vezes, mas ele mostra o mesmo erro sempre que executo o apt-get updatecomando após a instalação correta.

Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB]

Err:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease

  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>

Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead

Responder1

Seu pacote archive-keyring está desatualizado, então você precisa adicionar a nova chave do repositório ao seu sistema:

wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add

informação relacionada