A distribuição Kali Linux 2020.2 foi lançada com novas melhorias, alterações no login, PowerShell por padrão e outros recursos.
Esta distribuição é a mais utilizada por profissionais do ramo da segurança para suportar as operações de auditorias de segurança e pentesting.
Com a versão mais recente do Kali Linux 2020.2, a Offensive Security introduziu novos dark themes e light para o KDE Plasma. O plasma do KDE é o ambiente de espaço de trabalho criado pelo KDE, especificamente para sistemas linux.
O Powershell by default foi também uma das novidades nesta nova release. Ele foi adicionado aos repositórios com o Kali Linux 2019.4. Portanto, a partir de 2019.4 é possível instalar o PowerShell:
kali@kali:~$ sudo apt install -y powershell
Em detalhe, o Powershell foi adicionado ao metapackage primário do kali – o pacote padrão. Nesse caso, se esse pacote foi selecionado o Powershell é instalado por padrão no SO.
Com o Kali Linux 2020.1, a conta de root / toor mudou para kali / kali. Neste momento o mesmo mecanismo de autenticação foi também implementado com as imagens ARM no Kali Linux 2020.2.
“We also warned back in 2019.4 that we would be moving away from an 8GB minimum SD card, and we are finally ready to pull the trigger on this. The requirement is now 16GB or larger.”
In Kali Linux 2020.2, Notable change with installed is that kali-linux-everything was removed as an install option to avoid long wait time and the offensive security team cache kali-linux-large allowing complete offline installation.
Novos pacotes recentes foram também adicionados nesta release, recomenda-se aos fabricantes de ferramentas o uso do Python 3, já que o Python 2 chegou ao fim da vida útil.
“we have also started to refresh our package logos for each tool. You’ll notice them in the Kali Linux menu” reads release post.
Como em versões anteriores, alguns dos packages lançados nesta nova versão são:
- GNOME 3.36 – a few of you may have noticed a bug that slipped in during the first 12 hours of the update is available.
- Joplin – Kali Team planning on replacing CherryTree with this in Kali Linux 2020.3!
- Nextnet
- Python 3.8
- SpiderFoot
Kali Linux 2020.2 NetHunter Updates
- Nexmon support has been revived, bringing WiFi monitor support and frame injection to wlan0 on the Nexus 6P, Nexus 5, Sony Xperia Z5 Compact, and more!
- OpenPlus 3T images have been added to the download page.
- 160 different kernels added to the repository, allowing NetHunter to support over 64 devices! Yes, over 160 kernels and over 64 devices supported. Amazing.
Para atualizar uma versão do Kali Linux para esta nova release, os seguintes comandos podem ser utilizados na consola:
kali@kali:~$ echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list kali@kali:~$ kali@kali:~$ sudo apt update && sudo apt -y full-upgrade kali@kali:~$ kali@kali:~$ [ -f /var/run/reboot-required ] && sudo reboot -f kali@kali:~$
No final, o seguinte comando deve ser utilizado para verificar o update:
kali@kali:~$ grep VERSION /etc/os-release